Searched refs:new_stream_width (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dendian_conv.hh349 loop_generic0(int new_len, int new_stream_width, int orig_stream_width, argument
356 new_sword += new_stream_width, orig_sword += orig_stream_width) {
420 int new_stream_width = end_address - new_address + sizeof_databus; local
421 int new_length = new_stream_width * nr_stream_words;
438 txn->set_streaming_width(new_stream_width);
446 new_length, new_stream_width, s_width, sizeof_databus,
450 loop_generic0<DATAWORD, &copy_db0>(new_length, new_stream_width,
459 new_stream_width, s_width, sizeof_databus, tc->address,
463 loop_generic0<DATAWORD, &copy_b0>(new_length, new_stream_width,
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_endian_conv.h313 inline void loop_generic0(int new_len, int new_stream_width, argument
319 new_sword += new_stream_width, orig_sword += orig_stream_width) {
372 int new_stream_width = end_address - new_address + sizeof_databus; local
373 int new_length = new_stream_width * nr_stream_words;
390 txn->set_streaming_width(new_stream_width);
398 new_stream_width, s_width, sizeof_databus, tc->address,
403 new_stream_width, s_width, sizeof_databus, tc->address,
410 new_stream_width, s_width, sizeof_databus, tc->address,
415 new_stream_width, s_width, sizeof_databus, tc->address,

Completed in 7 milliseconds