Searched refs:isP0 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
H A D | trc_etmv4_stack_elem.h | 79 …TrcStackElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const… 85 const bool isP0() const { return m_is_P0; }; in isP0() function 97 inline TrcStackElem::TrcStackElem(p0_elem_t p0_type, const bool isP0, ocsd_etmv4_i_pkt_type root_pk… in TrcStackElem() argument 101 m_is_P0(isP0) in TrcStackElem() 296 …TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, … 309 inline TrcStackElemParam::TrcStackElemParam(const p0_elem_t p0_type, const bool isP0, const ocsd_et… in TrcStackElemParam() argument 310 TrcStackElem(p0_type, isP0, root_pkt,root_index) in TrcStackElemParam() 391 …TrcStackElemParam *createParamElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pk… 392 …TrcStackElem *createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_…
|
/freebsd/contrib/opencsd/decoder/source/etmv4/ |
H A 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()
|
H A D | trc_pkt_decode_etmv4i.cpp | 834 if (pElem->isP0()) // are we on a core that counts ERET as P0? in commitElements() 842 if (pElem->isP0()) in commitElements() 1007 if (pElem->isP0()) { in cancelElements()
|