Searched refs:SetException (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/ |
H A D | trc_pkt_elem_ptm.h | 66 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 D | trc_pkt_elem_etmv3.h | 77 void SetException( const ocsd_armv7_exception type,
|
/freebsd/contrib/opencsd/decoder/source/etmv3/ |
H A D | trc_pkt_proc_etmv3_impl.cpp | 876 …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 D | trc_pkt_elem_etmv3.cpp | 118 void EtmV3TrcPacket::SetException( const ocsd_armv7_exception type, in SetException() function in EtmV3TrcPacket
|
/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | qm.h | 630 static __inline__ t_Error SetException(t_Qm *p_Qm, e_QmExceptions exception, bool enable) in SetException() function
|
H A D | qm.c | 1099 if ((err = SetException(p_Qm, exception, enable)) != E_OK) in QM_SetException()
|
/freebsd/contrib/opencsd/decoder/source/ptm/ |
H A D | trc_pkt_proc_ptm.cpp | 959 m_curr_packet.SetException(excep,ENum); in pktBranchAddr()
|