Home
last modified time | relevance | path

Searched refs:m_gotExcepBytes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp560 m_gotExcepBytes = false; // mark as not got all required exception bytes thus far in pktWPointUpdate()
585 m_gotExcepBytes = true; in pktWPointUpdate()
592 m_gotExcepBytes = true; // no exception bytes - mark as done in pktWPointUpdate()
594 bDone = m_gotExcepBytes; in pktWPointUpdate()
604 else if(!m_gotExcepBytes) in pktWPointUpdate()
608 m_gotExcepBytes = true; in pktWPointUpdate()
624 if(m_gotExcepBytes) // may adjust according to alt ISA in exception packet in pktWPointUpdate()
820 m_gotExcepBytes = false; // mark as not got all required exception bytes thus far in pktBranchAddr()
831 m_gotExcepBytes = true; // cannot have exception bytes following single byte packet in pktBranchAddr()
852 m_gotExcepBytes = true; // no exception bytes - mark as done in pktBranchAddr()
[all …]
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_proc_ptm.h166 bool m_gotExcepBytes; //!< got all needed exception bytes variable