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

12

/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.cc94 auto status = socket->nb_transport_fw(*trans, phase, delay);
130 socket->nb_transport_fw(trans, fw_phase, delay);
/gem5/util/tlm/examples/slave_port/
H A Dsc_target.hh75 virtual tlm::tlm_sync_enum nb_transport_fw(
H A Dsc_target.cc57 socket.register_nb_transport_fw(this, &Target::nb_transport_fw);
113 tlm::tlm_sync_enum Target::nb_transport_fw(tlm::tlm_generic_payload& trans, function in class:Target
/gem5/src/systemc/ext/tlm_core/2/interfaces/
H A Dfw_bw_ifs.hh40 virtual tlm_sync_enum nb_transport_fw(TRANS &trans, PHASE &phase,
/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp99 status = socket->nb_transport_fw( *trans, phase, delay );
145 socket->nb_transport_fw( trans, fw_phase, delay );
193 targ_socket.register_nb_transport_fw (this, &Interconnect::nb_transport_fw);
222 virtual tlm::tlm_sync_enum nb_transport_fw( int id, tlm::tlm_generic_payload& trans, function in struct:Interconnect
236 status = init_socket[target]->nb_transport_fw( trans, phase, delay );
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/
H A Dextension_adaptors.h66 return initiator_socket->nb_transport_fw(trans, phase, t);
155 initiator_socket->nb_transport_fw(trans, phase, t);
H A DSimpleLTInitiator_ext.h190 switch (socket->nb_transport_fw(trans, phase, t)) {
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A Dextension_adaptors.h66 return initiator_socket->nb_transport_fw(trans, phase, t);
155 initiator_socket->nb_transport_fw(trans, phase, t);
H A DSimpleLTInitiator_ext.h190 switch (socket->nb_transport_fw(trans, phase, t)) {
/gem5/src/systemc/tests/tlm/static_extensions/gp2ext/
H A Dextension_adaptors.h66 return initiator_socket->nb_transport_fw(trans, phase, t);
155 initiator_socket->nb_transport_fw(trans, phase, t);
/gem5/util/tlm/src/
H A Dsc_master_port.hh56 * Upon receiving a TLM transaction (b_transport, nb_transport_fw,
109 tlm::tlm_sync_enum nb_transport_fw(tlm::tlm_generic_payload& trans,
H A Dsc_slave_port.cc247 status = transactor->socket->nb_transport_fw(*trans, phase, delay);
322 transactor->socket->nb_transport_fw(trans, fw_phase, delay);
349 transactor->socket->nb_transport_fw(*trans, phase, delay);
H A Dsc_master_port.cc120 &SCMasterPort::nb_transport_fw);
145 SCMasterPort::nb_transport_fw(tlm::tlm_generic_payload& trans, function in class:Gem5SystemC::SCMasterPort
/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.cc173 socket->nb_transport_fw(trans, fw_phase, delay);
348 status = socket->nb_transport_fw(*trans, phase, delay);
407 socket->nb_transport_fw(*trans, phase, delay);
H A Dtlm_to_gem5.hh150 tlm::tlm_sync_enum nb_transport_fw(tlm::tlm_generic_payload &trans,
H A Dtlm_to_gem5.cc240 TlmToGem5Bridge<BITWIDTH>::nb_transport_fw( function in class:sc_gem5::TlmToGem5Bridge
496 this, &TlmToGem5Bridge<BITWIDTH>::nb_transport_fw);
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_2_interfaces/
H A Dtlm_fw_bw_ifs.h38 virtual tlm_sync_enum nb_transport_fw(TRANS& trans,
/gem5/src/systemc/tests/include/
H A DSimpleATInitiator1.h197 switch (socket->nb_transport_fw(trans, phase, t)) {
305 sync_enum_type r = socket->nb_transport_fw(*trans, phase, t);
H A DSimpleATInitiator2.h193 switch (socket->nb_transport_fw(trans, phase, t)) {
231 socket->nb_transport_fw(trans, phase, t);
H A DSimpleLTTarget1.h60 sync_enum_type nb_transport_fw(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) function in class:SimpleLTTarget1
H A DSimpleBusAT.h121 switch ((*decodeSocket)->nb_transport_fw(*trans, phase, t)) {
206 sync_enum_type r = (*it->second.to)->nb_transport_fw(*trans, phase, t);
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h172 switch (initiator_socket[tgtSocketNumber]->nb_transport_fw(trans, phase, t)) {
196 //nb_transport_fw
310 sync_enum_type tmp=initiator_socket[connInfo->fwID]->nb_transport_fw(trans, ph, t);
/gem5/ext/systemc/src/tlm_utils/
H A Dpassthrough_target_socket.h164 sync_enum_type nb_transport_fw(transaction_type& trans, function in class:tlm_utils::passthrough_target_socket::process
399 sync_enum_type nb_transport_fw(transaction_type& trans, function in class:tlm_utils::passthrough_target_socket_tagged::process
H A Dmulti_socket_bases.h163 sync_enum_type nb_transport_fw(transaction_type& txn, function in class:tlm_utils::callback_binder_fw
169 SC_REPORT_ERROR("/OSCI_TLM-2/multi_socket","Call to nb_transport_fw without a registered callback for nb_transport_fw.");
/gem5/src/systemc/ext/tlm_utils/
H A Dpassthrough_target_socket.h159 sync_enum_type nb_transport_fw( function in class:tlm_utils::passthrough_target_socket_b::process
412 nb_transport_fw(transaction_type &trans, phase_type &phase, function in class:tlm_utils::passthrough_target_socket_tagged_b::process

Completed in 41 milliseconds

12