Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Di440fx.c58 bool pci_hole64_fix; member
182 if (!value && s->pci_hole64_fix) { in i440fx_pcihost_get_pci_hole64_start_value()
216 if (s->pci_hole64_fix && value < hole64_end) { in i440fx_pcihost_get_pci_hole64_end()
363 DEFINE_PROP_BOOL("x-pci-hole64-fix", I440FXState, pci_hole64_fix, true),
H A Dq35.c125 if (!value && s->pci_hole64_fix) { in q35_host_get_pci_hole64_start_value()
159 if (s->pci_hole64_fix && value < hole64_end) { in q35_host_get_pci_hole64_end()
184 DEFINE_PROP_BOOL("x-pci-hole64-fix", Q35PCIHost, pci_hole64_fix, true),
/openbmc/qemu/include/hw/pci-host/
H A Dq35.h66 bool pci_hole64_fix; member