Searched refs:m_pMemAccess (Results 1 – 2 of 2) sorted by relevance
47 m_pMemAccess = 0; in OcsdCodeFollower()61 m_pMemAccess = pMemAccess; in initInterfaces()79 if(m_pMemAccess && m_pIDecode) in initFollowerState()81 initDone = (m_pMemAccess->hasAttachedAndEnabled() && m_pIDecode->hasAttachedAndEnabled()); in initFollowerState()142 …err = m_pMemAccess->first()->ReadTargetMemory(m_instr_info.instr_addr,m_mem_space_csid,m_mem_acc_r… in decodeSingleOpCode()
126 componentAttachPt<ITargetMemAccess> *m_pMemAccess; variable