Home
last modified time | relevance | path

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

/linux-6.15/drivers/pnp/
H A Dresource.c217 if (tres->flags & IORESOURCE_WINDOW) in pnp_check_port()
280 if (tres->flags & IORESOURCE_WINDOW) in pnp_check_mem()
H A Dinterface.c287 res->flags & IORESOURCE_WINDOW ? in resources_show()
/linux-6.15/include/linux/
H A Dioport.h56 #define IORESOURCE_WINDOW 0x00200000 /* forwarded by bridge */ macro
/linux-6.15/arch/x86/pci/
H A Dfixup.c744 IORESOURCE_MEM_64 | IORESOURCE_WINDOW; in pci_amd_enable_64bit_bar()
/linux-6.15/drivers/acpi/
H A Dresource.c269 res->flags |= IORESOURCE_WINDOW; in acpi_decode_space()
/linux-6.15/drivers/pci/
H A Dpci-acpi.c1609 if (!(entry->res->flags & IORESOURCE_WINDOW)) in pci_acpi_root_prepare_resources()
/linux-6.15/drivers/pci/controller/
H A Dpci-hyperv.c3237 hbus->low_mmio_res->flags |= IORESOURCE_WINDOW; in hv_pci_allocate_bridge_windows()
3256 hbus->high_mmio_res->flags |= IORESOURCE_WINDOW; in hv_pci_allocate_bridge_windows()
/linux-6.15/lib/
H A Dvsprintf.c1132 if (res->flags & IORESOURCE_WINDOW) in resource_string()