Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/uapi/asm/
Dsvm.h66 #define SVM_EXIT_VMMCALL 0x081 macro
174 { SVM_EXIT_VMMCALL, "hypercall" }, \
/Linux-v5.10/tools/arch/x86/include/uapi/asm/
Dsvm.h66 #define SVM_EXIT_VMMCALL 0x081 macro
174 { SVM_EXIT_VMMCALL, "hypercall" }, \
/Linux-v5.10/tools/testing/selftests/kvm/include/x86_64/
Dsvm_util.h19 #define SVM_EXIT_VMMCALL 0x081 macro
/Linux-v5.10/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()
/Linux-v5.10/arch/x86/kernel/
Dsev-es.c1092 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_VMMCALL, 0, 0); in vc_handle_vmmcall()
1170 case SVM_EXIT_VMMCALL: in vc_handle_exitcode()
/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.c2912 [SVM_EXIT_VMMCALL] = vmmcall_interception,
3818 [x86_intercept_vmmcall] = POST_EX(SVM_EXIT_VMMCALL),