Searched defs:pPmTimerR3 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevACPI.cpp220 PTMTIMERR3 pPmTimerR3; member in struct:ACPIState
887 TMTimerSet(pThis->pPmTimerR3, uNow + uInterval + 1);
2026 TMTimerLock(pThis->pPmTimerR3, VERR_IGNORED);
2028 uint64_t u64Now = TMTimerGet(pThis->pPmTimerR3);
2035 TMTimerUnlock(pThis->pPmTimerR3);
2932 TMTimerLock(pThis->pPmTimerR3, VERR_IGNORED);
2936 pThis->u64PmTimerInitial = TMTimerGet(pThis->pPmTimerR3);
2944 TMTimerUnlock(pThis->pPmTimerR3);
2957 pThis->pPmTimerRC = TMTimerRCPtr(pThis->pPmTimerR3);
3391 pThis->pPmTimerR3
[all...]

Completed in 54 milliseconds