Searched refs:notify (Results 151 - 175 of 186) sorted by relevance

12345678

/gem5/util/tlm/src/
H A Dsc_slave_port.cc260 pe->notify(*trans, phase, delay);
361 pe->notify(trans, phase, delay);
H A Dsc_master_port.cc165 peq.notify(trans, phase, delay);
189 // -> notify the event loop handler
190 simControl.notify();
/gem5/src/systemc/tests/include/
H A DSimpleATInitiator2.h259 mEndRequestPhase.notify(sc_core::SC_ZERO_TIME);
269 mEndRequestPhase.notify(sc_core::SC_ZERO_TIME);
H A DExplicitATTarget.h76 mResponseEvent.notify(t);
H A DSimpleLTTarget1.h126 if (m_invalidate) m_invalidate_dmi_event.notify(m_invalidate_dmi_time);
/gem5/src/systemc/core/
H A Dprocess.cc189 _resetEvent.notify();
411 _terminatedEvent.notify();
H A Dsensitivity.cc65 Sensitivity::notify(Event *e) function in class:sc_gem5::Sensitivity
H A Dsensitivity.hh80 bool notify(Event *e);
H A Dscheduler.cc182 _current->resetEvent().notify();
/gem5/src/cpu/
H A Dbase.cc407 ppRetiredInsts->notify(1);
408 ppRetiredInstsPC->notify(pc);
412 ppRetiredLoads->notify(1);
415 ppRetiredStores->notify(1);
418 ppRetiredBranches->notify(1);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/kill_reset/
H A Dkill_reset.cpp79 ev.notify();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/odds_and_ends/
H A Dodds_and_ends.cpp77 ev.notify();
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A DSimpleLTTarget_ext.h138 // notify DMI invalidation, just to check if this reaches the
140 m_invalidate_dmi_event.notify(m_invalidate_dmi_time);
H A DSimpleLTInitiator_ext.h239 mEndEvent.notify(t);
/gem5/src/systemc/tests/tlm/static_extensions/gp2ext/
H A DSimpleLTTarget_ext.h138 // notify DMI invalidation, just to check if this reaches the
140 m_invalidate_dmi_event.notify(m_invalidate_dmi_time);
/gem5/src/cpu/pred/
H A Dbpred_unit.cc184 ppBranches->notify(1);
431 ppMisses->notify(1);
/gem5/util/batch/
H A Dbatch.py102 self.notify = None
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl/
H A Dproc_ctrl.cpp77 ev.notify(10, SC_NS);
/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp58 void write(int i) { wait(10, SC_NS); data = i; e.notify(); }
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/
H A DSimpleLTInitiator_ext.h239 mEndEvent.notify(t);
/gem5/src/arch/arm/
H A Dpmu.hh316 * notify an event increment of val units, all the attached counters'
368 void notify(const uint64_t &val);
/gem5/src/mem/cache/prefetch/
H A Dpif.cc244 PIFPrefetcher::PrefetchListenerPC::notify(const Addr& pc) function in class:PIFPrefetcher::PrefetchListenerPC
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_thread_process.h241 if ( m_reset_event_p ) m_reset_event_p->notify();
541 // because of it issues a notify() it is sensitive to.
551 // sc_event::notify.
/gem5/src/cpu/o3/
H A Dfetch_impl.hh425 cpu->ppInstAccessComplete->notify(pkt);
715 ppFetchRequestSent->notify(mem_req);
871 // Stage is switching from active to inactive, notify CPU of it.
1337 ppFetch->notify(instruction);
1431 // Note that notify must be called before retryPkt is set to NULL.
1432 ppFetchRequestSent->notify(retryPkt->req);
H A Diew_impl.hh1164 ppDispatch->notify(inst);
1239 ppExecute->notify(inst);
1384 ppMispredict->notify(inst);
1472 ppToCommit->notify(inst);

Completed in 45 milliseconds

12345678