Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Di440fx.c180 pci_bus_get_w64_range(h->bus, &w64); in i440fx_pcihost_get_pci_hole64_start_value()
213 pci_bus_get_w64_range(h->bus, &w64); in i440fx_pcihost_get_pci_hole64_end()
H A Dq35.c123 pci_bus_get_w64_range(h->bus, &w64); in q35_host_get_pci_hole64_start_value()
156 pci_bus_get_w64_range(h->bus, &w64); in q35_host_get_pci_hole64_end()
/openbmc/qemu/include/hw/pci/
H A Dpci.h362 void pci_bus_get_w64_range(PCIBus *bus, Range *range);
/openbmc/qemu/hw/pci/
H A Dpci.c2845 void pci_bus_get_w64_range(PCIBus *bus, Range *range) in pci_bus_get_w64_range() function