Searched refs:enable_unrestricted_guest (Results 1 – 3 of 3) sorted by relevance
12 extern bool __read_mostly enable_unrestricted_guest;
85 bool __read_mostly enable_unrestricted_guest = 1; variable87 enable_unrestricted_guest, bool, S_IRUGO);2864 if (enable_unrestricted_guest || (enable_ept && is_paging(vcpu))) in vmx_decache_cr3()2942 if (enable_unrestricted_guest) in vmx_set_cr0()2963 if (enable_ept && !enable_unrestricted_guest) in vmx_set_cr0()3014 if (enable_unrestricted_guest || is_paging(vcpu) || in vmx_set_cr3()3036 if (enable_unrestricted_guest) in vmx_set_cr4()3070 if (!enable_unrestricted_guest) { in vmx_set_cr4()3210 if (enable_unrestricted_guest && (seg != VCPU_SREG_LDTR)) in vmx_set_segment()3401 if (enable_unrestricted_guest) in guest_state_valid()[all …]
5965 if (enable_unrestricted_guest) in nested_vmx_setup_ctls_msrs()