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

/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_socket_bases.h41 , TLM_FULL_ARG_LIST) \
43 typedef fn_container<TLM_RET_VAL (MODULE::*)(int, TLM_FULL_ARG_LIST)> fn_container_type; \
52 typedef fn_container<TLM_RET_VAL (MODULE::*)(int, TLM_FULL_ARG_LIST)> fn_container_type; \
62 typedef TLM_RET_VAL (*call_fn)(void*,void*, int, TLM_FULL_ARG_LIST); \
69 void set_function(MODULE* mod, TLM_RET_VAL (MODULE::*cb)(int, TLM_FULL_ARG_LIST)){ \
70 typedef fn_container<TLM_RET_VAL (MODULE::*)(int, TLM_FULL_ARG_LIST)> fn_container_type; \
80 TLM_RET_VAL operator()(int index, TLM_FULL_ARG_LIST){ \
97 #define TLM_FULL_ARG_LIST typename TRAITS::tlm_payload_type& txn, typename TRAITS::tlm_phase_type& ph, sc_core::sc_time& t macro
101 #undef TLM_FULL_ARG_LIST macro
105 #define TLM_FULL_ARG_LIST typenam macro
109 #undef TLM_FULL_ARG_LIST macro
113 #define TLM_FULL_ARG_LIST macro
117 #undef TLM_FULL_ARG_LIST macro
121 #define TLM_FULL_ARG_LIST macro
125 #undef TLM_FULL_ARG_LIST macro
129 #define TLM_FULL_ARG_LIST macro
133 #undef TLM_FULL_ARG_LIST macro
[all...]
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_socket_bases.h41 static_##name(void *mod, void *fn, int index, TLM_FULL_ARG_LIST) \
43 typedef fn_container<TLM_RET_VAL (MODULE::*)(int, TLM_FULL_ARG_LIST)> \
55 typedef fn_container<TLM_RET_VAL (MODULE::*)(int, TLM_FULL_ARG_LIST)> \
67 typedef TLM_RET_VAL (*call_fn)(void *,void *, int, TLM_FULL_ARG_LIST); \
80 int, TLM_FULL_ARG_LIST)) \
83 int, TLM_FULL_ARG_LIST)> fn_container_type; \
94 operator ()(int index, TLM_FULL_ARG_LIST) \
112 #define TLM_FULL_ARG_LIST \ macro
118 #undef TLM_FULL_ARG_LIST macro
122 #define TLM_FULL_ARG_LIST \ macro
127 #undef TLM_FULL_ARG_LIST macro
131 #define TLM_FULL_ARG_LIST macro
135 #undef TLM_FULL_ARG_LIST macro
139 #define TLM_FULL_ARG_LIST macro
144 #undef TLM_FULL_ARG_LIST macro
148 #define TLM_FULL_ARG_LIST macro
152 #undef TLM_FULL_ARG_LIST macro
[all...]

Completed in 6 milliseconds