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

/vbox/include/VBox/vmm/
H A Drem.h69 REMR3DECL(int) REMR3State(PVM pVM, PVMCPU pVCpu);
/vbox/src/VBox/VMM/VMMR3/
H A DEM.cpp1008 int rc = REMR3State(pVM, pVCpu);
1112 rc = REMR3State(pVM, pVCpu);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1167 { "REMR3State", (void *)&pfnREMR3State, &g_aArgsVMandVMCPU[0], RT_ELEMENTS(g_aArgsVMandVMCPU), REMFNDESC_FLAGS_RET_INT, sizeof(int), NULL },
2306 REMR3DECL(int) REMR3State(PVM pVM, PVMCPU pVCpu) function
H A DVBoxRecompiler.c766 * the VM. Call REMR3State() to perform the sync. It's only necessary
922 rc = REMR3State(pVM, pVCpu);
1249 * the VM. Call REMR3State() to perform the sync. It's only necessary
2085 * @remark The caller has to check for important FFs before calling REMR3Run. REMR3State will
2089 REMR3DECL(int) REMR3State(PVM pVM, PVMCPU pVCpu) function
2100 Log2(("REMR3State:\n"));
2202 Log2(("REMR3State: invlpg %RGv\n", pVM->rem.s.aGCPtrInvalidatedPages[i]));
2402 Log2(("REMR3State: " #a_SReg " changed from %04x to %04x!\n", \
2494 Log2(("REMR3State: trap=%02x errcd=%RGv cr2=%RGv nexteip=%RGv%s\n", pVM->rem.s.Env.exception_index, (RTGCPTR)pVM->rem.s.Env.error_code,
2515 Log2(("REMR3State
[all...]

Completed in 66 milliseconds