Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Dpci.c108 if (!(entry->res->flags & IORESOURCE_WINDOW)) in pci_acpi_root_prepare_resources()
/Linux-v4.19/drivers/pnp/
Dresource.c216 if (tres->flags & IORESOURCE_WINDOW) in pnp_check_port()
279 if (tres->flags & IORESOURCE_WINDOW) in pnp_check_mem()
Dinterface.c286 res->flags & IORESOURCE_WINDOW ? in resources_show()
/Linux-v4.19/include/linux/
Dioport.h54 #define IORESOURCE_WINDOW 0x00200000 /* forwarded by bridge */ macro
/Linux-v4.19/arch/x86/pci/
Dfixup.c716 IORESOURCE_MEM_64 | IORESOURCE_WINDOW; in pci_amd_enable_64bit_bar()
/Linux-v4.19/drivers/acpi/
Dresource.c273 res->flags |= IORESOURCE_WINDOW; in acpi_decode_space()
/Linux-v4.19/drivers/pci/controller/
Dpci-hyperv.c2200 hbus->low_mmio_res->flags |= IORESOURCE_WINDOW; in hv_pci_allocate_bridge_windows()
2220 hbus->high_mmio_res->flags |= IORESOURCE_WINDOW; in hv_pci_allocate_bridge_windows()
/Linux-v4.19/lib/
Dvsprintf.c806 if (res->flags & IORESOURCE_WINDOW) in resource_string()