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

12

/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.hh72 virtual tlm::tlm_sync_enum nb_transport_bw(tlm::tlm_generic_payload& trans,
H A Dtraffic_generator.cc43 socket.register_nb_transport_bw(this, &TrafficGenerator::nb_transport_bw);
147 TrafficGenerator::nb_transport_bw(tlm::tlm_generic_payload& trans, function in class:TrafficGenerator
/gem5/util/tlm/src/
H A Dsc_slave_port.hh110 tlm::tlm_sync_enum nb_transport_bw(tlm::tlm_generic_payload& trans,
H A Dsc_slave_port.cc355 SCSlavePort::nb_transport_bw(tlm::tlm_generic_payload& trans, function in class:Gem5SystemC::SCSlavePort
384 &SCSlavePort::nb_transport_bw);
H A Dsc_master_port.cc251 auto status = transactor->socket->nb_transport_bw(trans, phase, delay);
375 auto status = transactor->socket->nb_transport_bw(trans, phase, delay);
/gem5/src/systemc/ext/tlm_core/2/interfaces/
H A Dfw_bw_ifs.hh48 virtual tlm_sync_enum nb_transport_bw(TRANS &trans, PHASE &phase,
/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp42 socket.register_nb_transport_bw(this, &Initiator::nb_transport_bw);
118 virtual tlm::tlm_sync_enum nb_transport_bw( tlm::tlm_generic_payload& trans, function in struct:Initiator
122 SC_REPORT_FATAL("TLM-2", "nb_transport_bw called with decreasing timing annotation");
196 init_socket.register_nb_transport_bw (this, &Interconnect::nb_transport_bw);
265 virtual tlm::tlm_sync_enum nb_transport_bw( int id, tlm::tlm_generic_payload& trans, function in struct:Interconnect
273 status = targ_socket[ ext->id ]->nb_transport_bw( trans, phase, delay );
/gem5/util/tlm/examples/slave_port/
H A Dsc_target.cc181 status = socket->nb_transport_bw(trans, bw_phase, delay);
265 status = socket->nb_transport_bw( trans, bw_phase, delay );
/gem5/src/systemc/tests/include/
H A DSimpleATTarget1.h133 sync_enum_type r = socket->nb_transport_bw(*trans, phase, t);
169 switch (socket->nb_transport_bw(*trans, phase, t)) {
H A DSimpleLTInitiator1.h142 tlm::tlm_sync_enum nb_transport_bw(transaction_type &,phase_type &,sc_core::sc_time & ) function in class:SimpleLTInitiator1
H A DExplicitATTarget.h133 if (socket->nb_transport_bw(*mCurrentTransaction, phase, t) == tlm::TLM_COMPLETED) {
H A DSimpleATTarget2.h145 if (socket->nb_transport_bw(*trans, phase, t) == tlm::TLM_COMPLETED) {
H A DSimpleBusAT.h146 (*it->second.from)->nb_transport_bw(*trans, phase, t);
185 switch ((*initiatorSocket)->nb_transport_bw(*trans, phase, t)) {
H A DSimpleLTInitiator1_DMI.h208 sync_enum_type nb_transport_bw(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) function in class:SimpleLTInitiator1_dmi
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/
H A Dextension_adaptors.h75 return target_socket->nb_transport_bw(trans, phase, t);
168 return target_socket->nb_transport_bw(trans, phase, t);
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A Dextension_adaptors.h75 return target_socket->nb_transport_bw(trans, phase, t);
168 return target_socket->nb_transport_bw(trans, phase, t);
/gem5/src/systemc/tests/tlm/static_extensions/gp2ext/
H A Dextension_adaptors.h75 return target_socket->nb_transport_bw(trans, phase, t);
168 return target_socket->nb_transport_bw(trans, phase, t);
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_2_interfaces/
H A Dtlm_fw_bw_ifs.h47 virtual tlm_sync_enum nb_transport_bw(TRANS& trans,
/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.hh188 tlm::tlm_sync_enum nb_transport_bw(tlm::tlm_generic_payload &trans,
H A Dgem5_to_tlm.cc432 Gem5ToTlmBridge<BITWIDTH>::nb_transport_bw(tlm::tlm_generic_payload &trans, function in class:sc_gem5::Gem5ToTlmBridge
491 socket.register_nb_transport_bw(this, &Gem5ToTlmBridge::nb_transport_bw);
H A Dtlm_to_gem5.cc112 auto status = socket->nb_transport_bw(trans, phase, delay);
126 auto status = socket->nb_transport_bw(trans, phase, delay);
/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_initiator_socket.h115 sync_enum_type nb_transport_bw(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) function in class:tlm_utils::simple_initiator_socket::process
252 sync_enum_type nb_transport_bw(transaction_type& trans, phase_type& phase, sc_core::sc_time& t) function in class:tlm_utils::simple_initiator_socket_tagged::process
H A Dsimple_target_socket.h122 return base_type::operator ->()->nb_transport_bw(trans, phase, t);
139 sync_enum_type nb_transport_bw(transaction_type &trans, phase_type &phase, sc_core::sc_time &t) function in class:tlm_utils::simple_target_socket::bw_process
653 return base_type::operator ->()->nb_transport_bw(trans, phase, t);
670 sync_enum_type nb_transport_bw(transaction_type &trans, phase_type &phase, sc_core::sc_time &t) function in class:tlm_utils::simple_target_socket_tagged::bw_process
/gem5/src/systemc/ext/tlm_utils/
H A Dsimple_initiator_socket.h117 nb_transport_bw(transaction_type &trans, phase_type &phase, function in class:tlm_utils::simple_initiator_socket_b::process
276 nb_transport_bw(transaction_type &trans, phase_type &phase, function in class:tlm_utils::simple_initiator_socket_tagged_b::process
H A Dsimple_target_socket.h120 return base_type::operator -> ()->nb_transport_bw(trans, phase, t);
137 nb_transport_bw(transaction_type &trans, phase_type &phase, function in class:tlm_utils::simple_target_socket_b::bw_process
703 return base_type::operator -> ()->nb_transport_bw(trans, phase, t);
720 nb_transport_bw(transaction_type &trans, phase_type &phase, function in class:tlm_utils::simple_target_socket_tagged_b::bw_process

Completed in 50 milliseconds

12