Searched defs:txn (Results 1 - 9 of 9) sorted by relevance

/gem5/src/systemc/ext/tlm_utils/
H A Dinstance_specific_extensions.h102 instance_specific_extension_accessor::operator () (T &txn) argument
118 release_carrier( instance_specific_extension_carrier *carrier, void *txn) argument
[all...]
H A Dmulti_socket_bases.h185 nb_transport_fw( transaction_type &txn, phase_type &p, sc_core::sc_time &t) argument
306 nb_transport_bw(transaction_type &txn, phase_type& p, sc_core::sc_time &t) argument
[all...]
/gem5/ext/systemc/src/tlm_utils/
H A Dinstance_specific_extensions.h289 inline instance_specific_extensions_per_accessor<instance_specific_extension_container>& operator()(T& txn){ argument
[all...]
H A Dmulti_socket_bases.h163 sync_enum_type nb_transport_fw(transaction_type& txn, argument
266 nb_transport_bw(transaction_type& txn, phase_type& p, sc_core::sc_time& t) argument
[all...]
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp69 void test_a_conversion(char cmd, tlm_generic_payload &txn, std::ifstream & fin) { argument
343 local_single_tohe(tlm_generic_payload *txn, unsigned int sizeof_databus) argument
394 local_single_fromhe(tlm_generic_payload *txn, unsigned int sizeof_databus) argument
[all...]
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h159 void free(transaction_type* txn){ argument
[all...]
/gem5/src/systemc/tlm_utils/
H A Dinstance_specific_extensions.cc170 attach_carrier(instance_specific_extension_carrier *carrier, void *txn, release_fn *rel_fn) argument
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_endian_conv.h228 establish_context(tlm_generic_payload *txn) argument
342 tlm_from_hostendian_generic(tlm_generic_payload *txn, unsigned int sizeof_databus) argument
356 tlm_to_hostendian_generic(tlm_generic_payload *txn, unsigned int sizeof_databus) argument
532 tlm_from_hostendian_word(tlm_generic_payload *txn, unsigned int sizeof_databus) argument
563 tlm_to_hostendian_word(tlm_generic_payload *txn, unsigned int sizeof_databus) argument
669 tlm_from_hostendian_aligned(tlm_generic_payload *txn, unsigned int sizeof_databus) argument
699 tlm_to_hostendian_aligned(tlm_generic_payload *txn, unsigned int sizeof_databus) argument
754 tlm_from_hostendian_single(tlm_generic_payload *txn, unsigned int sizeof_databus) argument
762 tlm_to_hostendian_single(tlm_generic_payload *txn, unsigned int sizeof_databus) argument
778 tlm_from_hostendian(tlm_generic_payload *txn) argument
[all...]
/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dendian_conv.hh236 establish_context(tlm_generic_payload *txn) argument
381 tlm_from_hostendian_generic(tlm_generic_payload *txn, unsigned int sizeof_databus) argument
400 tlm_to_hostendian_generic(tlm_generic_payload *txn, unsigned int sizeof_databus) argument
618 tlm_from_hostendian_word(tlm_generic_payload *txn, unsigned int sizeof_databus) argument
661 tlm_to_hostendian_word(tlm_generic_payload *txn, unsigned int sizeof_databus) argument
803 tlm_from_hostendian_aligned( tlm_generic_payload *txn, unsigned int sizeof_databus) argument
839 tlm_to_hostendian_aligned( tlm_generic_payload *txn, unsigned int sizeof_databus) argument
902 tlm_from_hostendian_single( tlm_generic_payload *txn, unsigned int sizeof_databus) argument
913 tlm_to_hostendian_single(tlm_generic_payload *txn, unsigned int sizeof_databus) argument
933 tlm_from_hostendian(tlm_generic_payload *txn) argument
[all...]

Completed in 18 milliseconds