Searched refs:allow_smaller_maxphyaddr (Results 1 – 5 of 5) sorted by relevance
727 return allow_smaller_maxphyaddr && in vmx_need_pf_intercept()
147 extern bool __read_mostly allow_smaller_maxphyaddr;148 module_param(allow_smaller_maxphyaddr, bool, S_IRUGO);5300 WARN_ON_ONCE(!allow_smaller_maxphyaddr); in handle_exception_nmi()5835 if (unlikely(allow_smaller_maxphyaddr && !kvm_vcpu_is_legal_gpa(vcpu, gpa))) in handle_ept_violation()8599 allow_smaller_maxphyaddr = false; in __vmx_exit()8655 allow_smaller_maxphyaddr = true; in vmx_init()
1921 extern bool __read_mostly allow_smaller_maxphyaddr;
224 bool __read_mostly allow_smaller_maxphyaddr = 0; variable225 EXPORT_SYMBOL_GPL(allow_smaller_maxphyaddr);4744 r = (int) allow_smaller_maxphyaddr; in kvm_vm_ioctl_check_extension()
5473 allow_smaller_maxphyaddr = !npt_enabled; in svm_hardware_setup()