Searched refs:timerValue (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/arm/
H A Dgeneric_timer.cc445 return core.physNS.timerValue();
471 return core.virt.timerValue();
488 return core.physS.timerValue();
501 return core.hyp.timerValue();
740 return physTimer.timerValue();
752 return virtTimer.timerValue();
H A Dgeneric_timer.hh166 uint32_t timerValue() const { return _counterLimit - value(); } function in class:ArchTimer

Completed in 8 milliseconds