Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dhost-cpu.c21 uint32_t host_phys_bits; in host_cpu_phys_bits() local
32 host_phys_bits = eax & 0xff; in host_cpu_phys_bits()
39 host_phys_bits = 36; in host_cpu_phys_bits()
42 return host_phys_bits; in host_cpu_phys_bits()
47 uint32_t host_phys_bits = host_cpu_phys_bits(); in host_cpu_adjust_phys_bits() local
54 if (phys_bits != host_phys_bits && phys_bits != 0) { in host_cpu_adjust_phys_bits()
57 host_phys_bits, phys_bits); in host_cpu_adjust_phys_bits()
60 if (cpu->host_phys_bits) { in host_cpu_adjust_phys_bits()
62 phys_bits = host_phys_bits; in host_cpu_adjust_phys_bits()
H A Dcpu.h2191 bool host_phys_bits; member
H A Dcpu.c8502 DEFINE_PROP_BOOL("host-phys-bits", X86CPU, host_phys_bits, false),
/openbmc/qemu/target/i386/kvm/
H A Dkvm-cpu.c35 if (cpu->host_phys_bits && cpu->host_phys_bits_limit && in kvm_set_guest_phys_bits()
/openbmc/qemu/hw/i386/
H A Dmicrovm.c423 cpu->host_phys_bits = true; /* need reliable phys-bits */ in microvm_device_pre_plug_cb()