Searched refs:enable_unrestricted_guest (Results 1 – 5 of 5) sorted by relevance
15 extern bool __read_mostly enable_unrestricted_guest;
103 bool __read_mostly enable_unrestricted_guest = 1; variable105 enable_unrestricted_guest, bool, 0444);3455 if (enable_unrestricted_guest) in vmx_set_cr0()3483 if (enable_ept && !enable_unrestricted_guest) { in vmx_set_cr0()3555 if (!enable_unrestricted_guest && !is_paging(vcpu)) in vmx_load_mmu_pgd()3599 if (enable_unrestricted_guest) in vmx_set_cr4()3619 if (!enable_unrestricted_guest) { in vmx_set_cr4()4701 enable_unrestricted_guest = 0; in vmx_secondary_exec_control()4703 if (!enable_unrestricted_guest) in vmx_secondary_exec_control()5196 if (enable_unrestricted_guest) in vmx_set_tss_addr()[all …]
707 return enable_unrestricted_guest && (!is_guest_mode(vcpu) || in is_unrestricted_guest()
7287 if (enable_unrestricted_guest) in nested_vmx_setup_secondary_ctls()
3231 state. Ignored if kvm-intel.enable_unrestricted_guest=1,