Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dioport.h54 #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 Dsetup.c196 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 Dioport.h66 #define IORESOURCE_EXCLUSIVE 0x08000000 /* Userland may not map this resource */ macro
275 __request_region(&iomem_resource, (start), (n), (name), IORESOURCE_EXCLUSIVE)
H A Dpci.h1458 name, IORESOURCE_EXCLUSIVE); in pci_request_config_region_exclusive()
/openbmc/linux/kernel/
H A Dresource.c1738 IORESOURCE_EXCLUSIVE; in resource_is_exclusive()
1772 || p->flags & IORESOURCE_EXCLUSIVE) { in resource_is_exclusive()
/openbmc/linux/drivers/virtio/
H A Dvirtio_mem.c2767 IORESOURCE_EXCLUSIVE); in virtio_mem_create_resource()
/openbmc/linux/mm/
H A DKconfig546 # IORESOURCE_EXCLUSIVE cannot be mapped to user space, for example, via
/openbmc/linux/drivers/pci/
H A Dpci.c4168 IORESOURCE_EXCLUSIVE); in pci_request_selected_regions_exclusive()