Searched refs:SVM_EXIT_VMMCALL (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/x86/include/uapi/asm/ |
| A D | svm.h | 66 #define SVM_EXIT_VMMCALL 0x081 macro 195 { SVM_EXIT_VMMCALL, "hypercall" }, \
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| A D | svm.h | 66 #define SVM_EXIT_VMMCALL 0x081 macro 195 { SVM_EXIT_VMMCALL, "hypercall" }, \
|
| /linux/tools/testing/selftests/kvm/x86_64/ |
| A D | state_test.c | 48 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 D | svm_vmcall_test.c | 36 GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL); in l1_guest_code()
|
| A D | svm_int_ctl_test.c | 85 GUEST_ASSERT(vmcb->control.exit_code == SVM_EXIT_VMMCALL); in l1_guest_code()
|
| /linux/tools/testing/selftests/kvm/include/x86_64/ |
| A D | svm_util.h | 19 #define SVM_EXIT_VMMCALL 0x081 macro
|
| /linux/arch/x86/kernel/ |
| A D | sev.c | 1190 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 D | svm.c | 3186 [SVM_EXIT_VMMCALL] = kvm_emulate_hypercall, 4150 [x86_intercept_vmmcall] = POST_EX(SVM_EXIT_VMMCALL),
|
| A D | sev.c | 2425 case SVM_EXIT_VMMCALL: in sev_es_validate_vmgexit()
|
Completed in 27 milliseconds