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

/vbox/src/VBox/VMM/include/
H A DTMInline.h50 TMTIMER_SET_PREV(pNext, pPrev);
H A DTMInternal.h243 #define TMTIMER_SET_PREV(pTimer, pPrev) ((pTimer)->offPrev = (pPrev) ? (intptr_t)(pPrev) - (intptr_t)(pTimer) : 0) macro
/vbox/src/VBox/VMM/VMMAll/
H A DTMAll.cpp386 TMTIMER_SET_PREV(pTimer, pPrev);
395 TMTIMER_SET_PREV(pCur, pTimer);
401 TMTIMER_SET_PREV(pTimer, pCur);
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp1734 TMTIMER_SET_PREV(pNext, pPrev);
2131 TMTIMER_SET_PREV(pNext, pPrev);

Completed in 1680 milliseconds