Lines Matching refs:exception_number
579 queue->packet_buffer[i].exception_number = UINT32_MAX; in cs_etm__clear_packet_queue()
2110 if (packet->exception_number == CS_ETMV3_EXC_SVC) in cs_etm__is_syscall()
2119 if (packet->exception_number == CS_ETMV4_EXC_CALL && in cs_etm__is_syscall()
2134 if (packet->exception_number == CS_ETMV3_EXC_DEBUG_HALT || in cs_etm__is_async_exception()
2135 packet->exception_number == CS_ETMV3_EXC_ASYNC_DATA_ABORT || in cs_etm__is_async_exception()
2136 packet->exception_number == CS_ETMV3_EXC_PE_RESET || in cs_etm__is_async_exception()
2137 packet->exception_number == CS_ETMV3_EXC_IRQ || in cs_etm__is_async_exception()
2138 packet->exception_number == CS_ETMV3_EXC_FIQ) in cs_etm__is_async_exception()
2142 if (packet->exception_number == CS_ETMV4_EXC_RESET || in cs_etm__is_async_exception()
2143 packet->exception_number == CS_ETMV4_EXC_DEBUG_HALT || in cs_etm__is_async_exception()
2144 packet->exception_number == CS_ETMV4_EXC_SYSTEM_ERROR || in cs_etm__is_async_exception()
2145 packet->exception_number == CS_ETMV4_EXC_INST_DEBUG || in cs_etm__is_async_exception()
2146 packet->exception_number == CS_ETMV4_EXC_DATA_DEBUG || in cs_etm__is_async_exception()
2147 packet->exception_number == CS_ETMV4_EXC_IRQ || in cs_etm__is_async_exception()
2148 packet->exception_number == CS_ETMV4_EXC_FIQ) in cs_etm__is_async_exception()
2163 if (packet->exception_number == CS_ETMV3_EXC_SMC || in cs_etm__is_sync_exception()
2164 packet->exception_number == CS_ETMV3_EXC_HYP || in cs_etm__is_sync_exception()
2165 packet->exception_number == CS_ETMV3_EXC_JAZELLE_THUMBEE || in cs_etm__is_sync_exception()
2166 packet->exception_number == CS_ETMV3_EXC_UNDEFINED_INSTR || in cs_etm__is_sync_exception()
2167 packet->exception_number == CS_ETMV3_EXC_PREFETCH_ABORT || in cs_etm__is_sync_exception()
2168 packet->exception_number == CS_ETMV3_EXC_DATA_FAULT || in cs_etm__is_sync_exception()
2169 packet->exception_number == CS_ETMV3_EXC_GENERIC) in cs_etm__is_sync_exception()
2173 if (packet->exception_number == CS_ETMV4_EXC_TRAP || in cs_etm__is_sync_exception()
2174 packet->exception_number == CS_ETMV4_EXC_ALIGNMENT || in cs_etm__is_sync_exception()
2175 packet->exception_number == CS_ETMV4_EXC_INST_FAULT || in cs_etm__is_sync_exception()
2176 packet->exception_number == CS_ETMV4_EXC_DATA_FAULT) in cs_etm__is_sync_exception()
2183 if (packet->exception_number == CS_ETMV4_EXC_CALL && in cs_etm__is_sync_exception()
2195 if (packet->exception_number > CS_ETMV4_EXC_FIQ && in cs_etm__is_sync_exception()
2196 packet->exception_number <= CS_ETMV4_EXC_END) in cs_etm__is_sync_exception()