Searched refs:hasAttachedAndEnabled (Results 1 – 5 of 5) sorted by relevance
267 if(m_pkt_out_i.hasAttachedAndEnabled()) in Reset()275 if(m_pkt_raw_mon_i.hasAttachedAndEnabled()) in Reset()287 if(m_pkt_out_i.hasAttachedAndEnabled()) in Flush()302 if(m_pkt_out_i.hasAttachedAndEnabled() && !OCSD_DATA_RESP_IS_FATAL(resp)) in EOT()306 if(m_pkt_raw_mon_i.hasAttachedAndEnabled()) in EOT()321 if(m_pkt_out_i.hasAttachedAndEnabled()) in outputDecodedPacket()341 if(m_pkt_raw_mon_i.hasAttachedAndEnabled()) in outputRawPacketToMonitor()347 return m_pkt_raw_mon_i.hasAttachedAndEnabled(); in hasRawMon()353 if(m_pkt_indexer_i.hasAttachedAndEnabled()) in indexPacket()
145 else if(!m_trace_elem_out.hasAttachedAndEnabled()) in checkInit()147 else if(m_uses_memaccess && !m_mem_access.hasAttachedAndEnabled()) in checkInit()149 else if(m_uses_idecode && !m_instr_decode.hasAttachedAndEnabled()) in checkInit()
142 const bool hasAttachedAndEnabled() const { return m_hasAttached && m_enabled; }; in hasAttachedAndEnabled() function
81 initDone = (m_pMemAccess->hasAttachedAndEnabled() && m_pIDecode->hasAttachedAndEnabled()); in initFollowerState()
101 if(!m_sendIf->hasAttachedAndEnabled()) in sendElements()