Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c106 bool __read_mostly enable_unrestricted_guest = 1; variable
108 enable_unrestricted_guest, bool, 0444);
3452 if (enable_unrestricted_guest) in vmx_set_cr0()
3480 if (enable_ept && !enable_unrestricted_guest) { in vmx_set_cr0()
3552 if (!enable_unrestricted_guest && !is_paging(vcpu)) in vmx_load_mmu_pgd()
3596 if (enable_unrestricted_guest) in vmx_set_cr4()
3616 if (!enable_unrestricted_guest) { in vmx_set_cr4()
4778 enable_unrestricted_guest = 0; in vmx_secondary_exec_control()
4780 if (!enable_unrestricted_guest) in vmx_secondary_exec_control()
5280 if (enable_unrestricted_guest) in vmx_set_tss_addr()
[all …]
H A Dvmx.h699 return enable_unrestricted_guest && (!is_guest_mode(vcpu) || in is_unrestricted_guest()