Searched refs:IORESOURCE_EXCLUSIVE (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/riscv/kernel/ |
| A D | setup.c | 176 res->flags = IORESOURCE_MEM | IORESOURCE_EXCLUSIVE; in init_resources() 201 res->flags = IORESOURCE_MEM | IORESOURCE_EXCLUSIVE; in init_resources()
|
| /linux/include/linux/ |
| A D | ioport.h | 66 #define IORESOURCE_EXCLUSIVE 0x08000000 /* Userland may not map this resource */ macro 311 __request_region(&iomem_resource, (start), (n), (name), IORESOURCE_EXCLUSIVE)
|
| A D | pci.h | 1486 name, IORESOURCE_EXCLUSIVE); in pci_request_config_region_exclusive()
|
| /linux/drivers/pci/ |
| A D | devres.c | 889 return _pcim_request_region(pdev, bar, name, IORESOURCE_EXCLUSIVE); in pcim_request_region_exclusive()
|
| A D | pci.c | 3963 if (exclusive == IORESOURCE_EXCLUSIVE) in __pci_request_region() 4093 IORESOURCE_EXCLUSIVE); in pci_request_selected_regions_exclusive()
|
| /linux/kernel/ |
| A D | resource.c | 1783 IORESOURCE_EXCLUSIVE; in resource_is_exclusive() 1817 || p->flags & IORESOURCE_EXCLUSIVE) { in resource_is_exclusive()
|
| /linux/drivers/virtio/ |
| A D | virtio_mem.c | 2798 IORESOURCE_EXCLUSIVE); in virtio_mem_create_resource()
|
| /linux/mm/ |
| A D | Kconfig | 523 # IORESOURCE_EXCLUSIVE cannot be mapped to user space, for example, via
|
Completed in 36 milliseconds