Lines Matching refs:enable_unrestricted_guest
85 bool __read_mostly enable_unrestricted_guest = 1; variable
87 enable_unrestricted_guest, bool, S_IRUGO);
2864 if (enable_unrestricted_guest || (enable_ept && is_paging(vcpu))) in vmx_decache_cr3()
2942 if (enable_unrestricted_guest) in vmx_set_cr0()
2963 if (enable_ept && !enable_unrestricted_guest) in vmx_set_cr0()
3014 if (enable_unrestricted_guest || is_paging(vcpu) || in vmx_set_cr3()
3036 if (enable_unrestricted_guest) in vmx_set_cr4()
3070 if (!enable_unrestricted_guest) { in vmx_set_cr4()
3210 if (enable_unrestricted_guest && (seg != VCPU_SREG_LDTR)) in vmx_set_segment()
3401 if (enable_unrestricted_guest) in guest_state_valid()
4018 enable_unrestricted_guest = 0; in vmx_compute_secondary_exec_control()
4020 if (!enable_unrestricted_guest) in vmx_compute_secondary_exec_control()
4504 if (enable_unrestricted_guest) in vmx_set_tss_addr()
4832 WARN_ON_ONCE(enable_unrestricted_guest); in handle_cr()
4865 WARN_ON_ONCE(enable_unrestricted_guest); in handle_cr()
6293 return enable_unrestricted_guest || emulate_invalid_guest_state; in vmx_has_emulated_msr()
6788 if (enable_ept && !enable_unrestricted_guest) { in vmx_create_vcpu()
7618 enable_unrestricted_guest = 0; in hardware_setup()