/gem5/ext/systemc/src/sysc/communication/ |
H A D | sc_event_queue.cpp | 76 void sc_event_queue::notify (const sc_time& when) function in class:sc_core::sc_event_queue
|
H A D | sc_event_queue.h | 133 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 D | peq_with_get.h | 45 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 D | peq_with_cb_and_phase.h | 223 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 D | sc_event_queue.cc | 48 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 D | peq_with_get.h | 48 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 D | peq_with_cb_and_phase.h | 205 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 D | sc_peq.hh | 82 void notify(tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase, function in class:Gem5SystemC::PayloadEvent
|
/gem5/src/systemc/tlm_bridge/ |
H A D | sc_peq.hh | 82 void notify(tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase, function in class:Gem5SystemC::PayloadEvent
|
/gem5/src/sim/probe/ |
H A D | probe.hh | 240 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 D | event.cc | 140 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 D | event.hh | 82 notify(double d, sc_core::sc_time_unit &u) function in class:sc_gem5::Event
|
H A D | sensitivity.cc | 65 Sensitivity::notify(Event *e) function in class:sc_gem5::Sensitivity
|
H A D | sc_event.cc | 339 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 D | power_model.hh | 168 void notify(const double &temp) function in class:PowerModel::ThermalProbeListener
|
/gem5/util/systemc/gem5_within_systemc/ |
H A D | sc_module.cc | 137 Module::notify(sc_core::sc_time time_from_now) function in class:Gem5SystemC::Module
|
/gem5/src/mem/cache/prefetch/ |
H A D | base.cc | 83 BasePrefetcher::PrefetchListener::notify(const PacketPtr &pkt) function in class:BasePrefetcher::PrefetchListener
|
H A D | pif.cc | 244 PIFPrefetcher::PrefetchListenerPC::notify(const Addr& pc) function in class:PIFPrefetcher::PrefetchListenerPC
|
H A D | queued.cc | 143 QueuedPrefetcher::notify(const PacketPtr &pkt, const PrefetchInfo &pfi) function in class:QueuedPrefetcher
|
/gem5/ext/systemc/src/sysc/kernel/ |
H A D | sc_event.cpp | 82 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 D | sc_event.h | 391 sc_event::notify( double v, sc_time_unit tu ) function in class:sc_core::sc_event
|
/gem5/src/arch/arm/ |
H A D | pmu.cc | 474 PMU::RegularEvent::RegularProbe::notify(const uint64_t &val) function in class:ArmISA::PMU::RegularEvent::RegularProbe
|