Lines Matching defs:sizeof_databus

61   to_hostendian_generic(tlm_generic_payload *txn, int sizeof_databus)
96 tlm_to_hostendian_generic(tlm_generic_payload *txn, int sizeof_databus)
97 tlm_from_hostendian_generic(tlm_generic_payload *txn, int sizeof_databus)
113 tlm_to_hostendian_word(tlm_generic_payload *txn, int sizeof_databus)
114 tlm_from_hostendian_word(tlm_generic_payload *txn, int sizeof_databus)
129 tlm_to_hostendian_aligned(tlm_generic_payload *txn, int sizeof_databus)
130 tlm_from_hostendian_aligned(tlm_generic_payload *txn, int sizeof_databus)
136 tlm_to_hostendian_single(tlm_generic_payload *txn, int sizeof_databus)
137 tlm_from_hostendian_single(tlm_generic_payload *txn, int sizeof_databus)
182 void (*from_f)(tlm_generic_payload *txn, unsigned int sizeof_databus);
183 int sizeof_databus;
350 int sizeof_databus, sc_dt::uint64 orig_start_address,
363 ptrdiff_t he_index = ((ie_addr++) ^ (sizeof_databus - 1)) -
382 unsigned int sizeof_databus)
388 txn->get_streaming_width(), tc->stream_width, sizeof_databus,
401 unsigned int sizeof_databus)
405 tc->sizeof_databus = sizeof_databus;
416 sc_dt::uint64 new_address = (txn->get_address() & ~(sizeof_databus - 1));
418 ~(sizeof_databus - 1));
420 int new_stream_width = end_address - new_address + sizeof_databus;
446 new_length, new_stream_width, s_width, sizeof_databus,
451 s_width, sizeof_databus, tc->address, new_address,
459 new_stream_width, s_width, sizeof_databus, tc->address,
464 s_width, sizeof_databus, tc->address, new_address,
547 loop_word1(int bytes_left, int len0, int lenN, int sizeof_databus,
577 for (unsigned int i = 1; i < sizeof_databus / sizeof(D); i++) {
607 src += 2 * sizeof_databus;
618 tlm_from_hostendian_word(tlm_generic_payload *txn, unsigned int sizeof_databus)
623 sc_dt::uint64 b_mask = sizeof_databus - 1;
626 int len0 = (sizeof_databus - a_offset) & d_mask;
632 ptrdiff_t(((sizeof_databus - a_offset) & ~d_mask) + lenN) +
640 tc->length, len0, lenN, sizeof_databus,
646 tc->length, len0, lenN, sizeof_databus,
661 tlm_to_hostendian_word(tlm_generic_payload *txn, unsigned int sizeof_databus)
665 tc->sizeof_databus = sizeof_databus;
667 sc_dt::uint64 b_mask = sizeof_databus - 1;
671 int len0 = (sizeof_databus - a_offset) & d_mask;
678 ptrdiff_t(((sizeof_databus - a_offset) & ~d_mask) + lenN) + d_start;
682 int long_enough = txn->get_data_length() + 2 * sizeof_databus;
700 sizeof_databus, d_start, d_end, d, 0,
709 sizeof_databus, d_start, d_end, d,
723 sizeof_databus, d_start, d_end, d, 0,
732 sizeof_databus, d_start, d_end, d,
804 tlm_generic_payload *txn, unsigned int sizeof_databus)
806 int words_per_bus = sizeof_databus / sizeof(DATAWORD);
840 tlm_generic_payload *txn, unsigned int sizeof_databus)
844 tc->sizeof_databus = sizeof_databus;
846 int words_per_bus = sizeof_databus / sizeof(DATAWORD);
903 tlm_generic_payload *txn, unsigned int sizeof_databus)
913 tlm_to_hostendian_single(tlm_generic_payload *txn, unsigned int sizeof_databus)
917 tc->sizeof_databus = sizeof_databus;
920 sc_dt::uint64 mask = sizeof_databus - 1;
923 (sizeof_databus - (a & mask) - sizeof(DATAWORD)));
936 (*(tc->from_f))(txn, tc->sizeof_databus);