Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kernel/
Dpci.c104 if (!(entry->res->flags & IORESOURCE_WINDOW)) in pci_acpi_root_prepare_resources()
/Linux-v5.10/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-v5.10/include/linux/
Dioport.h55 #define IORESOURCE_WINDOW 0x00200000 /* forwarded by bridge */ macro
/Linux-v5.10/drivers/acpi/
Dresource.c265 res->flags |= IORESOURCE_WINDOW; in acpi_decode_space()
/Linux-v5.10/arch/x86/pci/
Dfixup.c741 IORESOURCE_MEM_64 | IORESOURCE_WINDOW; in pci_amd_enable_64bit_bar()
/Linux-v5.10/drivers/pci/controller/
Dpci-hyperv.c2681 hbus->low_mmio_res->flags |= IORESOURCE_WINDOW; in hv_pci_allocate_bridge_windows()
2701 hbus->high_mmio_res->flags |= IORESOURCE_WINDOW; in hv_pci_allocate_bridge_windows()
/Linux-v5.10/lib/
Dvsprintf.c1099 if (res->flags & IORESOURCE_WINDOW) in resource_string()