Home
last modified time | relevance | path

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

/qemu/hw/i386/
H A Dmicrovm.c232 hwaddr phys_size = (hwaddr)1 << X86_CPU(first_cpu)->phys_bits; in microvm_devices_init() local
233 if (phys_size > 0x1000000ll) { in microvm_devices_init()
234 mms->gpex.mmio64.size = phys_size / 4; in microvm_devices_init()
235 mms->gpex.mmio64.base = phys_size - mms->gpex.mmio64.size; in microvm_devices_init()