Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dcapabilities.h15 extern bool __read_mostly enable_unrestricted_guest;
H A Dvmx.c104 bool __read_mostly enable_unrestricted_guest = 1; variable
106 enable_unrestricted_guest, bool, 0444);
3405 if (enable_unrestricted_guest) in vmx_set_cr0()
3433 if (enable_ept && !enable_unrestricted_guest) { in vmx_set_cr0()
3505 if (!enable_unrestricted_guest && !is_paging(vcpu)) in vmx_load_mmu_pgd()
3549 if (enable_unrestricted_guest) in vmx_set_cr4()
3569 if (!enable_unrestricted_guest) { in vmx_set_cr4()
4731 enable_unrestricted_guest = 0; in vmx_secondary_exec_control()
4733 if (!enable_unrestricted_guest) in vmx_secondary_exec_control()
5227 if (enable_unrestricted_guest) in vmx_set_tss_addr()
[all …]
H A Dnested.c7275 if (enable_unrestricted_guest) in nested_vmx_setup_secondary_ctls()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt3284 state. Ignored if kvm-intel.enable_unrestricted_guest=1,