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

/gem5/src/dev/arm/
H A Dgeneric_timer.cc441 return core.physNS.compareValue();
467 return core.virt.compareValue();
484 return core.physS.compareValue();
497 return core.hyp.compareValue();
734 return physTimer.compareValue();
737 return physTimer.compareValue() >> 32;
746 return virtTimer.compareValue();
749 return virtTimer.compareValue() >> 32;
773 return physTimer.compareValue();
776 return virtTimer.compareValue();
[all...]
H A Dgeneric_timer.hh161 uint64_t compareValue() const { return _counterLimit; } function in class:ArchTimer

Completed in 4 milliseconds