Home
last modified time | relevance | path

Searched refs:build_pci_bridge_aml (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dpci-bridge-stub.c18 void build_pci_bridge_aml(AcpiDevAmlIf *adev, Aml *scope) in build_pci_bridge_aml() function
H A Dpci-bridge.c20 void build_pci_bridge_aml(AcpiDevAmlIf *adev, Aml *scope) in build_pci_bridge_aml() function
/openbmc/qemu/include/hw/acpi/
H A Dpci.h42 void build_pci_bridge_aml(AcpiDevAmlIf *adev, Aml *scope);
/openbmc/qemu/hw/pci/
H A Dpci_bridge.c492 adevc->build_dev_aml = build_pci_bridge_aml; in pci_bridge_class_init()