Searched refs:SVM_EXIT_MSR (Results 1 – 7 of 7) sorted by relevance
| /arch/x86/include/uapi/asm/ |
| A D | svm.h | 61 #define SVM_EXIT_MSR 0x07c macro 207 { SVM_EXIT_MSR, "msr" }, \
|
| /arch/x86/hyperv/ |
| A D | ivm.c | 211 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 D | vc-handle.c | 432 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 D | vc-shared.c | 38 case SVM_EXIT_MSR: in vc_check_opcode_bytes()
|
| /arch/x86/kvm/svm/ |
| A D | svm.c | 3255 [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 D | nested.c | 1413 case SVM_EXIT_MSR: in nested_svm_intercept()
|
| A D | sev.c | 3363 case SVM_EXIT_MSR: in sev_es_validate_vmgexit()
|
Completed in 28 milliseconds