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

/freebsd-12-stable/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) function in class:PtmTrcPacket
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_elem_etmv3.h77 void SetException( const ocsd_armv7_exception type,
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.h630 static __inline__ t_Error SetException(t_Qm *p_Qm, e_QmExceptions exception, bool enable) function
H A Dqm.c1099 if ((err = SetException(p_Qm, exception, enable)) != E_OK)
/freebsd-12-stable/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_proc_etmv3_impl.cpp876 m_curr_packet.SetException(exceptionTypeARMdeprecated[excep_num], excep_num, (addrbyte & 0x40) ? true : false,m_config.isV7MArch());
1013 m_curr_packet.SetException(excep_type, exceptionNum, cancel_prev_instr,m_config.isV7MArch(), irq_n,resume);
H A Dtrc_pkt_elem_etmv3.cpp118 void EtmV3TrcPacket::SetException( const ocsd_armv7_exception type, function in class:EtmV3TrcPacket
/freebsd-12-stable/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp956 m_curr_packet.SetException(excep,ENum);

Completed in 65 milliseconds