Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/ptm/
Dtrc_pkt_proc_ptm.cpp559 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 …]
/external/OpenCSD/decoder/include/opencsd/ptm/
Dtrc_pkt_proc_ptm.h166 bool m_gotExcepBytes; //!< got all needed exception bytes variable