Searched refs:IORESOURCE_EXCLUSIVE (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/include/linux/ |
H A D | ioport.h | 54 #define IORESOURCE_EXCLUSIVE 0x08000000 /* Userland may not map this resource */ macro 143 __request_region(&iomem_resource, (start), (n), (name), IORESOURCE_EXCLUSIVE)
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | setup.c | 196 res->flags = IORESOURCE_MEM | IORESOURCE_EXCLUSIVE; in init_resources() 221 res->flags = IORESOURCE_MEM | IORESOURCE_EXCLUSIVE; in init_resources()
|
/openbmc/linux/include/linux/ |
H A D | ioport.h | 66 #define IORESOURCE_EXCLUSIVE 0x08000000 /* Userland may not map this resource */ macro 275 __request_region(&iomem_resource, (start), (n), (name), IORESOURCE_EXCLUSIVE)
|
H A D | pci.h | 1458 name, IORESOURCE_EXCLUSIVE); in pci_request_config_region_exclusive()
|
/openbmc/linux/kernel/ |
H A D | resource.c | 1738 IORESOURCE_EXCLUSIVE; in resource_is_exclusive() 1772 || p->flags & IORESOURCE_EXCLUSIVE) { in resource_is_exclusive()
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_mem.c | 2767 IORESOURCE_EXCLUSIVE); in virtio_mem_create_resource()
|
/openbmc/linux/mm/ |
H A D | Kconfig | 546 # IORESOURCE_EXCLUSIVE cannot be mapped to user space, for example, via
|
/openbmc/linux/drivers/pci/ |
H A D | pci.c | 4168 IORESOURCE_EXCLUSIVE); in pci_request_selected_regions_exclusive()
|