Searched defs:phase (Results 1 - 25 of 36) sorted by relevance

12

/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.cc91 tlm::tlm_phase phase = tlm::BEGIN_REQ; local
109 peq_cb(tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase) argument
147 nb_transport_bw(tlm::tlm_generic_payload& trans, tlm::tlm_phase& phase, sc_core::sc_time& delay) argument
[all...]
/gem5/src/systemc/tests/include/
H A DExplicitATTarget.h56 sync_enum_type myNBTransport(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
H A DSimpleATTarget1.h73 sync_enum_type myNBTransport(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
[all...]
H A DSimpleATTarget2.h69 myNBTransport(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
[all...]
H A DSimpleLTTarget1.h60 sync_enum_type nb_transport_fw(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
H A DSimpleATInitiator2.h181 phase_type phase; local
253 myNBTransport(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
[all...]
H A DSimpleATInitiator1.h185 phase_type phase; local
255 myNBTransport(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
299 phase_type phase = tlm::END_RESP; local
[all...]
H A DSimpleBusAT.h116 phase_type phase = tlm::BEGIN_REQ; local
178 phase_type phase = tlm::BEGIN_RESP; local
221 initiatorNBTransport(int initiator_id, transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
245 targetNBTransport(int portId, transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
[all...]
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A DSimpleLTTarget_ext.h63 sync_enum_type myNBTransport(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
H A Dextension_adaptors.h62 forward_nb_transport(initiator_payload_type& trans, tlm::tlm_phase& phase, sc_core::sc_time& t) argument
71 backward_nb_transport(target_payload_type& trans, tlm::tlm_phase& phase, sc_core::sc_time& t) argument
137 forward_nb_transport(initiator_payload_type& trans, tlm::tlm_phase& phase, sc_core::sc_time& t) argument
163 backward_nb_transport(target_payload_type& trans, tlm::tlm_phase& phase, sc_core::sc_time& t) argument
H A DSimpleLTInitiator_ext.h136 phase_type phase; local
228 myNBTransport(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
/gem5/src/systemc/tests/tlm/static_extensions/gp2ext/
H A DSimpleLTTarget_ext.h63 sync_enum_type myNBTransport(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
H A Dextension_adaptors.h62 forward_nb_transport(initiator_payload_type& trans, tlm::tlm_phase& phase, sc_core::sc_time& t) argument
71 backward_nb_transport(target_payload_type& trans, tlm::tlm_phase& phase, sc_core::sc_time& t) argument
137 forward_nb_transport(initiator_payload_type& trans, tlm::tlm_phase& phase, sc_core::sc_time& t) argument
163 backward_nb_transport(target_payload_type& trans, tlm::tlm_phase& phase, sc_core::sc_time& t) argument
/gem5/util/tlm/src/
H A Dsc_peq.hh82 void notify(tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase, argument
70 PayloadEvent(OWNER& port_, void (OWNER::*handler_)(PayloadEvent<OWNER>* pe, tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase), const std::string& event_name) argument
H A Dsc_slave_port.cc245 tlm::tlm_phase phase = tlm::BEGIN_REQ; local
271 pec( PayloadEvent<SCSlavePort> * pe, tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase) argument
348 tlm::tlm_phase phase = tlm::END_RESP; local
355 nb_transport_bw(tlm::tlm_generic_payload& trans, tlm::tlm_phase& phase, sc_core::sc_time& delay) argument
[all...]
/gem5/src/systemc/tests/tlm/cancel_all/
H A Dcancel_all.cpp26 tlm::tlm_phase phase; local
52 void peq_cb(tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase) argument
/gem5/ext/sst/
H A DExtSlave.cc67 void ExtSlave::init(unsigned phase) argument
H A DExtMaster.cc80 ExtMaster::init(unsigned phase) argument
H A Dgem5.cc135 gem5Component::init(unsigned phase) argument
/gem5/src/systemc/tlm_bridge/
H A Dsc_peq.hh82 void notify(tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase, argument
70 PayloadEvent(OWNER& port_, void (OWNER::*handler_)(PayloadEvent<OWNER>* pe, tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase), const std::string& event_name) argument
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/
H A Dextension_adaptors.h62 forward_nb_transport(initiator_payload_type& trans, tlm::tlm_phase& phase, sc_core::sc_time& t) argument
71 backward_nb_transport(target_payload_type& trans, tlm::tlm_phase& phase, sc_core::sc_time& t) argument
137 forward_nb_transport(initiator_payload_type& trans, tlm::tlm_phase& phase, sc_core::sc_time& t) argument
163 backward_nb_transport(target_payload_type& trans, tlm::tlm_phase& phase, sc_core::sc_time& t) argument
H A DSimpleLTInitiator_ext.h136 phase_type phase; local
228 myNBTransport(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_initiator_socket.h115 sync_enum_type nb_transport_bw(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
252 sync_enum_type nb_transport_bw(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
H A Dpassthrough_target_socket.h164 nb_transport_fw(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
399 nb_transport_fw(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
/gem5/util/tlm/examples/slave_port/
H A Dsc_target.cc113 nb_transport_fw(tlm::tlm_generic_payload& trans, tlm::tlm_phase& phase, sc_time& delay) argument
123 peq_cb(tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase) argument

Completed in 32 milliseconds

12