Searched refs:TMR3TimerQueuesDo (Results 1 - 8 of 8) sorted by relevance

/vbox/include/VBox/vmm/
H A Dtm.h269 VMMR3DECL(void) TMR3TimerQueuesDo(PVM pVM);
/vbox/src/VBox/VMM/testcase/
H A DtstVMM.cpp126 TMR3TimerQueuesDo(pVM);
/vbox/src/VBox/VMM/VMMR3/
H A DVMEmt.cpp337 TMR3TimerQueuesDo(pVM);
536 TMR3TimerQueuesDo(pVM);
685 TMR3TimerQueuesDo(pVM);
H A DTM.cpp660 STAM_REG(pVM, &pVM->tm.s.StatDoQueues, STAMTYPE_PROFILE, "/TM/DoQueues", STAMUNIT_TICKS_PER_CALL, "Profiling timer TMR3TimerQueuesDo.");
2004 VMMR3DECL(void) TMR3TimerQueuesDo(PVM pVM) function
2018 Log2(("TMR3TimerQueuesDo:\n"));
2062 tmTimerQueuesSanityChecks(pVM, "TMR3TimerQueuesDo");
2066 Log2(("TMR3TimerQueuesDo: returns void\n"));
2485 TMR3TimerQueuesDo(pVM);
H A DEM.cpp1888 TMR3TimerQueuesDo(pVM);
/vbox/src/recompiler/
H A Dcpu-exec.c837 TMR3TimerQueuesDo(env->pVM);
H A DVBoxREMWrapper.cpp1305 { "TMR3TimerQueuesDo", VMM_FN(TMR3TimerQueuesDo), &g_aArgsVM[0], RT_ELEMENTS(g_aArgsVM), REMFNDESC_FLAGS_RET_VOID, 0, NULL },
H A DVBoxRecompiler.c1976 TMR3TimerQueuesDo(env->pVM);

Completed in 73 milliseconds