Searched refs:SVM_EXIT_MSR (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 61 #define SVM_EXIT_MSR 0x07c macro 169 { SVM_EXIT_MSR, "msr" }, \
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 61 #define SVM_EXIT_MSR 0x07c macro 169 { SVM_EXIT_MSR, "msr" }, \
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | sev-es.c | 607 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_MSR, exit_info_1, 0); in vc_handle_msr() 1222 case SVM_EXIT_MSR: in vc_handle_exitcode()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/svm/ |
| H A D | svm.c | 2922 [SVM_EXIT_MSR] = msr_interception, 3130 if (exit_code == SVM_EXIT_MSR) in handle_exit() 3483 if (to_svm(vcpu)->vmcb->control.exit_code == SVM_EXIT_MSR && in svm_exit_handlers_fastpath() 3834 [x86_intercept_wrmsr] = POST_EX(SVM_EXIT_MSR), 3836 [x86_intercept_rdmsr] = POST_EX(SVM_EXIT_MSR), 3915 case SVM_EXIT_MSR: in svm_check_intercept()
|
| H A D | nested.c | 859 case SVM_EXIT_MSR: in nested_svm_intercept()
|