Searched refs:SVM_EXIT_VMMCALL (Results 1 – 6 of 6) sorted by relevance
66 #define SVM_EXIT_VMMCALL 0x081 macro212 { SVM_EXIT_VMMCALL, "hypercall" }, \
762 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_VMMCALL, 0, 0); in vc_handle_vmmcall()835 case SVM_EXIT_VMMCALL: in vc_handle_exitcode()
67 case SVM_EXIT_VMMCALL: in vc_check_opcode_bytes()
1624 case SVM_EXIT_VMMCALL: in nested_svm_exit_special()
3259 [SVM_EXIT_VMMCALL] = kvm_emulate_hypercall,4507 [x86_intercept_vmmcall] = POST_EX(SVM_EXIT_VMMCALL),
3372 case SVM_EXIT_VMMCALL: in sev_es_validate_vmgexit()
Completed in 25 milliseconds