Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dcapabilities.h15 extern bool __read_mostly enable_unrestricted_guest;
H A Dvmx.c95 bool __read_mostly enable_unrestricted_guest = 1; variable
97 enable_unrestricted_guest, bool, S_IRUGO);
3293 if (enable_unrestricted_guest) in vmx_set_cr0()
3321 if (enable_ept && !enable_unrestricted_guest) { in vmx_set_cr0()
3408 if (!enable_unrestricted_guest && !is_paging(vcpu)) in vmx_load_mmu_pgd()
3452 if (enable_unrestricted_guest) in vmx_set_cr4()
3472 if (!enable_unrestricted_guest) { in vmx_set_cr4()
4612 enable_unrestricted_guest = 0; in vmx_secondary_exec_control()
4614 if (!enable_unrestricted_guest) in vmx_secondary_exec_control()
5089 if (enable_unrestricted_guest) in vmx_set_tss_addr()
[all …]
H A Dvmx.h726 return enable_unrestricted_guest && (!is_guest_mode(vcpu) || in is_unrestricted_guest()
H A Dnested.c6984 if (enable_unrestricted_guest) in nested_vmx_setup_secondary_ctls()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2665 state. Ignored if kvm-intel.enable_unrestricted_guest=1,