Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvirtext.h121 wrmsrl(MSR_EFER, efer & ~EFER_SVME); in cpu_svm_disable()
/arch/x86/include/uapi/asm/
Dmsr-index.h30 #define EFER_SVME (1<<_EFER_SVME) macro
/arch/x86/kvm/
Dsvm.c479 to_svm(vcpu)->vmcb->save.efer = efer | EFER_SVME; in svm_set_efer()
648 if (efer & EFER_SVME) in svm_hardware_enable()
669 wrmsrl(MSR_EFER, efer | EFER_SVME); in svm_hardware_enable()
910 kvm_enable_efer_bits(EFER_SVME | EFER_LMSLE); in svm_hardware_setup()
2032 if (!(svm->vcpu.arch.efer & EFER_SVME) in nested_svm_check_permissions()
3179 if (svm_dis && (vcpu->arch.efer & EFER_SVME)) in svm_set_vm_cr()
Demulate.c3611 if (!(efer & EFER_SVME)) in check_svme()
Dx86.c951 if (efer & EFER_SVME) { in kvm_valid_efer()