Searched refs:host_phys_bits (Results 1 – 5 of 5) sorted by relevance
21 uint32_t host_phys_bits; in host_cpu_phys_bits() local32 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() local54 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()
2191 bool host_phys_bits; member
8502 DEFINE_PROP_BOOL("host-phys-bits", X86CPU, host_phys_bits, false),
35 if (cpu->host_phys_bits && cpu->host_phys_bits_limit && in kvm_set_guest_phys_bits()
423 cpu->host_phys_bits = true; /* need reliable phys-bits */ in microvm_device_pre_plug_cb()