Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/riscv/kernel/
A Dsetup.c194 res->flags = IORESOURCE_MEM | IORESOURCE_EXCLUSIVE; in init_resources()
219 res->flags = IORESOURCE_MEM | IORESOURCE_EXCLUSIVE; in init_resources()
/linux-6.3-rc2/include/linux/
A Dioport.h66 #define IORESOURCE_EXCLUSIVE 0x08000000 /* Userland may not map this resource */ macro
275 __request_region(&iomem_resource, (start), (n), (name), IORESOURCE_EXCLUSIVE)
A Dpci.h1422 name, IORESOURCE_EXCLUSIVE); in pci_request_config_region_exclusive()
/linux-6.3-rc2/kernel/
A Dresource.c1696 IORESOURCE_EXCLUSIVE; in resource_is_exclusive()
1730 || p->flags & IORESOURCE_EXCLUSIVE) { in resource_is_exclusive()
/linux-6.3-rc2/drivers/virtio/
A Dvirtio_mem.c2711 IORESOURCE_EXCLUSIVE); in virtio_mem_create_resource()
/linux-6.3-rc2/mm/
A DKconfig504 # IORESOURCE_EXCLUSIVE cannot be mapped to user space, for example, via
/linux-6.3-rc2/drivers/pci/
A Dpci.c4062 IORESOURCE_EXCLUSIVE); in pci_request_selected_regions_exclusive()

Completed in 37 milliseconds