Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dvirtext.h121 wrmsrl(MSR_EFER, efer & ~EFER_SVME); in cpu_svm_disable()
Dmsr-index.h30 #define EFER_SVME (1<<_EFER_SVME) macro
/linux-4.4.14/arch/x86/kvm/
Dsvm.c481 to_svm(vcpu)->vmcb->save.efer = efer | EFER_SVME; in svm_set_efer()
650 if (efer & EFER_SVME) in svm_hardware_enable()
671 wrmsrl(MSR_EFER, efer | EFER_SVME); in svm_hardware_enable()
901 kvm_enable_efer_bits(EFER_SVME | EFER_LMSLE); in svm_hardware_setup()
1940 if (!(svm->vcpu.arch.efer & EFER_SVME) in nested_svm_check_permissions()
3104 if (svm_dis && (vcpu->arch.efer & EFER_SVME)) in svm_set_vm_cr()
Demulate.c3980 if (!(efer & EFER_SVME)) in check_svme()
Dx86.c994 if (efer & EFER_SVME) { in kvm_valid_efer()