Lines Matching refs:exception_number

250 		queue->packet_buffer[i].exception_number = UINT32_MAX;  in cs_etm__clear_packet_queue()
1744 if (packet->exception_number == CS_ETMV3_EXC_SVC) in cs_etm__is_syscall()
1753 if (packet->exception_number == CS_ETMV4_EXC_CALL && in cs_etm__is_syscall()
1768 if (packet->exception_number == CS_ETMV3_EXC_DEBUG_HALT || in cs_etm__is_async_exception()
1769 packet->exception_number == CS_ETMV3_EXC_ASYNC_DATA_ABORT || in cs_etm__is_async_exception()
1770 packet->exception_number == CS_ETMV3_EXC_PE_RESET || in cs_etm__is_async_exception()
1771 packet->exception_number == CS_ETMV3_EXC_IRQ || in cs_etm__is_async_exception()
1772 packet->exception_number == CS_ETMV3_EXC_FIQ) in cs_etm__is_async_exception()
1776 if (packet->exception_number == CS_ETMV4_EXC_RESET || in cs_etm__is_async_exception()
1777 packet->exception_number == CS_ETMV4_EXC_DEBUG_HALT || in cs_etm__is_async_exception()
1778 packet->exception_number == CS_ETMV4_EXC_SYSTEM_ERROR || in cs_etm__is_async_exception()
1779 packet->exception_number == CS_ETMV4_EXC_INST_DEBUG || in cs_etm__is_async_exception()
1780 packet->exception_number == CS_ETMV4_EXC_DATA_DEBUG || in cs_etm__is_async_exception()
1781 packet->exception_number == CS_ETMV4_EXC_IRQ || in cs_etm__is_async_exception()
1782 packet->exception_number == CS_ETMV4_EXC_FIQ) in cs_etm__is_async_exception()
1797 if (packet->exception_number == CS_ETMV3_EXC_SMC || in cs_etm__is_sync_exception()
1798 packet->exception_number == CS_ETMV3_EXC_HYP || in cs_etm__is_sync_exception()
1799 packet->exception_number == CS_ETMV3_EXC_JAZELLE_THUMBEE || in cs_etm__is_sync_exception()
1800 packet->exception_number == CS_ETMV3_EXC_UNDEFINED_INSTR || in cs_etm__is_sync_exception()
1801 packet->exception_number == CS_ETMV3_EXC_PREFETCH_ABORT || in cs_etm__is_sync_exception()
1802 packet->exception_number == CS_ETMV3_EXC_DATA_FAULT || in cs_etm__is_sync_exception()
1803 packet->exception_number == CS_ETMV3_EXC_GENERIC) in cs_etm__is_sync_exception()
1807 if (packet->exception_number == CS_ETMV4_EXC_TRAP || in cs_etm__is_sync_exception()
1808 packet->exception_number == CS_ETMV4_EXC_ALIGNMENT || in cs_etm__is_sync_exception()
1809 packet->exception_number == CS_ETMV4_EXC_INST_FAULT || in cs_etm__is_sync_exception()
1810 packet->exception_number == CS_ETMV4_EXC_DATA_FAULT) in cs_etm__is_sync_exception()
1817 if (packet->exception_number == CS_ETMV4_EXC_CALL && in cs_etm__is_sync_exception()
1829 if (packet->exception_number > CS_ETMV4_EXC_FIQ && in cs_etm__is_sync_exception()
1830 packet->exception_number <= CS_ETMV4_EXC_END) in cs_etm__is_sync_exception()