Searched refs:hole64_start (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/pci-host/ |
H A D | i440fx.c | 192 uint64_t hole64_start = i440fx_pcihost_get_pci_hole64_start_value(obj); in i440fx_pcihost_get_pci_hole64_start() local 194 visit_type_uint64(v, name, &hole64_start, errp); in i440fx_pcihost_get_pci_hole64_start() 209 uint64_t hole64_start = i440fx_pcihost_get_pci_hole64_start_value(obj); 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()
|
H A D | q35.c | 135 uint64_t hole64_start = q35_host_get_pci_hole64_start_value(obj); in q35_host_get_pci_hole64_start() local 137 visit_type_uint64(v, name, &hole64_start, errp); in q35_host_get_pci_hole64_start() 152 uint64_t hole64_start = q35_host_get_pci_hole64_start_value(obj); 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()
|
/openbmc/qemu/hw/i386/ |
H A D | pc.c | 1024 uint64_t hole64_start = 0; in pc_pci_hole64_start() local 1028 hole64_start = pc_get_cxl_range_end(pcms); in pc_pci_hole64_start() 1030 pc_get_device_memory_range(pcms, &hole64_start, &size); in pc_pci_hole64_start() 1032 hole64_start += size; in pc_pci_hole64_start() 1035 hole64_start = pc_above_4g_end(pcms); in pc_pci_hole64_start() 1038 return ROUND_UP(hole64_start, 1 * GiB); in pc_pci_hole64_start()
|