Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h61 #define SVM_EXIT_MSR 0x07c macro
211 { SVM_EXIT_MSR, "msr" }, \
/linux/arch/x86/hyperv/
H A Divm.c212 if (hv_ghcb_hv_call(&hv_ghcb->ghcb, SVM_EXIT_MSR, 1, 0)) in hv_ghcb_msr_write()
241 if (hv_ghcb_hv_call(&hv_ghcb->ghcb, SVM_EXIT_MSR, 0, 0)) in hv_ghcb_msr_read()
/linux/arch/x86/kvm/svm/
H A Dsvm.c3278 [SVM_EXIT_MSR] = msr_interception,
3537 if (exit_code == SVM_EXIT_MSR) in svm_invoke_exit_handler()
4241 case SVM_EXIT_MSR: in svm_exit_handlers_fastpath()
4577 [x86_intercept_wrmsr] = POST_EX(SVM_EXIT_MSR),
4579 [x86_intercept_rdmsr] = POST_EX(SVM_EXIT_MSR),
4672 case SVM_EXIT_MSR: in svm_check_intercept()
H A Dnested.c1488 case SVM_EXIT_MSR: in nested_svm_intercept()
H A Dsev.c3434 case SVM_EXIT_MSR: in sev_es_validate_vmgexit()