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

/gem5/src/arch/arm/
H A Dpmu.hh416 counterId(counter_id), value(0), resetValue(false),
491 bool resetValue; member in struct:ArmISA::PMU::CounterState
H A Dpmu.cc538 if (!resetValue) {
540 resetValue = true;
562 resetValue = true;
781 if (resetValue) {
783 resetValue = false;

Completed in 9 milliseconds