Searched refs:b_transport (Results 26 - 30 of 30) sorted by relevance

12

/gem5/src/systemc/tests/include/
H A DSimpleLTInitiator2_DMI.h208 socket->b_transport(trans, t);
H A DSimpleLTInitiator3_DMI.h207 socket->b_transport(trans, t);
/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_target_socket.h131 // Needed to detect transaction end when called from b_transport.
308 void b_transport(transaction_type& trans, sc_core::sc_time& t) function in class:tlm_utils::simple_target_socket::fw_process
662 // Needed to detect transaction end when called from b_transport.
853 void b_transport(transaction_type& trans, sc_core::sc_time& t) function in class:tlm_utils::simple_target_socket_tagged::fw_process
H A Dtlm2_base_protocol_checker.h90 Must not call b_transport during nb_transport phase sequence and vice-versa
230 virtual void b_transport( tlm::tlm_generic_payload& trans, sc_core::sc_time& delay ) function in class:tlm_utils::tlm2_base_protocol_checker
235 initiator_socket->b_transport( trans, delay );
315 unsigned int b_call; // Number of b_transport calls in progress
352 txt << "Transaction passed to b_transport with memory manager and reference count of 0";
355 check_initial_state(trans, "b_transport");
360 txt << "b_transport called from method process";
367 txt << "b_transport called during a sequence of nb_transport calls";
377 check_response_path(trans, "b_transport");
378 check_trans_not_modified(trans, "b_transport");
[all...]
/gem5/src/systemc/ext/tlm_utils/
H A Dsimple_target_socket.h130 // when called from b_transport.
309 b_transport(transaction_type &trans, sc_core::sc_time &t) function in class:tlm_utils::simple_target_socket_b::fw_process
713 // end when called from b_transport.
906 b_transport(transaction_type &trans, sc_core::sc_time &t) function in class:tlm_utils::simple_target_socket_tagged_b::fw_process

Completed in 17 milliseconds

12