Searched refs:EFER_SVME (Results 1 – 6 of 6) sorted by relevance
116 wrmsrl(MSR_EFER, efer & ~EFER_SVME); in cpu_svm_disable()
38 #define EFER_SVME (1<<_EFER_SVME) macro
366 #define EFER_SVME (1<<12) /* Enable virtualization */ macro
746 to_svm(vcpu)->vmcb->save.efer = efer | EFER_SVME; in svm_set_efer()918 if (efer & EFER_SVME) in svm_hardware_enable()939 wrmsrl(MSR_EFER, efer | EFER_SVME); in svm_hardware_enable()1341 kvm_enable_efer_bits(EFER_SVME | EFER_LMSLE); in svm_hardware_setup()3005 if (!(svm->vcpu.arch.efer & EFER_SVME) || in nested_svm_check_permissions()4250 if (svm_dis && (vcpu->arch.efer & EFER_SVME)) in svm_set_vm_cr()
4319 if (!(efer & EFER_SVME)) in check_svme()
1373 if (efer & EFER_SVME && !guest_cpuid_has(vcpu, X86_FEATURE_SVM)) in __kvm_valid_efer()