Searched refs:enable_unrestricted_guest (Results 1 – 1 of 1) sorted by relevance
87 static bool __read_mostly enable_unrestricted_guest = 1; variable89 enable_unrestricted_guest, bool, S_IRUGO);3654 if (enable_unrestricted_guest) in nested_vmx_setup_ctls_msrs()5152 if (enable_unrestricted_guest || (enable_ept && is_paging(vcpu))) in vmx_decache_cr3()5268 if (enable_unrestricted_guest) in vmx_set_cr0()5289 if (enable_ept && !enable_unrestricted_guest) in vmx_set_cr0()5340 if (enable_unrestricted_guest || is_paging(vcpu) || in vmx_set_cr3()5361 if (enable_unrestricted_guest) in vmx_set_cr4()5396 if (!enable_unrestricted_guest) { in vmx_set_cr4()5538 if (enable_unrestricted_guest && (seg != VCPU_SREG_LDTR)) in vmx_set_segment()[all …]