Searched refs:SVM_EXIT_MSR (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/include/uapi/asm/ |
| A D | svm.h | 61 #define SVM_EXIT_MSR 0x07c macro 190 { SVM_EXIT_MSR, "msr" }, \
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| A D | svm.h | 61 #define SVM_EXIT_MSR 0x07c macro 190 { SVM_EXIT_MSR, "msr" }, \
|
| /linux/arch/x86/hyperv/ |
| A D | ivm.c | 124 SVM_EXIT_MSR, 1, 0)) in hv_ghcb_msr_write() 156 SVM_EXIT_MSR, 0, 0)) in hv_ghcb_msr_read()
|
| /linux/arch/x86/kernel/ |
| A D | sev.c | 641 ret = sev_es_ghcb_hv_call(ghcb, true, ctxt, SVM_EXIT_MSR, in vc_handle_msr() 1257 case SVM_EXIT_MSR: in vc_handle_exitcode()
|
| /linux/arch/x86/kvm/svm/ |
| A D | svm.c | 3182 [SVM_EXIT_MSR] = msr_interception, 3357 if (exit_code == SVM_EXIT_MSR) in svm_invoke_exit_handler() 3805 if (to_svm(vcpu)->vmcb->control.exit_code == SVM_EXIT_MSR && in svm_exit_handlers_fastpath() 4163 [x86_intercept_wrmsr] = POST_EX(SVM_EXIT_MSR), 4165 [x86_intercept_rdmsr] = POST_EX(SVM_EXIT_MSR), 4244 case SVM_EXIT_MSR: in svm_check_intercept()
|
| A D | nested.c | 1042 case SVM_EXIT_MSR: in nested_svm_intercept()
|
| A D | sev.c | 2416 case SVM_EXIT_MSR: in sev_es_validate_vmgexit()
|
Completed in 27 milliseconds