Lines Matching refs:TrcPktDecodeI
61 class TrcPktDecodeI : public TraceComponent
64 TrcPktDecodeI(const char *component_name);
65 TrcPktDecodeI(const char *component_name, int instIDNum);
66 virtual ~TrcPktDecodeI() {}; in ~TrcPktDecodeI()
120 inline TrcPktDecodeI::TrcPktDecodeI(const char *component_name) : in TrcPktDecodeI() function
130 inline TrcPktDecodeI::TrcPktDecodeI(const char *component_name, int instIDNum) : in TrcPktDecodeI() function
140 inline const bool TrcPktDecodeI::checkInit() in checkInit()
160 inline ocsd_datapath_resp_t TrcPktDecodeI::outputTraceElement(const OcsdTraceElement &elem) in outputTraceElement()
165 inline ocsd_datapath_resp_t TrcPktDecodeI::outputTraceElementIdx(ocsd_trc_index_t idx, const OcsdTr… in outputTraceElementIdx()
170 inline ocsd_err_t TrcPktDecodeI::instrDecode(ocsd_instr_info *instr_info) in instrDecode()
177 inline ocsd_err_t TrcPktDecodeI::accessMemory(const ocsd_vaddr_t address, const ocsd_mem_space_acc_… in accessMemory()
184 inline ocsd_err_t TrcPktDecodeI::invalidateMemAccCache() in invalidateMemAccCache()
194 class TrcPktDecodeBase : public TrcPktDecodeI, public IPktDataIn<P>
222 TrcPktDecodeI(component_name), in TrcPktDecodeBase()
228 TrcPktDecodeI(component_name,instIDNum), in TrcPktDecodeBase()