Searched refs:IORESOURCE_EXCLUSIVE (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/riscv/kernel/ |
| H A D | setup.c | 177 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 D | ioport.h | 66 #define IORESOURCE_EXCLUSIVE 0x08000000 /* Userland may not map this resource */ macro 348 __request_region(&iomem_resource, (start), (n), (name), IORESOURCE_EXCLUSIVE)
|
| H A D | pci.h | 1501 name, IORESOURCE_EXCLUSIVE); in pci_request_config_region_exclusive()
|
| /linux-6.15/drivers/pci/ |
| H A D | devres.c | 885 return _pcim_request_region(pdev, bar, name, IORESOURCE_EXCLUSIVE); in pcim_request_region_exclusive()
|
| H A D | pci.c | 3988 if (exclusive == IORESOURCE_EXCLUSIVE) in __pci_request_region() 4117 IORESOURCE_EXCLUSIVE); in pci_request_selected_regions_exclusive()
|
| /linux-6.15/kernel/ |
| H A D | resource.c | 1788 IORESOURCE_EXCLUSIVE; in resource_is_exclusive() 1822 || p->flags & IORESOURCE_EXCLUSIVE) { in resource_is_exclusive()
|
| /linux-6.15/drivers/virtio/ |
| H A D | virtio_mem.c | 2893 IORESOURCE_EXCLUSIVE); in virtio_mem_create_resource()
|
| /linux-6.15/mm/ |
| H A D | Kconfig | 486 # IORESOURCE_EXCLUSIVE cannot be mapped to user space, for example, via
|