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

/gem5/src/dev/arm/
H A Dgeneric_timer.hh75 uint32_t _regCnthctl; member in class:SystemCounter
100 void setHypControl(uint32_t val) { _regCnthctl = val; }
101 uint32_t getHypControl() { return _regCnthctl; }
H A Dgeneric_timer.cc72 SERIALIZE_SCALAR(_regCnthctl);
85 if (!UNSERIALIZE_OPT_SCALAR(_regCnthctl))
86 _regCnthctl = 0;

Completed in 8 milliseconds