Searched refs:isP0 (Results 1 – 3 of 3) sorted by relevance
/external/OpenCSD/decoder/include/opencsd/etmv4/ |
D | trc_etmv4_stack_elem.h | 78 …TrcStackElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const… 84 const bool isP0() const { return m_is_P0; }; in isP0() function 96 inline TrcStackElem::TrcStackElem(p0_elem_t p0_type, const bool isP0, ocsd_etmv4_i_pkt_type root_pk… in TrcStackElem() argument 100 m_is_P0(isP0) in TrcStackElem() 295 …TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, … 308 inline TrcStackElemParam::TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_et… in TrcStackElemParam() argument 309 TrcStackElem(p0_type, isP0, root_pkt,root_index) in TrcStackElemParam() 366 …TrcStackElemParam *createParamElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pk… 367 …TrcStackElem *createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_…
|
/external/OpenCSD/decoder/source/etmv4/ |
D | trc_etmv4_stack_elem.cpp | 39 TrcStackElem *EtmV4P0Stack::createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const … in createParamElemNoParam() argument 41 TrcStackElem *pElem = new (std::nothrow) TrcStackElem(p0_type, isP0, root_pkt, root_index); in createParamElemNoParam() 52 TrcStackElemParam *EtmV4P0Stack::createParamElem(const p0_elem_t p0_type, const bool isP0, const oc… in createParamElem() argument 54 …TrcStackElemParam *pElem = new (std::nothrow) TrcStackElemParam(p0_type, isP0, root_pkt, root_inde… in createParamElem()
|
D | trc_pkt_decode_etmv4i.cpp | 811 if (pElem->isP0()) // are we on a core that counts ERET as P0? in commitElements() 819 if (pElem->isP0()) in commitElements() 977 if (pElem->isP0()) { in cancelElements()
|