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

/gem5/src/sim/
H A Dticked_object.cc90 uint64_t lastStoppedUint = lastStopped; local
92 paramOut(cp, "lastStopped", lastStoppedUint);
98 uint64_t lastStoppedUint = 0; local
106 optParamIn(cp, "lastStopped", lastStoppedUint);
108 lastStopped = Cycles(lastStoppedUint);

Completed in 3 milliseconds