Lines Matching refs:exception_number

213 		queue->packet_buffer[i].exception_number = UINT32_MAX;  in cs_etm__clear_packet_queue()
1718 if (packet->exception_number == CS_ETMV3_EXC_SVC) in cs_etm__is_syscall()
1727 if (packet->exception_number == CS_ETMV4_EXC_CALL && in cs_etm__is_syscall()
1742 if (packet->exception_number == CS_ETMV3_EXC_DEBUG_HALT || in cs_etm__is_async_exception()
1743 packet->exception_number == CS_ETMV3_EXC_ASYNC_DATA_ABORT || in cs_etm__is_async_exception()
1744 packet->exception_number == CS_ETMV3_EXC_PE_RESET || in cs_etm__is_async_exception()
1745 packet->exception_number == CS_ETMV3_EXC_IRQ || in cs_etm__is_async_exception()
1746 packet->exception_number == CS_ETMV3_EXC_FIQ) in cs_etm__is_async_exception()
1750 if (packet->exception_number == CS_ETMV4_EXC_RESET || in cs_etm__is_async_exception()
1751 packet->exception_number == CS_ETMV4_EXC_DEBUG_HALT || in cs_etm__is_async_exception()
1752 packet->exception_number == CS_ETMV4_EXC_SYSTEM_ERROR || in cs_etm__is_async_exception()
1753 packet->exception_number == CS_ETMV4_EXC_INST_DEBUG || in cs_etm__is_async_exception()
1754 packet->exception_number == CS_ETMV4_EXC_DATA_DEBUG || in cs_etm__is_async_exception()
1755 packet->exception_number == CS_ETMV4_EXC_IRQ || in cs_etm__is_async_exception()
1756 packet->exception_number == CS_ETMV4_EXC_FIQ) in cs_etm__is_async_exception()
1771 if (packet->exception_number == CS_ETMV3_EXC_SMC || in cs_etm__is_sync_exception()
1772 packet->exception_number == CS_ETMV3_EXC_HYP || in cs_etm__is_sync_exception()
1773 packet->exception_number == CS_ETMV3_EXC_JAZELLE_THUMBEE || in cs_etm__is_sync_exception()
1774 packet->exception_number == CS_ETMV3_EXC_UNDEFINED_INSTR || in cs_etm__is_sync_exception()
1775 packet->exception_number == CS_ETMV3_EXC_PREFETCH_ABORT || in cs_etm__is_sync_exception()
1776 packet->exception_number == CS_ETMV3_EXC_DATA_FAULT || in cs_etm__is_sync_exception()
1777 packet->exception_number == CS_ETMV3_EXC_GENERIC) in cs_etm__is_sync_exception()
1781 if (packet->exception_number == CS_ETMV4_EXC_TRAP || in cs_etm__is_sync_exception()
1782 packet->exception_number == CS_ETMV4_EXC_ALIGNMENT || in cs_etm__is_sync_exception()
1783 packet->exception_number == CS_ETMV4_EXC_INST_FAULT || in cs_etm__is_sync_exception()
1784 packet->exception_number == CS_ETMV4_EXC_DATA_FAULT) in cs_etm__is_sync_exception()
1791 if (packet->exception_number == CS_ETMV4_EXC_CALL && in cs_etm__is_sync_exception()
1803 if (packet->exception_number > CS_ETMV4_EXC_FIQ && in cs_etm__is_sync_exception()
1804 packet->exception_number <= CS_ETMV4_EXC_END) in cs_etm__is_sync_exception()