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

/gem5/src/sim/
H A Dpseudo_inst.hh86 void m5checkpoint(ThreadContext *tc, Tick delay, Tick period);
H A Dpseudo_inst.cc168 m5checkpoint(tc, args[0], args[1]);
477 m5checkpoint(ThreadContext *tc, Tick delay, Tick period) function in namespace:PseudoInst
479 DPRINTF(PseudoInst, "PseudoInst::m5checkpoint(%i, %i)\n", delay, period);

Completed in 3 milliseconds