Home
last modified time | relevance | path

Searched refs:SVM_EXIT_VMMCALL (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/arch/x86/include/uapi/asm/
Dsvm.h66 #define SVM_EXIT_VMMCALL 0x081 macro
195 { SVM_EXIT_VMMCALL, "hypercall" }, \
/Linux-v5.15/tools/arch/x86/include/uapi/asm/
Dsvm.h66 #define SVM_EXIT_VMMCALL 0x081 macro
195 { SVM_EXIT_VMMCALL, "hypercall" }, \
/Linux-v5.15/tools/testing/selftests/kvm/include/x86_64/
Dsvm_util.h19 #define SVM_EXIT_VMMCALL 0x081 macro
/Linux-v5.15/tools/testing/selftests/kvm/x86_64/
Dstate_test.c48 GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL); in svm_l1_guest_code()
52 GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL); in svm_l1_guest_code()
Dsvm_vmcall_test.c36 GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL); in l1_guest_code()
Dsvm_int_ctl_test.c85 GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL); in l1_guest_code()
/Linux-v5.15/arch/x86/kernel/
Dsev.c1200 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_VMMCALL, 0, 0); in vc_handle_vmmcall()
1270 case SVM_EXIT_VMMCALL: in vc_handle_exitcode()
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c3096 [SVM_EXIT_VMMCALL] = kvm_emulate_hypercall,
4091 [x86_intercept_vmmcall] = POST_EX(SVM_EXIT_VMMCALL),
Dsev.c2202 case SVM_EXIT_VMMCALL: in sev_es_validate_vmgexit()