Searched refs:enable_unrestricted_guest (Results 1 – 5 of 5) sorted by relevance
15 extern bool __read_mostly enable_unrestricted_guest;
100 bool __read_mostly enable_unrestricted_guest = 1; variable102 enable_unrestricted_guest, bool, 0444);3330 if (enable_unrestricted_guest) in vmx_set_cr0()3488 if (enable_unrestricted_guest) in vmx_set_cr4()3508 if (!enable_unrestricted_guest) { in vmx_set_cr4()4639 enable_unrestricted_guest = 0; in vmx_secondary_exec_control()4641 if (!enable_unrestricted_guest) in vmx_secondary_exec_control()5125 if (enable_unrestricted_guest) in vmx_set_tss_addr()5530 WARN_ON_ONCE(enable_unrestricted_guest); in handle_cr()5562 WARN_ON_ONCE(enable_unrestricted_guest); in handle_cr()[all …]
733 return enable_unrestricted_guest && (!is_guest_mode(vcpu) || in is_unrestricted_guest()
7152 if (enable_unrestricted_guest) in nested_vmx_setup_secondary_ctls()
2936 state. Ignored if kvm-intel.enable_unrestricted_guest=1,