Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dhyperv_svm_test.c97 GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL); in guest_code()
120 GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL); in guest_code()
144 GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL); in guest_code()
Dsvm_vmcall_test.c32 GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL); in l1_guest_code()
Dstate_test.c46 GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL); in svm_l1_guest_code()
50 GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL); in svm_l1_guest_code()
Dsvm_int_ctl_test.c81 GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL); in l1_guest_code()
Dsvm_nested_soft_inject_test.c105 __GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL, in l1_guest_code()
/linux-6.12.1/arch/x86/include/uapi/asm/
Dsvm.h66 #define SVM_EXIT_VMMCALL 0x081 macro
210 { SVM_EXIT_VMMCALL, "hypercall" }, \
/linux-6.12.1/tools/arch/x86/include/uapi/asm/
Dsvm.h66 #define SVM_EXIT_VMMCALL 0x081 macro
210 { SVM_EXIT_VMMCALL, "hypercall" }, \
/linux-6.12.1/arch/x86/coco/sev/
Dcore.c1904 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_VMMCALL, 0, 0); in vc_handle_vmmcall()
1977 case SVM_EXIT_VMMCALL: in vc_handle_exitcode()
Dshared.c1618 case SVM_EXIT_VMMCALL: in vc_check_opcode_bytes()
/linux-6.12.1/arch/x86/kvm/svm/
Dnested.c1522 case SVM_EXIT_VMMCALL: in nested_svm_exit_special()
Dsvm.c3339 [SVM_EXIT_VMMCALL] = kvm_emulate_hypercall,
4472 [x86_intercept_vmmcall] = POST_EX(SVM_EXIT_VMMCALL),
Dsev.c3365 case SVM_EXIT_VMMCALL: in sev_es_validate_vmgexit()