Searched defs:notify (Results 1 - 22 of 22) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_event_queue.cpp76 void sc_event_queue::notify (const sc_time& when) function in class:sc_core::sc_event_queue
H A Dsc_event_queue.h133 void sc_event_queue::notify (double when, sc_time_unit base ) function in class:sc_core::sc_event_queue
/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_get.h45 void notify(transaction_type& trans, const sc_core::sc_time& t) function in class:tlm_utils::peq_with_get
51 void notify(transaction_type& trans) function in class:tlm_utils::peq_with_get
H A Dpeq_with_cb_and_phase.h223 void notify (tlm_payload_type& t, const tlm_phase_type& p, const sc_core::sc_time& when){ function in class:tlm_utils::peq_with_cb_and_phase
238 void notify (tlm_payload_type& t, const tlm_phase_type& p){ function in class:tlm_utils::peq_with_cb_and_phase
/gem5/src/systemc/channel/
H A Dsc_event_queue.cc48 sc_event_queue::notify(double d, sc_time_unit tu) function in class:sc_core::sc_event_queue
54 sc_event_queue::notify(const sc_time &t) function in class:sc_core::sc_event_queue
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_get.h48 notify(transaction_type &trans, const sc_core::sc_time &t) function in class:tlm_utils::peq_with_get
56 notify(transaction_type &trans) function in class:tlm_utils::peq_with_get
H A Dpeq_with_cb_and_phase.h205 notify(tlm_payload_type &t, const tlm_phase_type &p, function in class:tlm_utils::peq_with_cb_and_phase
225 notify(tlm_payload_type &t, const tlm_phase_type &p) function in class:tlm_utils::peq_with_cb_and_phase
/gem5/util/tlm/src/
H A Dsc_peq.hh82 void notify(tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase, function in class:Gem5SystemC::PayloadEvent
/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/sim/probe/
H A Dprobe.hh240 virtual void notify(cons function in class:ProbeListenerArg
288 void notify(const Arg &arg) function in class:ProbePointArg
[all...]
/gem5/src/systemc/core/
H A Devent.cc140 Event::notify(StaticSensitivities &senses) function in class:sc_gem5::Event
147 Event::notify(DynamicSensitivities &senses) function in class:sc_gem5::Event
161 Event::notify() function in class:sc_gem5::Event
178 Event::notify(const sc_core::sc_time &t) function in class:sc_gem5::Event
[all...]
H A Devent.hh82 notify(double d, sc_core::sc_time_unit &u) function in class:sc_gem5::Event
H A Dsensitivity.cc65 Sensitivity::notify(Event *e) function in class:sc_gem5::Sensitivity
H A Dsc_event.cc339 void sc_event::notify() { _gem5_event->notify(); } function in class:sc_core::sc_event
340 void sc_event::notify(const sc_time &t) { _gem5_event->notify(t); } function in class:sc_core::sc_event
341 void sc_event::notify(double d, sc_time_unit u) { _gem5_event->notify(d, u); } function in class:sc_core::sc_event
/gem5/src/sim/power/
H A Dpower_model.hh168 void notify(const double &temp) function in class:PowerModel::ThermalProbeListener
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.cc137 Module::notify(sc_core::sc_time time_from_now) function in class:Gem5SystemC::Module
/gem5/src/mem/cache/prefetch/
H A Dbase.cc83 BasePrefetcher::PrefetchListener::notify(const PacketPtr &pkt) function in class:BasePrefetcher::PrefetchListener
H A Dpif.cc244 PIFPrefetcher::PrefetchListenerPC::notify(const Addr& pc) function in class:PIFPrefetcher::PrefetchListenerPC
H A Dqueued.cc143 QueuedPrefetcher::notify(const PacketPtr &pkt, const PrefetchInfo &pfi) function in class:QueuedPrefetcher
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.cpp82 sc_event::notify() function in class:sc_core::sc_event
102 sc_event::notify( const sc_time& t ) function in class:sc_core::sc_event
662 notify( sc_event& e ) function in namespace:sc_core
669 notify( const sc_time& t, sc_event& e ) function in namespace:sc_core
676 notify( double v, sc_time_unit tu, sc_event& e ) function in namespace:sc_core
[all...]
H A Dsc_event.h391 sc_event::notify( double v, sc_time_unit tu ) function in class:sc_core::sc_event
/gem5/src/arch/arm/
H A Dpmu.cc474 PMU::RegularEvent::RegularProbe::notify(const uint64_t &val) function in class:ArmISA::PMU::RegularEvent::RegularProbe

Completed in 33 milliseconds