Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvirtext.h120 wrmsrl(MSR_EFER, efer & ~EFER_SVME); in cpu_svm_disable()
Dmsr-index.h30 #define EFER_SVME (1<<_EFER_SVME) macro
/arch/x86/kvm/
Dsvm.c455 to_svm(vcpu)->vmcb->save.efer = efer | EFER_SVME; in svm_set_efer()
622 if (efer & EFER_SVME) in svm_hardware_enable()
646 wrmsrl(MSR_EFER, efer | EFER_SVME); in svm_hardware_enable()
887 kvm_enable_efer_bits(EFER_SVME | EFER_LMSLE); in svm_hardware_setup()
1998 if (!(svm->vcpu.arch.efer & EFER_SVME) in nested_svm_check_permissions()
3137 if (svm_dis && (vcpu->arch.efer & EFER_SVME)) in svm_set_vm_cr()
Demulate.c3226 if (!(efer & EFER_SVME)) in check_svme()
Dx86.c833 if (efer & EFER_SVME) { in set_efer()