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

/gem5/src/cpu/simple/
H A Dtiming.hh329 struct IprEvent : Event { struct in class:TimingSimpleCPU
332 IprEvent(Packet *_pkt, TimingSimpleCPU *_cpu, Tick t);
H A Dtiming.cc273 new IprEvent(pkt, this, clockEdge(delay));
483 new IprEvent(dcache_pkt, this, clockEdge(delay));
1047 TimingSimpleCPU::IprEvent::IprEvent(Packet *_pkt, TimingSimpleCPU *_cpu,
1055 TimingSimpleCPU::IprEvent::process()
1061 TimingSimpleCPU::IprEvent::description() const

Completed in 8 milliseconds