Searched refs:SVM_EXIT_WBINVD (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 74 #define SVM_EXIT_WBINVD 0x089 macro 219 { SVM_EXIT_WBINVD, "wbinvd" }, \
|
| /linux-6.15/tools/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 74 #define SVM_EXIT_WBINVD 0x089 macro 219 { SVM_EXIT_WBINVD, "wbinvd" }, \
|
| /linux-6.15/arch/x86/coco/sev/ |
| H A D | core.c | 2061 return sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_WBINVD, 0, 0); in vc_handle_wbinvd() 2187 case SVM_EXIT_WBINVD: in vc_handle_exitcode()
|
| H A D | shared.c | 1642 case SVM_EXIT_WBINVD: in vc_check_opcode_bytes()
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | svm.c | 3434 [SVM_EXIT_WBINVD] = kvm_emulate_wbinvd, 4614 [x86_intercept_wbinvd] = POST_EX(SVM_EXIT_WBINVD),
|
| H A D | sev.c | 3355 case SVM_EXIT_WBINVD: in sev_es_validate_vmgexit()
|