Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/vmx/
Dcapabilities.h15 extern bool __read_mostly enable_unrestricted_guest;
Dvmx.c93 bool __read_mostly enable_unrestricted_guest = 1; variable
95 enable_unrestricted_guest, bool, S_IRUGO);
3289 if (enable_unrestricted_guest) in vmx_set_cr0()
3317 if (enable_ept && !enable_unrestricted_guest) { in vmx_set_cr0()
3404 if (!enable_unrestricted_guest && !is_paging(vcpu)) in vmx_load_mmu_pgd()
3448 if (enable_unrestricted_guest) in vmx_set_cr4()
3468 if (!enable_unrestricted_guest) { in vmx_set_cr4()
4608 enable_unrestricted_guest = 0; in vmx_secondary_exec_control()
4610 if (!enable_unrestricted_guest) in vmx_secondary_exec_control()
5080 if (enable_unrestricted_guest) in vmx_set_tss_addr()
[all …]
Dvmx.h725 return enable_unrestricted_guest && (!is_guest_mode(vcpu) || in is_unrestricted_guest()
Dnested.c6931 if (enable_unrestricted_guest) in nested_vmx_setup_secondary_ctls()
/linux-6.6.21/Documentation/admin-guide/
Dkernel-parameters.txt2651 state. Ignored if kvm-intel.enable_unrestricted_guest=1,