Home
last modified time | relevance | path

Searched refs:SetException (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_elem_ptm.h66 void SetException( const ocsd_armv7_exception type,
184 inline void PtmTrcPacket::SetException( const ocsd_armv7_exception type, const uint16_t number) in SetException() function
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_elem_etmv3.h77 void SetException( const ocsd_armv7_exception type,
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_proc_etmv3_impl.cpp876 …m_curr_packet.SetException(exceptionTypeARMdeprecated[excep_num], excep_num, (addrbyte & 0x40) ? t… in extractBrAddrPkt()
1013 …m_curr_packet.SetException(excep_type, exceptionNum, cancel_prev_instr,m_config.isV7MArch(), irq_n… in extractExceptionData()
H A Dtrc_pkt_elem_etmv3.cpp118 void EtmV3TrcPacket::SetException( const ocsd_armv7_exception type, in SetException() function in EtmV3TrcPacket
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.h630 static __inline__ t_Error SetException(t_Qm *p_Qm, e_QmExceptions exception, bool enable) in SetException() function
H A Dqm.c1099 if ((err = SetException(p_Qm, exception, enable)) != E_OK) in QM_SetException()
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp959 m_curr_packet.SetException(excep,ENum); in pktBranchAddr()