Searched refs:set_callbacks (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_socket_bases.h217 void set_callbacks(nb_func_type& cb1, b_func_type& cb2, dmi_func_type& cb3, debug_func_type& cb4){ function in class:tlm_utils::callback_binder_fw
289 void set_callbacks(nb_func_type& cb1, dmi_func_type& cb2){ function in class:tlm_utils::callback_binder_bw
H A Dmulti_passthrough_initiator_socket.h237 binders[i]->set_callbacks(m_nb_f, m_dmi_f);
H A Dmulti_passthrough_target_socket.h259 binders[i]->set_callbacks(m_nb_f, m_b_f, m_dmi_f, m_dbg_f); //set the callbacks for the binder
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_socket_bases.h251 set_callbacks(nb_func_type &cb1, b_func_type &cb2, function in class:tlm_utils::callback_binder_fw
331 set_callbacks(nb_func_type &cb1, dmi_func_type &cb2) function in class:tlm_utils::callback_binder_bw
H A Dmulti_passthrough_initiator_socket.h227 binders[i]->set_callbacks(m_nb_f, m_dmi_f);
H A Dmulti_passthrough_target_socket.h251 binders[i]->set_callbacks(m_nb_f, m_b_f, m_dmi_f, m_dbg_f);

Completed in 13 milliseconds