Searched defs:REMR3Run (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1166 { "REMR3Run", (void *)&pfnREMR3Run, &g_aArgsVMandVMCPU[0], RT_ELEMENTS(g_aArgsVMandVMCPU), REMFNDESC_FLAGS_RET_INT, sizeof(int), NULL },
2296 REMR3DECL(int) REMR3Run(PVM pVM, PVMCPU pVCpu) function
H A DVBoxRecompiler.c767 * (and permitted) to sync at the first call to REMR3Step()/REMR3Run()
1048 * Used by REMR3Run to handle the case where CPU_EMULATE_SINGLE_STEP is set.
1250 * (and permitted) to sync at the first call to REMR3Step()/REMR3Run()
1258 REMR3DECL(int) REMR3Run(PVM pVM, PVMCPU pVCpu) function
1266 Log2(("REMR3Run: (cs:eip=%04x:%RGv)\n", pVM->rem.s.Env.segs[R_CS].selector, (RTGCPTR)pVM->rem.s.Env.eip));
1278 Log2(("REMR3Run: cpu_exec -> EXCP_INTERRUPT\n"));
1286 Log2(("REMR3Run: cpu_exec -> EXCP_HLT\n"));
1294 Log2(("REMR3Run: cpu_exec -> EXCP_HALTED\n"));
1305 Log2(("REMR3Run: cpu_exec -> EXCP_DEBUG rc=%Rrc !watchpoint_hit!\n", rc));
1316 Log2(("REMR3Run
[all...]

Completed in 72 milliseconds