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

/gem5/src/sim/
H A Dticked_object.cc45 Ticked::Ticked(ClockedObject &object_, function in class:Ticked
59 Ticked::processClockEvent() {
69 Ticked::regStats()
88 Ticked::serialize(CheckpointOut &cp) const
96 Ticked::unserialize(CheckpointIn &cp)
102 * many common checkpointed values) but where Ticked is used in the
104 * An example would be a CPU model using Ticked restores from a
105 * simple CPU without without Ticked */
114 /* Make numCycles in Ticked */
[all...]
H A Dticked_object.hh45 * queue to Ticked to apply actual scheduling.
55 /** Ticked attaches gem5's event queue/scheduler to evaluate
58 * Ticked is not a ClockedObject but can be attached to one by
60 class Ticked : public Serializable class in inherits:Serializable
63 /** ClockedObject who is responsible for this Ticked's actions/stats */
93 Ticked(ClockedObject &object_,
97 virtual ~Ticked() { }
163 /** TickedObject attaches Ticked to ClockedObject and can be used as
165 class TickedObject : public ClockedObject, public Ticked
176 /** Pass on regStats, serialize etc. onto Ticked */
[all...]
/gem5/src/cpu/minor/
H A Dpipeline.hh71 class Pipeline : public Ticked
H A Dpipeline.cc57 Ticked(cpu_, &(cpu_.BaseCPU::numCycles)),
111 Ticked::regStats();

Completed in 6 milliseconds