Searched refs:notify (Results 126 - 150 of 186) sorted by relevance

12345678

/gem5/src/systemc/tests/systemc/1666-2011-compliance/include_descendants/
H A Dinclude_descendants.cpp76 ev.notify(5, SC_NS);
85 ev.notify(5, SC_NS);
93 ev.notify();
101 ev.notify();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/recursive_kill_bug/
H A Drecursive_kill_bug.cpp82 ev.notify();
/gem5/src/systemc/tests/systemc/compliance_1666/test219/
H A Dtest219.cpp26 ev.notify(5, SC_NS);
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test05/
H A Dtest05.cpp70 ev.notify();
/gem5/src/systemc/tests/systemc/tmp/others/kill_reset/
H A Dkill_reset.cpp35 ev.notify();
/gem5/src/sim/power/
H A Dpower_model.hh168 void notify(const double &temp) function in class:PowerModel::ThermalProbeListener
/gem5/src/mem/cache/prefetch/
H A Dpif.hh167 void notify(const Addr& pc) override;
H A Dbase.cc83 BasePrefetcher::PrefetchListener::notify(const PacketPtr &pkt) function in class:BasePrefetcher::PrefetchListener
205 // Don't notify prefetcher on SWPrefetch, cache maintenance
222 notify(pkt, pfi);
225 notify(pkt, pfi);
H A Dqueued.hh182 void notify(const PacketPtr &pkt, const PrefetchInfo &pfi) override;
/gem5/src/systemc/tlm_bridge/
H A Dsc_peq.hh82 void notify(tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase, function in class:Gem5SystemC::PayloadEvent
/gem5/src/cpu/
H A Dbase.hh521 * instructions may call notify once for the entire bundle.
566 ppActiveCycles->notify(delta);
572 ppSleeping->notify(false);
575 ppSleeping->notify(true);
581 ppAllCycles->notify(delta);
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo.h169 int m_num_read_no_notify; // #samples read without notify during this delta cycle
241 m_data_read_event.notify( sc_core::SC_ZERO_TIME );
245 m_data_written_event.notify( sc_core::SC_ZERO_TIME );
/gem5/src/systemc/ext/channel/
H A Dsc_fifo.hh189 _dataWriteEvent.notify(SC_ZERO_TIME);
193 _dataReadEvent.notify(SC_ZERO_TIME);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/child_proc_control/
H A Dchild_proc_control.cpp92 ev.notify();
100 ev.notify();
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test15/
H A Dtest15.cpp140 ev[id-1].notify();
151 ev_schedule.notify();
/gem5/src/systemc/tests/systemc/kernel/process_control/test01/
H A Dtest01.cpp181 m_event1.notify(SC_ZERO_TIME);
193 m_event2.notify(SC_ZERO_TIME);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_suspends_itself/
H A Dmethod_suspends_itself.cpp80 ev.notify();
312 ev2.notify();
316 ev2.notify();
322 ev2.notify(); // Clears dynamic sensitivity, restores static sensitivity
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_elab/
H A Dproc_ctrl_elab.cpp289 ev.notify();
300 ev.notify();
303 ev.notify();
309 ev.notify();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/stepwise_simulation/
H A Dstepwise_simulation.cpp125 // notify future events
127 dut.ev[i].notify( (i+1) * delay );
/gem5/src/systemc/tests/systemc/kernel/sc_event/test02/
H A Dtest02.cpp78 e.notify();
/gem5/src/systemc/tests/systemc/kernel/process_control/test03/
H A Dtest03.cpp274 m_event1.notify(SC_ZERO_TIME);
293 m_event2.notify(SC_ZERO_TIME);
315 m_event2.notify(SC_ZERO_TIME);
/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp104 m_peq.notify( *trans, phase, delay );
125 m_peq.notify( trans, phase, delay );
134 end_request_event.notify();
/gem5/src/mem/
H A Dcomm_monitor.cc350 ppPktReq->notify(req_pkt_info);
361 ppPktResp->notify(resp_pkt_info);
401 ppPktReq->notify(pkt_info);
453 ppPktResp->notify(pkt_info);
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_fifo.h345 m_data_read_event.notify(SC_ZERO_TIME);
349 m_data_written_event.notify(SC_ZERO_TIME);
457 //using notify(SC_ZERO_TIME) in place of notify_delayed().
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.cpp154 if ( m_term_event_p ) m_term_event_p->notify();
403 // if ( m_reset_event_p ) m_reset_event_p->notify();
640 // | This method triggers the notify event. It exists because we can't get
646 if ( m_reset_event_p ) m_reset_event_p->notify();

Completed in 52 milliseconds

12345678