Home
last modified time | relevance | path

Searched refs:hole64_end (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/pci-host/
H A Di440fx.c211 uint64_t value, hole64_end; in i440fx_pcihost_get_pci_hole64_end() local
215 hole64_end = ROUND_UP(hole64_start + s->pci_hole64_size, 1ULL << 30); in i440fx_pcihost_get_pci_hole64_end()
216 if (s->pci_hole64_fix && value < hole64_end) { in i440fx_pcihost_get_pci_hole64_end()
217 value = hole64_end; in i440fx_pcihost_get_pci_hole64_end()
H A Dq35.c154 uint64_t value, hole64_end; in q35_host_get_pci_hole64_end() local
158 hole64_end = ROUND_UP(hole64_start + s->mch.pci_hole64_size, 1ULL << 30); in q35_host_get_pci_hole64_end()
159 if (s->pci_hole64_fix && value < hole64_end) { in q35_host_get_pci_hole64_end()
160 value = hole64_end; in q35_host_get_pci_hole64_end()