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

/gem5/src/cpu/minor/
H A Dcpu.hh192 void wakeupOnEvent(unsigned int stage_id);
H A Dcpu.cc309 MinorCPU::wakeupOnEvent(unsigned int stage_id) argument
311 DPRINTF(Quiesce, "Event wakeup from stage %d\n", stage_id);
314 activityRecorder->activateStage(stage_id);

Completed in 6 milliseconds