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

/vbox/include/VBox/vmm/
H A Drem.h91 REMR3DECL(void) REMR3NotifyTimerPending(PVM pVM, PVMCPU pVCpuDst);
/vbox/src/VBox/VMM/VMMAll/
H A DTMAllVirtual.cpp243 REMR3NotifyTimerPending(pVM, pVCpuDst);
404 REMR3NotifyTimerPending(pVM, pVCpuDst);
490 REMR3NotifyTimerPending(pVM, pVCpuDst);
546 REMR3NotifyTimerPending(pVM, pVCpuDst);
716 REMR3NotifyTimerPending(pVM, pVCpuDst);
H A DTMAll.cpp261 REMR3NotifyTimerPending(pVM, pVCpuDst);
804 REMR3NotifyTimerPending(pVM, pVCpuDst);
850 REMR3NotifyTimerPending(pVM, pVCpuDst);
949 REMR3NotifyTimerPending(pVM, pVCpuDst);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1180 { "REMR3NotifyTimerPending", (void *)&pfnREMR3NotifyTimerPending, &g_aArgsVMandVMCPU[0], RT_ELEMENTS(g_aArgsVMandVMCPU), REMFNDESC_FLAGS_RET_VOID, 0, NULL },
2462 REMR3DECL(void) REMR3NotifyTimerPending(PVM pVM, PVMCPU pVCpuDst) function
H A DVBoxRecompiler.c4286 REMR3DECL(void) REMR3NotifyTimerPending(PVM pVM, PVMCPU pVCpuDst) function
4290 LogFlow(("REMR3NotifyTimerPending: fInRem=%d\n", pVM->rem.s.fInREM));
4296 LogIt(LOG_INSTANCE, RTLOGGRPFLAGS_LEVEL_5, LOG_GROUP_TM, ("REMR3NotifyTimerPending: setting\n"));
4301 LogIt(LOG_INSTANCE, RTLOGGRPFLAGS_LEVEL_5, LOG_GROUP_TM, ("REMR3NotifyTimerPending: pVCpu:%p != pVCpuDst:%p\n", pVM->rem.s.Env.pVCpu, pVCpuDst));
4304 LogIt(LOG_INSTANCE, RTLOGGRPFLAGS_LEVEL_5, LOG_GROUP_TM, ("REMR3NotifyTimerPending: !fInREM; cpu state=%d\n", VMCPU_GET_STATE(pVCpuDst)));
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp1987 REMR3NotifyTimerPending(pVM, pVCpuDst);

Completed in 83 milliseconds