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

/gem5/src/cpu/o3/
H A Dlsq_unit.hh437 class WritebackEvent : public Event class in class:LSQUnit
441 WritebackEvent(const DynInstPtr &_inst, PacketPtr pkt,
674 WritebackEvent *wb = new WritebackEvent(load_inst, main_pkt, this);
752 WritebackEvent *wb = new WritebackEvent(load_inst, data_pkt,
H A Dlsq_unit_impl.hh64 LSQUnit<Impl>::WritebackEvent::WritebackEvent(const DynInstPtr &_inst, function in class:LSQUnit::WritebackEvent
75 LSQUnit<Impl>::WritebackEvent::process()
88 LSQUnit<Impl>::WritebackEvent::description() const
807 WritebackEvent *wb = new WritebackEvent(inst,

Completed in 11 milliseconds