Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.h721 return allow_smaller_maxphyaddr && cpuid_maxphyaddr(vcpu) < boot_cpu_data.x86_phys_bits; in vmx_need_pf_intercept()
H A Dvmx.c142 extern bool __read_mostly allow_smaller_maxphyaddr;
143 module_param(allow_smaller_maxphyaddr, bool, S_IRUGO);
5269 WARN_ON_ONCE(!allow_smaller_maxphyaddr); in handle_exception_nmi()
5803 if (unlikely(allow_smaller_maxphyaddr && kvm_vcpu_is_illegal_gpa(vcpu, gpa))) in handle_ept_violation()
8676 allow_smaller_maxphyaddr = false; in __vmx_exit()
8736 allow_smaller_maxphyaddr = true; in vmx_init()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1797 extern bool __read_mostly allow_smaller_maxphyaddr;
/openbmc/linux/arch/x86/kvm/
H A Dx86.c232 bool __read_mostly allow_smaller_maxphyaddr = 0; variable
233 EXPORT_SYMBOL_GPL(allow_smaller_maxphyaddr);
4612 r = (int) allow_smaller_maxphyaddr; in kvm_vm_ioctl_check_extension()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c5373 allow_smaller_maxphyaddr = !npt_enabled; in svm_hardware_setup()