Searched refs:host_phys_bits_limit (Results 1 – 4 of 4) sorted by relevance
63 if (cpu->host_phys_bits_limit && in host_cpu_adjust_phys_bits()64 phys_bits > cpu->host_phys_bits_limit) { in host_cpu_adjust_phys_bits()65 phys_bits = cpu->host_phys_bits_limit; in host_cpu_adjust_phys_bits()
2312 uint8_t host_phys_bits_limit; member
9978 DEFINE_PROP_UINT8("host-phys-bits-limit", X86CPU, host_phys_bits_limit, 0),
36 if (cpu->host_phys_bits && cpu->host_phys_bits_limit && 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()