Searched refs:EFER_SVME (Results 1 – 6 of 6) sorted by relevance
117 wrmsrl(MSR_EFER, efer & ~EFER_SVME); in cpu_svm_disable()
36 #define EFER_SVME (1<<_EFER_SVME) macro
345 #define EFER_SVME (1<<12) /* Enable virtualization */ macro
742 to_svm(vcpu)->vmcb->save.efer = efer | EFER_SVME; in svm_set_efer()912 if (efer & EFER_SVME) in svm_hardware_enable()933 wrmsrl(MSR_EFER, efer | EFER_SVME); in svm_hardware_enable()1335 kvm_enable_efer_bits(EFER_SVME | EFER_LMSLE); in svm_hardware_setup()2941 if (!(svm->vcpu.arch.efer & EFER_SVME) || in nested_svm_check_permissions()4206 if (svm_dis && (vcpu->arch.efer & EFER_SVME)) in svm_set_vm_cr()
4267 if (!(efer & EFER_SVME)) in check_svme()
1173 if (efer & EFER_SVME && !guest_cpuid_has(vcpu, X86_FEATURE_SVM)) in kvm_valid_efer()