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

/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_target_socket.h128 callback_binder_fw<TYPES> * binder; local
132 binder = new callback_binder_fw<TYPES>(m_binders.size());
133 m_binders.push_back(binder);
138 binder = m_binders[0];
141 sc_core::sc_export<tlm::tlm_fw_transport_if<TYPES> >::bind(*binder);
213 //At this time a callback binder is created an returned to the sc_port
214 // of the init socket, so that it binds to the callback binder
259 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_passthrough_target_socket.h97 callback_binder_fw<TYPES> *binder; local
100 binder = new callback_binder_fw<TYPES>(
102 m_binders.push_back(binder);
105 binder = m_binders[0];
108 sc_core::sc_export<tlm::tlm_fw_transport_if<TYPES>>::bind(*binder);
180 // At this time a callback binder is created an returned to the sc_port
181 // of the init socket, so that it binds to the callback binder.
190 // Consume binder created from the callback registration.
250 // Set the callbacks for the binder.
353 // bool that indicates that a binder ha
[all...]

Completed in 10 milliseconds