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

/gem5/src/dev/arm/
H A Dgeneric_timer.cc531 physTimer(csprintf("%s.phys_timer0", name()),
547 physTimer.serializeSection(cp, "phys_timer0");
563 physTimer.unserializeSection(cp, "phys_timer0");
709 return physTimer.value();
712 return physTimer.value() >> 32;
734 return physTimer.compareValue();
737 return physTimer.compareValue() >> 32;
740 return physTimer.timerValue();
743 return physTimer.control();
764 return physTimer
[all...]
H A Dgeneric_timer.hh350 ArchTimer physTimer; member in class:GenericTimerMem

Completed in 5 milliseconds