Home
last modified time | relevance | path

Searched refs:EFER_SVME (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dvirtext.h117 wrmsrl(MSR_EFER, efer & ~EFER_SVME); in cpu_svm_disable()
Dmsr-index.h36 #define EFER_SVME (1<<_EFER_SVME) macro
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dx86.h345 #define EFER_SVME (1<<12) /* Enable virtualization */ macro
/Linux-v4.19/arch/x86/kvm/
Dsvm.c742 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()
Demulate.c4267 if (!(efer & EFER_SVME)) in check_svme()
Dx86.c1173 if (efer & EFER_SVME && !guest_cpuid_has(vcpu, X86_FEATURE_SVM)) in kvm_valid_efer()