Searched refs:TLM_COMPLETED (Results 1 - 25 of 33) sorted by relevance

12

/gem5/src/systemc/tests/include/
H A DExplicitATTarget.h94 return tlm::TLM_COMPLETED;
101 return tlm::TLM_COMPLETED;
106 // return tlm::TLM_COMPLETED; //unreachable code
133 if (socket->nb_transport_bw(*mCurrentTransaction, phase, t) == tlm::TLM_COMPLETED) {
H A DSimpleATTarget1.h115 return tlm::TLM_COMPLETED;
120 // return tlm::TLM_COMPLETED; //unreachable code
170 case tlm::TLM_COMPLETED:
H A DSimpleATTarget2.h119 return tlm::TLM_COMPLETED;
124 // return tlm::TLM_COMPLETED; //unreachable code
145 if (socket->nb_transport_bw(*trans, phase, t) == tlm::TLM_COMPLETED) {
H A DSimpleBusAT.h151 case tlm::TLM_COMPLETED:
186 case tlm::TLM_COMPLETED:
208 assert(r == tlm::TLM_COMPLETED);
234 return tlm::TLM_COMPLETED;
H A DSimpleLTInitiator1.h145 return tlm::TLM_COMPLETED;
H A DSimpleLTTarget2.h94 // - always return TLM_COMPLETED
95 // - not necessary to update phase (if TLM_COMPLETED is returned)
96 return tlm::TLM_COMPLETED;
H A DSimpleATInitiator1.h198 case tlm::TLM_COMPLETED:
291 // return tlm::TLM_COMPLETED; //unreachable code
307 assert(r == tlm::TLM_COMPLETED); // FIXME: target should return TLM_COMPLETED?
H A DSimpleATInitiator2.h194 case tlm::TLM_COMPLETED:
282 return tlm::TLM_COMPLETED;
290 // return tlm::TLM_COMPLETED; //unreachable code
H A DSimpleLTTarget1.h65 return tlm::TLM_COMPLETED;
/gem5/src/systemc/ext/tlm_core/2/interfaces/
H A Dfw_bw_ifs.hh31 enum tlm_sync_enum { TLM_ACCEPTED, TLM_UPDATED, TLM_COMPLETED }; enumerator in enum:tlm::tlm_sync_enum
/gem5/src/systemc/ext/tlm_utils/
H A Dsimple_target_socket.h160 return tlm::TLM_COMPLETED;
163 return tlm::TLM_COMPLETED;
298 return tlm::TLM_COMPLETED;
301 return tlm::TLM_COMPLETED;
305 return tlm::TLM_COMPLETED;
460 if (!(sync == tlm::TLM_COMPLETED ||
484 case tlm::TLM_COMPLETED:
741 return tlm::TLM_COMPLETED;
744 return tlm::TLM_COMPLETED;
894 return tlm::TLM_COMPLETED;
[all...]
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h182 case tlm::TLM_COMPLETED:
217 return tlm::TLM_COMPLETED;
275 case tlm::TLM_COMPLETED:{
311 sc_assert(tmp==tlm::TLM_COMPLETED);
/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp106 else if (status == tlm::TLM_COMPLETED)
238 if (status == tlm::TLM_COMPLETED)
275 if (status == tlm::TLM_COMPLETED)
/gem5/util/tlm/src/
H A Dsc_master_port.cc156 return tlm::TLM_COMPLETED;
160 return tlm::TLM_COMPLETED;
377 if (status == tlm::TLM_COMPLETED ||
/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.cc99 } else if (status == tlm::TLM_COMPLETED) {
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_2_interfaces/
H A Dtlm_fw_bw_ifs.h29 enum tlm_sync_enum { TLM_ACCEPTED, TLM_UPDATED, TLM_COMPLETED }; enumerator in enum:tlm::tlm_sync_enum
/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_target_socket.h160 return tlm::TLM_COMPLETED;
166 // return tlm::TLM_COMPLETED; //Should not reach here
293 return tlm::TLM_COMPLETED;
297 // return tlm::TLM_COMPLETED; ///< unreachable code
450 if ( !(sync == tlm::TLM_COMPLETED ||
474 case tlm::TLM_COMPLETED:
691 return tlm::TLM_COMPLETED;
697 // return tlm::TLM_COMPLETED; //Should not reach here
838 return tlm::TLM_COMPLETED;
842 // return tlm::TLM_COMPLETED; ///< unreachabl
[all...]
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/
H A DSimpleLTInitiator_ext.h191 case tlm::TLM_COMPLETED:
241 return tlm::TLM_COMPLETED;
248 // return tlm::TLM_COMPLETED; //unreachable code
H A Dextension_adaptors.h156 if (tmp == tlm::TLM_COMPLETED)
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A DSimpleLTInitiator_ext.h191 case tlm::TLM_COMPLETED:
241 return tlm::TLM_COMPLETED;
248 // return tlm::TLM_COMPLETED; //unreachable code
H A DSimpleLTTarget_ext.h107 return tlm::TLM_COMPLETED;
H A Dextension_adaptors.h156 if (tmp == tlm::TLM_COMPLETED)
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.cc128 if (status == tlm::TLM_COMPLETED ||
251 return tlm::TLM_COMPLETED;
255 return tlm::TLM_COMPLETED;
/gem5/util/tlm/examples/slave_port/
H A Dsc_target.cc270 } else if (status == tlm::TLM_COMPLETED) {
/gem5/src/systemc/tests/tlm/static_extensions/gp2ext/
H A DSimpleLTTarget_ext.h107 return tlm::TLM_COMPLETED;

Completed in 38 milliseconds

12