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()
2194 uint8_t host_phys_bits_limit; member
8503 DEFINE_PROP_UINT8("host-phys-bits-limit", X86CPU, host_phys_bits_limit, 0),
35 if (cpu->host_phys_bits && cpu->host_phys_bits_limit && in kvm_set_guest_phys_bits()36 cpu->guest_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()