Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dpci-internal.h15 extern PCIHostStateList pci_host_bridges;
H A Dpci-qmp-cmds.c192 QLIST_FOREACH(host_bridge, &pci_host_bridges, next) { in qmp_query_pci()
H A Dpci.c271 PCIHostStateList pci_host_bridges; variable
452 QLIST_INSERT_HEAD(&pci_host_bridges, host_bridge, next); in pci_host_bus_register()
2608 QLIST_FOREACH(host_bridge, &pci_host_bridges, next) { in pci_qdev_find_device()