Searched refs:EMR3FatalError (Results 1 - 6 of 6) sorted by relevance

/vbox/include/VBox/vmm/
H A Dem.h281 VMMR3DECL(DECLNORETURN(void)) EMR3FatalError(PVMCPU pVCpu, int rc);
/vbox/src/recompiler/
H A DVBoxRecompiler.c4745 EMR3FatalError(pVM, VERR_REM_VIRTUAL_HARDWARE_ERROR);
4746 AssertMsgFailed(("EMR3FatalError returned!\n"));
4807 EMR3FatalError(pVCpu, VERR_REM_VIRTUAL_CPU_ERROR);
4808 AssertMsgFailed(("EMR3FatalError returned!\n"));
4839 EMR3FatalError(pVCpu, rc);
4840 AssertMsgFailed(("EMR3FatalError returned!\n"));
H A DVBoxREMWrapper.cpp1237 { "EMR3FatalError", VMM_FN(EMR3FatalError), &g_aArgsEMR3FatalError[0], RT_ELEMENTS(g_aArgsEMR3FatalError), REMFNDESC_FLAGS_RET_VOID, 0, NULL },
/vbox/src/VBox/VMM/VMMR3/
H A DEM.cpp754 VMMR3DECL(void) EMR3FatalError(PVMCPU pVCpu, int rc) function
H A DVMM.cpp1291 EMR3FatalError(pVCpu, VERR_VMM_HYPER_CR3_MISMATCH);
H A DPATM.cpp6532 EMR3FatalError(pVCpu, VERR_PATM_IPE_TRAP_IN_PATCH_CODE);

Completed in 138 milliseconds