Searched refs:transport_dbg (Results 1 - 25 of 34) sorted by relevance

12

/gem5/src/systemc/tests/tlm/bugs/multi_passthrough_sockets_bug/
H A Dmulti_passthrough_sockets_bug.cpp77 target_socket.register_transport_dbg(this, &target_module::transport_dbg);
82 target_optional.register_transport_dbg(this, &target_module::transport_dbg);
88 virtual unsigned int transport_dbg(int port, tlm::tlm_generic_payload & transaction) function in class:target_module
148 target_socket->transport_dbg(transaction);
/gem5/src/systemc/tests/include/
H A DExplicitLTTarget.h50 socket.register_transport_dbg(this, &ExplicitLTTarget::transport_dbg);
92 unsigned int transport_dbg(transaction_type& r)
H A DExplicitATTarget.h51 socket.register_transport_dbg(this, &ExplicitATTarget::transport_dbg);
142 unsigned int transport_dbg(transaction_type& r)
H A DSimpleLTTarget2.h50 // TODO: we don't register the transport_dbg callback here, so we
52 // REGISTER_DEBUGTRANSPORT(socket, transport_dbg, 0);
99 unsigned int transport_dbg(transaction_type& r)
H A DSimpleBusLT.h116 return (*decodeSocket)->transport_dbg(trans);
H A DSimpleLTTarget1.h97 unsigned int transport_dbg(transaction_type& r)
H A DSimpleLTInitiator1_DMI.h240 // Test for transport_dbg:
254 unsigned int n = socket->transport_dbg(trans);
H A DSimpleLTInitiator2_DMI.h232 // Test for transport_dbg, this one should fail in bus_dmi as we address
233 // a target that doesn't support transport_dbg:
247 unsigned int n = socket->transport_dbg(trans);
/gem5/util/tlm/examples/slave_port/
H A Dsc_target.hh74 virtual unsigned int transport_dbg(tlm::tlm_generic_payload& trans);
H A Dsc_target.cc56 socket.register_transport_dbg(this, &Target::transport_dbg);
84 Target::transport_dbg(tlm::tlm_generic_payload& trans) function in class:Target
/gem5/src/systemc/ext/tlm_core/2/interfaces/
H A Dfw_bw_ifs.hh168 // - The initiator calls the transport_dbg method with transaction 'trans' as
189 virtual unsigned int transport_dbg(TRANS &trans) = 0;
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/
H A Dextension_adaptors.h91 return initiator_socket->transport_dbg(trans);
198 return initiator_socket->transport_dbg(trans);
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A DSimpleLTTarget_ext.h55 socket.register_transport_dbg(this, &SimpleLTTarget_ext::transport_dbg);
110 unsigned int transport_dbg(transaction_type& r)
H A Dextension_adaptors.h91 return initiator_socket->transport_dbg(trans);
198 return initiator_socket->transport_dbg(trans);
/gem5/src/systemc/tests/tlm/static_extensions/gp2ext/
H A DSimpleLTTarget_ext.h55 socket.register_transport_dbg(this, &SimpleLTTarget_ext::transport_dbg);
110 unsigned int transport_dbg(transaction_type& r)
H A Dextension_adaptors.h91 return initiator_socket->transport_dbg(trans);
198 return initiator_socket->transport_dbg(trans);
/gem5/util/tlm/src/
H A Dsc_master_port.hh113 unsigned int transport_dbg(tlm::tlm_generic_payload& trans);
H A Dsc_master_port.cc130 &SCMasterPort::transport_dbg);
294 SCMasterPort::transport_dbg(tlm::tlm_generic_payload& trans) function in class:Gem5SystemC::SCMasterPort
H A Dsc_slave_port.cc149 unsigned int bytes = transactor->socket->transport_dbg(*trans);
/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp195 targ_socket.register_transport_dbg (this, &Interconnect::transport_dbg);
257 virtual unsigned int transport_dbg( int id, tlm::tlm_generic_payload& trans ) function in struct:Interconnect
261 return init_socket[target]->transport_dbg( trans );
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_2_interfaces/
H A Dtlm_fw_bw_ifs.h169 // - The initiator calls the transport_dbg method with transaction 'trans' as
190 virtual unsigned int transport_dbg(TRANS& trans) = 0;
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.hh154 unsigned int transport_dbg(tlm::tlm_generic_payload &trans);
H A Dtlm_to_gem5.cc306 TlmToGem5Bridge<BITWIDTH>::transport_dbg(tlm::tlm_generic_payload &trans) function in class:sc_gem5::TlmToGem5Bridge
508 this, &TlmToGem5Bridge<BITWIDTH>::transport_dbg);
/gem5/ext/systemc/src/tlm_utils/
H A Dpassthrough_target_socket.h195 unsigned int transport_dbg(transaction_type& trans) function in class:tlm_utils::passthrough_target_socket::process
430 unsigned int transport_dbg(transaction_type& trans) function in class:tlm_utils::passthrough_target_socket_tagged::process
/gem5/src/systemc/ext/tlm_utils/
H A Dpassthrough_target_socket.h184 transport_dbg(transaction_type &trans) function in class:tlm_utils::passthrough_target_socket_b::process
438 transport_dbg(transaction_type &trans) function in class:tlm_utils::passthrough_target_socket_tagged_b::process

Completed in 35 milliseconds

12