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

/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h83 , m_beoe_disabled(false)
92 , m_beoe_disabled(false)
171 if (!m_beoe_disabled) //we are not bound hierarchically
224 if (m_beoe_disabled) return;
276 void disable_cb_bind(){ m_beoe_disabled=true;}
286 bool m_beoe_disabled; // bool that remembers whether this socket shall bind callbacks or not member in class:tlm_utils::multi_passthrough_initiator_socket
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h71 base_type(name), m_hierarch_bind(nullptr), m_beoe_disabled(false),
141 if (!m_beoe_disabled) { // We are not bound hierarchically.
212 if (m_beoe_disabled)
283 void disable_cb_bind() { m_beoe_disabled = true; }
302 bool m_beoe_disabled; member in class:tlm_utils::multi_passthrough_initiator_socket

Completed in 6 milliseconds