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

/gem5/src/cpu/testers/traffic_gen/
H A Didle_gen.cc61 IdleGen::nextPacketTick(bool elastic, Tick delay) const function in class:IdleGen
H A Dexit_gen.cc63 ExitGen::nextPacketTick(bool elastic, Tick delay) const function in class:ExitGen
H A Dexit_gen.hh67 Tick nextPacketTick(bool elastic, Tick delay) const;
H A Didle_gen.hh72 Tick nextPacketTick(bool elastic, Tick delay) const ;
H A Dbase.cc77 nextPacketTick(0),
122 nextPacketTick = MaxTick;
148 SERIALIZE_SCALAR(nextPacketTick);
165 UNSERIALIZE_SCALAR(nextPacketTick);
179 assert(curTick() >= nextPacketTick);
224 nextPacketTick = activeGenerator->nextPacketTick(elasticReq, 0);
249 nextPacketTick = activeGenerator->nextPacketTick(elasticReq, 0);
251 nextPacketTick
[all...]
H A Dlinear_gen.hh103 Tick nextPacketTick(bool elastic, Tick delay) const;
H A Drandom_gen.hh98 Tick nextPacketTick(bool elastic, Tick delay) const;
H A Dtrace_gen.hh182 Tick nextPacketTick(bool elastic, Tick delay) const;
196 * to allow us to change it as part of nextPacketTick.
H A Dlinear_gen.cc93 LinearGen::nextPacketTick(bool elastic, Tick delay) const function in class:LinearGen
H A Drandom_gen.cc86 RandomGen::nextPacketTick(bool elastic, Tick delay) const function in class:RandomGen
H A Dbase_gen.hh133 virtual Tick nextPacketTick(bool elastic, Tick delay) const = 0;
H A Dtrace_gen.cc96 TraceGen::nextPacketTick(bool elastic, Tick delay) const function in class:TraceGen
H A Dbase.hh105 * Schedule the update event based on nextPacketTick and
124 Tick nextPacketTick; member in class:BaseTrafficGen

Completed in 14 milliseconds