Home
last modified time | relevance | path

Searched refs:acpi_dsdt_add_gpex_host (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/pci-host/
H A Dgpex.h74 void acpi_dsdt_add_gpex_host(Aml *scope, uint32_t irq);
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c452 acpi_dsdt_add_gpex_host(scope, PCIE_IRQ); in build_dsdt()
458 acpi_dsdt_add_gpex_host(scope, PCIE_IRQ + VIRT_IRQCHIP_NUM_SOURCES); in build_dsdt()
464 acpi_dsdt_add_gpex_host(scope, PCIE_IRQ + VIRT_IRQCHIP_NUM_SOURCES * 2); in build_dsdt()
/openbmc/qemu/hw/pci-host/
H A Dgpex-acpi.c289 void acpi_dsdt_add_gpex_host(Aml *scope, uint32_t irq) in acpi_dsdt_add_gpex_host() function