Searched refs:excep_type (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/opencsd/decoder/source/etmv3/ |
H A D | trc_pkt_proc_etmv3_impl.cpp | 942 ocsd_armv7_exception excep_type = Excp_Reserved; in extractExceptionData() local 994 excep_type= exceptionTypesCM[exceptionNum]; in extractExceptionData() 996 excep_type = Excp_CMIRQn; in extractExceptionData() 998 if(excep_type == Excp_CMIRQn) in extractExceptionData() 1011 excep_type = exceptionTypesStd[exceptionNum]; in extractExceptionData() 1013 …m_curr_packet.SetException(excep_type, exceptionNum, cancel_prev_instr,m_config.isV7MArch(), irq_n… in extractExceptionData()
|
/freebsd/contrib/opencsd/decoder/source/etmv4/ |
H A D | trc_pkt_proc_etmv4i.cpp | 553 uint16_t excep_type = 0; in iPktException() local 563 excep_type = (m_currPacketData[1] >> 1) & 0x1F; in iPktException() 564 if ((excep_type == 0x0) || (excep_type == 0x18)) in iPktException() 572 excep_type = (m_currPacketData[1] >> 1) & 0x1F; in iPktException() 580 excep_type |= ((uint16_t)m_currPacketData[2] & 0x1F) << 5; in iPktException() 583 m_curr_packet.setExceptionInfo(excep_type,addr_interp,m_fault_pending, m_type); in iPktException() 589 if ((excep_type == 0x0) || (excep_type == 0x18)) in iPktException() 592 if (excep_type == 0x18) in iPktException()
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
H A D | trc_pkt_elem_etmv4i.h | 152 …void setExceptionInfo(const uint16_t excep_type, const uint8_t addr_interp, const uint8_t m_fault_… 453 inline void EtmV4ITrcPacket::setExceptionInfo(const uint16_t excep_type, const uint8_t addr_interp,… in setExceptionInfo() argument 455 exception_info.exceptionType = excep_type; in setExceptionInfo()
|