Home
last modified time | relevance | path

Searched refs:IORESOURCE_EXCLUSIVE (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/arch/riscv/kernel/
H A Dsetup.c177 res->flags = IORESOURCE_MEM | IORESOURCE_EXCLUSIVE; in init_resources()
203 res->flags = IORESOURCE_MEM | IORESOURCE_EXCLUSIVE; in init_resources()
/linux-6.15/include/linux/
H A Dioport.h66 #define IORESOURCE_EXCLUSIVE 0x08000000 /* Userland may not map this resource */ macro
348 __request_region(&iomem_resource, (start), (n), (name), IORESOURCE_EXCLUSIVE)
H A Dpci.h1501 name, IORESOURCE_EXCLUSIVE); in pci_request_config_region_exclusive()
/linux-6.15/drivers/pci/
H A Ddevres.c885 return _pcim_request_region(pdev, bar, name, IORESOURCE_EXCLUSIVE); in pcim_request_region_exclusive()
H A Dpci.c3988 if (exclusive == IORESOURCE_EXCLUSIVE) in __pci_request_region()
4117 IORESOURCE_EXCLUSIVE); in pci_request_selected_regions_exclusive()
/linux-6.15/kernel/
H A Dresource.c1788 IORESOURCE_EXCLUSIVE; in resource_is_exclusive()
1822 || p->flags & IORESOURCE_EXCLUSIVE) { in resource_is_exclusive()
/linux-6.15/drivers/virtio/
H A Dvirtio_mem.c2893 IORESOURCE_EXCLUSIVE); in virtio_mem_create_resource()
/linux-6.15/mm/
H A DKconfig486 # IORESOURCE_EXCLUSIVE cannot be mapped to user space, for example, via