Searched refs:SC_MAKE_FUNC_PTR (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_spawn.h118 SC_MAKE_FUNC_PTR(sc_spawn_object<T>,semantics),
127 SC_MAKE_FUNC_PTR(sc_spawn_object<T>,semantics),
221 SC_MAKE_FUNC_PTR(sc_spawn_object_v<T>,semantics),
230 SC_MAKE_FUNC_PTR(sc_spawn_object_v<T>,semantics),
326 // SC_MAKE_FUNC_PTR macro. The HP preprocessor does not parse template
H A Dsc_module.h420 name, false, SC_MAKE_FUNC_PTR( host_tag, func ), \
432 SC_MAKE_FUNC_PTR( host_tag, func ), this, 0 ); \
443 SC_MAKE_FUNC_PTR( host_tag, func ), this, 0 ); \
H A Dsc_process.h146 # define SC_MAKE_FUNC_PTR(callback_tag, func) \ macro
193 # define SC_MAKE_FUNC_PTR(callback_tag, func) \ macro
857 // SC_MAKE_FUNC_PTR macro to allow its transpareuse outside of the sc_core
861 // Andy Goodrich: changed SC_MAKE_FUNC_PTR to use a static cast to address

Completed in 7 milliseconds