Searched refs:m_gotExcepBytes (Results 1 – 2 of 2) sorted by relevance
559 m_gotExcepBytes = false; // mark as not got all required exception bytes thus far in pktWPointUpdate()582 m_gotExcepBytes = true; in pktWPointUpdate()589 m_gotExcepBytes = true; // no exception bytes - mark as done in pktWPointUpdate()591 bDone = m_gotExcepBytes; in pktWPointUpdate()601 else if(!m_gotExcepBytes) in pktWPointUpdate()605 m_gotExcepBytes = true; in pktWPointUpdate()621 if(m_gotExcepBytes) // may adjust according to alt ISA in exception packet in pktWPointUpdate()817 m_gotExcepBytes = false; // mark as not got all required exception bytes thus far in pktBranchAddr()828 m_gotExcepBytes = true; // cannot have exception bytes following single byte packet in pktBranchAddr()849 m_gotExcepBytes = true; // no exception bytes - mark as done in pktBranchAddr()[all …]
166 bool m_gotExcepBytes; //!< got all needed exception bytes variable