Searched refs:s_tpmTime (Results 1 – 8 of 8) sorted by relevance
64 s_tpmTime = 0; in _plat__TimerReset()132 return s_tpmTime; in _plat__TimerRead()141 s_tpmTime += (clock_t)adjusted; in _plat__TimerRead()161 return (s_tpmTime * DEBUG_TIME_MULTIPLIER); in _plat__TimerRead()163 return s_tpmTime; in _plat__TimerRead()
55 clock_t s_tpmTime; variable
64 s_tpmTime = 0; in _plat__TimerReset()171 return s_tpmTime; in _plat__TimerRead()179 s_tpmTime += (clock64_t)adjustedTimeDiff; in _plat__TimerRead()197 return (s_tpmTime * DEBUG_TIME_MULTIPLIER); in _plat__TimerRead()199 return s_tpmTime; in _plat__TimerRead()
75 s_tpmTime = 0; in _plat__TimerReset()191 return s_tpmTime; in _plat__TimerRead()199 s_tpmTime += (clock64_t)adjustedTimeDiff; in _plat__TimerRead()217 return (s_tpmTime * DEBUG_TIME_MULTIPLIER); in _plat__TimerRead()219 return s_tpmTime; in _plat__TimerRead()
53 clock64_t s_tpmTime; variable
58 extern clock_t s_tpmTime;
61 extern clock64_t s_tpmTime;
64 EXTERN clock64_t s_tpmTime; variable