Searched refs:pPmTimerR3 (Results 1 - 2 of 2) 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...]
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp596 GEN_CHECK_OFF(ACPIState, pPmTimerR3);

Completed in 302 milliseconds