Lines Matching refs:TrcPktDecodePtm
40 TrcPktDecodePtm::TrcPktDecodePtm() in TrcPktDecodePtm() function in TrcPktDecodePtm
46 TrcPktDecodePtm::TrcPktDecodePtm(int instIDNum) in TrcPktDecodePtm() function in TrcPktDecodePtm
52 TrcPktDecodePtm::~TrcPktDecodePtm() in ~TrcPktDecodePtm()
58 ocsd_datapath_resp_t TrcPktDecodePtm::processPacket() in processPacket()
106 ocsd_datapath_resp_t TrcPktDecodePtm::onEOT() in onEOT()
117 ocsd_datapath_resp_t TrcPktDecodePtm::onReset() in onReset()
125 ocsd_datapath_resp_t TrcPktDecodePtm::onFlush() in onFlush()
133 ocsd_datapath_resp_t TrcPktDecodePtm::contProcess() in contProcess()
163 ocsd_err_t TrcPktDecodePtm::onProtocolConfig() in onProtocolConfig()
191 void TrcPktDecodePtm::initDecoder() in initDecoder()
201 void TrcPktDecodePtm::resetDecoder() in resetDecoder()
224 ocsd_datapath_resp_t TrcPktDecodePtm::decodePacket() in decodePacket()
327 ocsd_datapath_resp_t TrcPktDecodePtm::processIsync() in processIsync()
393 ocsd_datapath_resp_t TrcPktDecodePtm::processBranch() in processBranch()
444 ocsd_datapath_resp_t TrcPktDecodePtm::processWPUpdate() in processWPUpdate()
470 ocsd_datapath_resp_t TrcPktDecodePtm::processAtom() in processAtom()
494 void TrcPktDecodePtm::checkPendingNacc(ocsd_datapath_resp_t &resp) in checkPendingNacc()
506 ocsd_datapath_resp_t TrcPktDecodePtm::processAtomRange(const ocsd_atm_val A, const char *pkt_msg, c… in processAtomRange()
614 ocsd_err_t TrcPktDecodePtm::traceInstrToWP(bool &bWPFound, const waypoint_trace_t traceWPOp /*= TRA… in traceInstrToWP()