Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
A Dsvm.h66 #define SVM_EXIT_VMMCALL 0x081 macro
195 { SVM_EXIT_VMMCALL, "hypercall" }, \
/linux/tools/arch/x86/include/uapi/asm/
A Dsvm.h66 #define SVM_EXIT_VMMCALL 0x081 macro
195 { SVM_EXIT_VMMCALL, "hypercall" }, \
/linux/tools/testing/selftests/kvm/x86_64/
A 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()
A Dsvm_vmcall_test.c36 GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL); in l1_guest_code()
A Dsvm_int_ctl_test.c85 GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL); in l1_guest_code()
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dsvm_util.h19 #define SVM_EXIT_VMMCALL 0x081 macro
/linux/arch/x86/kernel/
A Dsev.c1190 ret = sev_es_ghcb_hv_call(ghcb, true, ctxt, SVM_EXIT_VMMCALL, 0, 0); in vc_handle_vmmcall()
1260 case SVM_EXIT_VMMCALL: in vc_handle_exitcode()
/linux/arch/x86/kvm/svm/
A Dsvm.c3186 [SVM_EXIT_VMMCALL] = kvm_emulate_hypercall,
4150 [x86_intercept_vmmcall] = POST_EX(SVM_EXIT_VMMCALL),
A Dsev.c2425 case SVM_EXIT_VMMCALL: in sev_es_validate_vmgexit()

Completed in 27 milliseconds