Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/opencsd/etmv4/
Dtrc_pkt_decode_etmv4i.h122 } WP_res_t; typedef
131 …ocsd_err_t traceInstrToWP(instr_range_t &instr_range, WP_res_t &WPRes, const bool traceToAddrNext …
133 inline const bool WPFound(WP_res_t res) const { return (res == WP_FOUND); }; in WPFound()
134 inline const bool WPNacc(WP_res_t res) const { return (res == WP_NACC); }; in WPNacc()
/external/OpenCSD/decoder/source/etmv4/
Dtrc_pkt_decode_etmv4i.cpp1248 WP_res_t WPRes; in processAtom()
1351 WP_res_t WPRes = WP_NOT_FOUND; in processException()
1794 ocsd_err_t TrcPktDecodeEtmV4I::traceInstrToWP(instr_range_t &range, WP_res_t &WPRes, const bool tra… in traceInstrToWP()