Searched refs:nb_transport_fw (Results 26 - 29 of 29) sorted by relevance

12

/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_socket_bases.h185 sync_enum_type nb_transport_fw( function in class:tlm_utils::callback_binder_fw
193 display_error("Call to nb_transport_fw without a "
194 "registered callback for nb_transport_fw.");
H A Dsimple_target_socket.h262 nb_transport_fw(transaction_type &trans, phase_type &phase, function in class:tlm_utils::simple_target_socket_b::fw_process
856 nb_transport_fw(transaction_type &trans, phase_type &phase, function in class:tlm_utils::simple_target_socket_tagged_b::fw_process
/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_target_socket.h261 sync_enum_type nb_transport_fw(transaction_type& trans, function in class:tlm_utils::simple_target_socket::fw_process
805 sync_enum_type nb_transport_fw(transaction_type& trans, function in class:tlm_utils::simple_target_socket_tagged::fw_process
H A Dtlm2_base_protocol_checker.h88 Must not have decreasing timing annotations on calls to or returns from nb_transport_fw/bw
198 virtual tlm::tlm_sync_enum nb_transport_fw( function in class:tlm_utils::tlm2_base_protocol_checker
207 status = initiator_socket->nb_transport_fw( trans, phase, delay );
389 txt << "Transaction passed to nb_transport_fw with no memory manager set";
394 txt << "Transaction passed to nb_transport_fw with reference count of 0";
401 check_initial_state(trans, "nb_transport_fw");
405 txt << "Phase " << phase << " sent out-of-sequence on forward path, detected in nb_transport_fw";
411 txt << "Transaction violates BEGIN_REQ exclusion rule, detected in nb_transport_fw";
418 txt << "nb_transport_fw called during a b_transport call";
426 txt << "Phase " << phase << " sent on forward path, detected in nb_transport_fw";
[all...]

Completed in 17 milliseconds

12