Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/kvm/
H A Dkvm-cpu.c24 uint32_t eax, guest_phys_bits; in kvm_set_guest_phys_bits() local
27 guest_phys_bits = (eax >> 16) & 0xff; in kvm_set_guest_phys_bits()
28 if (!guest_phys_bits) { in kvm_set_guest_phys_bits()
31 cpu->guest_phys_bits = guest_phys_bits; in kvm_set_guest_phys_bits()
32 if (cpu->guest_phys_bits > cpu->phys_bits) { in kvm_set_guest_phys_bits()
33 cpu->guest_phys_bits = cpu->phys_bits; in kvm_set_guest_phys_bits()
37 cpu->guest_phys_bits > cpu->host_phys_bits_limit) { in kvm_set_guest_phys_bits()
38 cpu->guest_phys_bits = cpu->host_phys_bits_limit; in kvm_set_guest_phys_bits()
91 cpu->guest_phys_bits == -1) { in kvm_cpu_realizefn()