gem5 v24.0.0.0
|
#include <multi_socket_bases.h>
Public Types | |
typedef TYPES::tlm_payload_type | transaction_type |
typedef TYPES::tlm_phase_type | phase_type |
typedef tlm::tlm_sync_enum | sync_enum_type |
typedef nb_transport_functor< TYPES > | nb_func_type |
typedef invalidate_dmi_functor< TYPES > | dmi_func_type |
Public Member Functions | |
callback_binder_bw (multi_socket_base *owner, int id) | |
sync_enum_type | nb_transport_bw (transaction_type &txn, phase_type &p, sc_core::sc_time &t) |
void | invalidate_direct_mem_ptr (sc_dt::uint64 l, sc_dt::uint64 u) |
void | set_callbacks (nb_func_type &cb1, dmi_func_type &cb2) |
Public Member Functions inherited from sc_core::sc_interface | |
virtual void | register_port (sc_port_base &, const char *) |
virtual const sc_event & | default_event () const |
virtual | ~sc_interface () |
Private Attributes | |
int | m_id |
nb_func_type * | m_nb_f |
dmi_func_type * | m_dmi_f |
Additional Inherited Members | |
Protected Member Functions inherited from sc_core::sc_interface | |
sc_interface () | |
Protected Member Functions inherited from tlm_utils::convenience_socket_cb_holder | |
convenience_socket_cb_holder (convenience_socket_base *owner) | |
void | display_warning (const char *msg) const |
void | display_error (const char *msg) const |
Definition at line 286 of file multi_socket_bases.h.
typedef invalidate_dmi_functor<TYPES> tlm_utils::callback_binder_bw< TYPES >::dmi_func_type |
Definition at line 297 of file multi_socket_bases.h.
typedef nb_transport_functor<TYPES> tlm_utils::callback_binder_bw< TYPES >::nb_func_type |
Definition at line 296 of file multi_socket_bases.h.
typedef TYPES::tlm_phase_type tlm_utils::callback_binder_bw< TYPES >::phase_type |
Definition at line 292 of file multi_socket_bases.h.
typedef tlm::tlm_sync_enum tlm_utils::callback_binder_bw< TYPES >::sync_enum_type |
Definition at line 293 of file multi_socket_bases.h.
typedef TYPES::tlm_payload_type tlm_utils::callback_binder_bw< TYPES >::transaction_type |
Definition at line 291 of file multi_socket_bases.h.
|
inline |
Definition at line 299 of file multi_socket_bases.h.
|
inlinevirtual |
Implements tlm::tlm_bw_direct_mem_if.
Definition at line 321 of file multi_socket_bases.h.
References tlm_utils::callback_binder_bw< TYPES >::m_dmi_f, and tlm_utils::callback_binder_bw< TYPES >::m_id.
|
inlinevirtual |
Implements tlm::tlm_bw_nonblocking_transport_if< TYPES::tlm_payload_type, TYPES::tlm_phase_type >.
Definition at line 306 of file multi_socket_bases.h.
References tlm_utils::convenience_socket_cb_holder::display_error(), tlm_utils::callback_binder_bw< TYPES >::m_id, tlm_utils::callback_binder_bw< TYPES >::m_nb_f, and tlm::TLM_COMPLETED.
|
inline |
Definition at line 331 of file multi_socket_bases.h.
References tlm_utils::callback_binder_bw< TYPES >::m_dmi_f, and tlm_utils::callback_binder_bw< TYPES >::m_nb_f.
|
private |
Definition at line 342 of file multi_socket_bases.h.
Referenced by tlm_utils::callback_binder_bw< TYPES >::invalidate_direct_mem_ptr(), and tlm_utils::callback_binder_bw< TYPES >::set_callbacks().
|
private |
Definition at line 339 of file multi_socket_bases.h.
Referenced by tlm_utils::callback_binder_bw< TYPES >::invalidate_direct_mem_ptr(), and tlm_utils::callback_binder_bw< TYPES >::nb_transport_bw().
|
private |
Definition at line 341 of file multi_socket_bases.h.
Referenced by tlm_utils::callback_binder_bw< TYPES >::nb_transport_bw(), and tlm_utils::callback_binder_bw< TYPES >::set_callbacks().