Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dvmx.c76 static bool __read_mostly enable_unrestricted_guest = 1; variable
78 enable_unrestricted_guest, bool, S_IRUGO);
2653 if (enable_unrestricted_guest) in nested_vmx_setup_ctls_msrs()
3713 if (enable_unrestricted_guest) in vmx_set_cr0()
3819 if (!enable_unrestricted_guest && !is_paging(vcpu)) in vmx_set_cr4()
3946 if (enable_unrestricted_guest && (seg != VCPU_SREG_LDTR)) in vmx_set_segment()
4137 if (enable_unrestricted_guest) in guest_state_valid()
4726 enable_unrestricted_guest = 0; in vmx_secondary_exec_control()
4730 if (!enable_unrestricted_guest) in vmx_secondary_exec_control()
6195 enable_unrestricted_guest = 0; in hardware_setup()
[all …]