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

/vbox/include/VBox/vmm/
H A Drem.h66 REMR3DECL(int) REMR3Step(PVM pVM, PVMCPU pVCpu);
/vbox/src/VBox/VMM/VMMR3/
H A DEM.cpp1011 rc = REMR3Step(pVM, pVCpu);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1162 { "REMR3Step", (void *)&pfnREMR3Step, &g_aArgsVMandVMCPU[0], RT_ELEMENTS(g_aArgsVMandVMCPU), REMFNDESC_FLAGS_RET_INT, sizeof(int), NULL },
2256 REMR3DECL(int) REMR3Step(PVM pVM, PVMCPU pVCpu) function
H A DVBoxRecompiler.c767 * (and permitted) to sync at the first call to REMR3Step()/REMR3Run()
775 REMR3DECL(int) REMR3Step(PVM pVM, PVMCPU pVCpu) function
1250 * (and permitted) to sync at the first call to REMR3Step()/REMR3Run()

Completed in 71 milliseconds