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

/gem5/src/dev/arm/
H A Dtimer_a9global.cc61 rawInt(false), pendingInt(false), autoIncValue(0x0), cmpValEvent(this)
135 pkt->setLE<uint32_t>(autoIncValue);
203 autoIncValue = pkt->getLE<uint32_t>();
252 cmpVal += (uint64_t)autoIncValue;
267 SERIALIZE_SCALAR(autoIncValue);
291 UNSERIALIZE_SCALAR(autoIncValue);
H A Dtimer_a9global.hh113 uint32_t autoIncValue; member in class:A9GlobalTimer::Timer

Completed in 6 milliseconds