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

12

/gem5/src/systemc/tests/include/
H A DSimpleLTInitiator1_DMI.h137 phase_type phase; local
208 sync_enum_type nb_transport_bw(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h146 phase_type phase=tlm::BEGIN_REQ; //then simply use our nb implementation (respects all the rules) local
168 initiatorNBTransport_core(transaction_type& trans, phase_type& phase, sc_core::sc_time& t, unsigned int tgtSocketNumber) argument
197 initiatorNBTransport(int initiator_id, transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
224 targetNBTransport(int portId, transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
239 bwPEQcb(transaction_type& trans, const phase_type& phase) argument
290 fwPEQcb(transaction_type& trans, const phase_type& phase) argument
[all...]
/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp50 tlm::tlm_phase phase; local
129 void peq_cb(tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase) argument
118 nb_transport_bw( tlm::tlm_generic_payload& trans, tlm::tlm_phase& phase, sc_time& delay ) argument
222 nb_transport_fw( int id, tlm::tlm_generic_payload& trans, tlm::tlm_phase& phase, sc_time& delay ) argument
265 nb_transport_bw( int id, tlm::tlm_generic_payload& trans, tlm::tlm_phase& phase, sc_time& delay ) argument
[all...]
/gem5/src/systemc/ext/tlm_utils/
H A Dpassthrough_target_socket.h412 nb_transport_fw(transaction_type &trans, phase_type &phase, argument
159 nb_transport_fw( transaction_type &trans, phase_type &phase, sc_core::sc_time &t) argument
H A Dsimple_initiator_socket.h117 nb_transport_bw(transaction_type &trans, phase_type &phase, argument
276 nb_transport_bw(transaction_type &trans, phase_type &phase, argument
H A Dsimple_target_socket.h117 bw_nb_transport(transaction_type &trans, phase_type &phase, argument
137 nb_transport_bw(transaction_type &trans, phase_type &phase, argument
262 nb_transport_fw(transaction_type &trans, phase_type &phase, argument
457 phase_type phase = tlm::BEGIN_RESP; local
480 phase_type phase = tlm::BEGIN_REQ; local
700 bw_nb_transport(transaction_type &trans, phase_type &phase, sc_core::sc_time &t) argument
720 nb_transport_bw(transaction_type &trans, phase_type &phase, sc_core::sc_time &t) argument
856 nb_transport_fw(transaction_type &trans, phase_type &phase, sc_core::sc_time &t) argument
1051 phase_type phase = tlm::BEGIN_RESP; local
1074 phase_type phase = tlm::BEGIN_REQ; local
[all...]
/gem5/util/tlm/src/
H A Dsc_master_port.cc248 tlm::tlm_phase phase = tlm::END_REQ; local
371 tlm::tlm_phase phase = tlm::BEGIN_RESP; local
145 nb_transport_fw(tlm::tlm_generic_payload& trans, tlm::tlm_phase& phase, sc_core::sc_time& delay) argument
170 peq_cb(tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase) argument
[all...]
/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.cc346 tlm::tlm_phase phase = tlm::BEGIN_REQ; local
126 pec( Gem5SystemC::PayloadEvent<Gem5ToTlmBridge<BITWIDTH>> *pe, tlm::tlm_generic_payload &trans, const tlm::tlm_phase &phase) argument
406 tlm::tlm_phase phase = tlm::END_RESP; local
432 nb_transport_bw(tlm::tlm_generic_payload &trans, tlm::tlm_phase &phase, sc_core::sc_time &delay) argument
[all...]
H A Dtlm_to_gem5.cc109 tlm::tlm_phase phase = tlm::END_REQ; local
122 tlm::tlm_phase phase = tlm::BEGIN_RESP; local
223 peq_cb(tlm::tlm_generic_payload &trans, const tlm::tlm_phase &phase) argument
240 nb_transport_fw( tlm::tlm_generic_payload &trans, tlm::tlm_phase &phase, sc_core::sc_time &delay) argument
[all...]
/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h198 nb_transport_fw( tlm::tlm_generic_payload& trans, tlm::tlm_phase& phase, sc_core::sc_time& delay) argument
215 nb_transport_bw( tlm::tlm_generic_payload& trans, tlm::tlm_phase& phase, sc_core::sc_time& delay) argument
384 nb_transport_fw_pre_checks( tlm::tlm_generic_payload& trans, tlm::tlm_phase& phase, sc_core::sc_time& delay) argument
405 txt << "Phase " << phase << " sent out-of-sequence on forward path, detected in nb_transport_fw"; local
426 txt << "Phase " << phase << " sent on forward path, detected in nb_transport_fw"; local
433 txt << "Phase " << phase << " sent out-of-sequence on forward path, detected in nb_transport_fw"; local
455 nb_transport_fw_post_checks( tlm::tlm_generic_payload& trans, tlm::tlm_phase& start_phase, tlm::tlm_phase& phase, sc_core::sc_time& delay, tlm::tlm_sync_enum status) argument
476 txt << "nb_transport_fw, phase = " << phase; local
483 nb_transport_bw_pre_checks( tlm::tlm_generic_payload& trans, tlm::tlm_phase& phase, sc_core::sc_time& delay) argument
502 nb_transport_bw_post_checks( tlm::tlm_generic_payload& trans, tlm::tlm_phase& phase, sc_core::sc_time& delay, tlm::tlm_sync_enum status) argument
511 txt << "Phase " << phase << " sent out-of-sequence on (backward) return path, detected in nb_transport_bw"; local
518 txt << "Phase " << phase << " sent on (backward) return path, detected in nb_transport_bw"; local
525 txt << "Phase " << phase << " sent out-of-sequence on (backward) return path, detected in nb_transport_bw"; local
555 txt << "nb_transport_bw, phase = " << phase; local
562 nb_transport_response_checks( tlm::tlm_generic_payload& trans, tlm::tlm_phase& phase, sc_core::sc_time& delay, const char* txt2, const char* txt3, const char* txt4) argument
[all...]
H A Dsimple_target_socket.h120 sync_enum_type bw_nb_transport(transaction_type &trans, phase_type &phase, sc_core::sc_time &t) argument
139 sync_enum_type nb_transport_bw(transaction_type &trans, phase_type &phase, sc_core::sc_time &t) argument
261 nb_transport_fw(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
448 phase_type phase = tlm::BEGIN_RESP; local
470 phase_type phase = tlm::BEGIN_REQ; local
651 bw_nb_transport(transaction_type &trans, phase_type &phase, sc_core::sc_time &t) argument
670 nb_transport_bw(transaction_type &trans, phase_type &phase, sc_core::sc_time &t) argument
805 nb_transport_fw(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) argument
991 phase_type phase = tlm::BEGIN_RESP; local
1013 phase_type phase = tlm::BEGIN_REQ; local
[all...]

Completed in 27 milliseconds

12