Lines Matching refs:exception_number

252 		queue->packet_buffer[i].exception_number = UINT32_MAX;  in cs_etm__clear_packet_queue()
1746 if (packet->exception_number == CS_ETMV3_EXC_SVC) in cs_etm__is_syscall()
1755 if (packet->exception_number == CS_ETMV4_EXC_CALL && in cs_etm__is_syscall()
1770 if (packet->exception_number == CS_ETMV3_EXC_DEBUG_HALT || in cs_etm__is_async_exception()
1771 packet->exception_number == CS_ETMV3_EXC_ASYNC_DATA_ABORT || in cs_etm__is_async_exception()
1772 packet->exception_number == CS_ETMV3_EXC_PE_RESET || in cs_etm__is_async_exception()
1773 packet->exception_number == CS_ETMV3_EXC_IRQ || in cs_etm__is_async_exception()
1774 packet->exception_number == CS_ETMV3_EXC_FIQ) in cs_etm__is_async_exception()
1778 if (packet->exception_number == CS_ETMV4_EXC_RESET || in cs_etm__is_async_exception()
1779 packet->exception_number == CS_ETMV4_EXC_DEBUG_HALT || in cs_etm__is_async_exception()
1780 packet->exception_number == CS_ETMV4_EXC_SYSTEM_ERROR || in cs_etm__is_async_exception()
1781 packet->exception_number == CS_ETMV4_EXC_INST_DEBUG || in cs_etm__is_async_exception()
1782 packet->exception_number == CS_ETMV4_EXC_DATA_DEBUG || in cs_etm__is_async_exception()
1783 packet->exception_number == CS_ETMV4_EXC_IRQ || in cs_etm__is_async_exception()
1784 packet->exception_number == CS_ETMV4_EXC_FIQ) in cs_etm__is_async_exception()
1799 if (packet->exception_number == CS_ETMV3_EXC_SMC || in cs_etm__is_sync_exception()
1800 packet->exception_number == CS_ETMV3_EXC_HYP || in cs_etm__is_sync_exception()
1801 packet->exception_number == CS_ETMV3_EXC_JAZELLE_THUMBEE || in cs_etm__is_sync_exception()
1802 packet->exception_number == CS_ETMV3_EXC_UNDEFINED_INSTR || in cs_etm__is_sync_exception()
1803 packet->exception_number == CS_ETMV3_EXC_PREFETCH_ABORT || in cs_etm__is_sync_exception()
1804 packet->exception_number == CS_ETMV3_EXC_DATA_FAULT || in cs_etm__is_sync_exception()
1805 packet->exception_number == CS_ETMV3_EXC_GENERIC) in cs_etm__is_sync_exception()
1809 if (packet->exception_number == CS_ETMV4_EXC_TRAP || in cs_etm__is_sync_exception()
1810 packet->exception_number == CS_ETMV4_EXC_ALIGNMENT || in cs_etm__is_sync_exception()
1811 packet->exception_number == CS_ETMV4_EXC_INST_FAULT || in cs_etm__is_sync_exception()
1812 packet->exception_number == CS_ETMV4_EXC_DATA_FAULT) in cs_etm__is_sync_exception()
1819 if (packet->exception_number == CS_ETMV4_EXC_CALL && in cs_etm__is_sync_exception()
1831 if (packet->exception_number > CS_ETMV4_EXC_FIQ && in cs_etm__is_sync_exception()
1832 packet->exception_number <= CS_ETMV4_EXC_END) in cs_etm__is_sync_exception()