Searched refs:SVM_EXIT_VMMCALL (Results 1 – 2 of 2) sorted by relevance
46 return vmcb->control.exit_code == SVM_EXIT_VMMCALL; in null_check()504 if (vmcb->control.exit_code != SVM_EXIT_VMMCALL) in mode_switch_finished()625 if (vmcb->control.exit_code == SVM_EXIT_VMMCALL) in ioio_finished()771 if (svm_vmrun() != SVM_EXIT_VMMCALL) in svm_tsc_scale_run_testcase()1086 report_svm_guest(vmcb->control.exit_code == SVM_EXIT_VMMCALL, test, in pending_event_cli_finished()1209 if (vmcb->control.exit_code != SVM_EXIT_VMMCALL) { in interrupt_finished()1285 if (vmcb->control.exit_code != SVM_EXIT_VMMCALL) { in nmi_finished()1378 if (vmcb->control.exit_code != SVM_EXIT_VMMCALL) { in nmi_hlt_finished()1450 if (vmcb->control.exit_code != SVM_EXIT_VMMCALL) { in vnmi_finished()1461 if (vmcb->control.exit_code != SVM_EXIT_VMMCALL) { in vnmi_finished()[all …]
343 #define SVM_EXIT_VMMCALL 0x081 macro