Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
A Dsvm.h61 #define SVM_EXIT_MSR 0x07c macro
207 { SVM_EXIT_MSR, "msr" }, \
/arch/x86/hyperv/
A Divm.c211 if (hv_ghcb_hv_call(&hv_ghcb->ghcb, SVM_EXIT_MSR, 1, 0)) in hv_ghcb_msr_write()
240 if (hv_ghcb_hv_call(&hv_ghcb->ghcb, SVM_EXIT_MSR, 0, 0)) in hv_ghcb_msr_read()
/arch/x86/coco/sev/
A Dvc-handle.c432 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_MSR, write, 0); in vc_handle_msr()
832 case SVM_EXIT_MSR: in vc_handle_exitcode()
A Dvc-shared.c38 case SVM_EXIT_MSR: in vc_check_opcode_bytes()
/arch/x86/kvm/svm/
A Dsvm.c3255 [SVM_EXIT_MSR] = msr_interception,
3509 if (exit_code == SVM_EXIT_MSR) in svm_invoke_exit_handler()
4189 case SVM_EXIT_MSR: in svm_exit_handlers_fastpath()
4520 [x86_intercept_wrmsr] = POST_EX(SVM_EXIT_MSR),
4522 [x86_intercept_rdmsr] = POST_EX(SVM_EXIT_MSR),
4601 case SVM_EXIT_MSR: in svm_check_intercept()
A Dnested.c1413 case SVM_EXIT_MSR: in nested_svm_intercept()
A Dsev.c3363 case SVM_EXIT_MSR: in sev_es_validate_vmgexit()

Completed in 28 milliseconds