Searched refs:SVM_EXIT_MSR (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 61 #define SVM_EXIT_MSR 0x07c macro 211 { SVM_EXIT_MSR, "msr" }, \
|
| /linux/arch/x86/hyperv/ |
| H A D | ivm.c | 212 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 D | svm.c | 3278 [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 D | nested.c | 1488 case SVM_EXIT_MSR: in nested_svm_intercept()
|
| H A D | sev.c | 3434 case SVM_EXIT_MSR: in sev_es_validate_vmgexit()
|