Searched refs:REMR3Run (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/vmm/
H A Drem.h64 REMR3DECL(int) REMR3Run(PVM pVM, PVMCPU pVCpu);
/vbox/src/VBox/VMM/VMMR3/
H A DEM.cpp1139 rc = REMR3Run(pVM, pVCpu);
/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 110 milliseconds