Lines Matching refs:exception_number

253 		queue->packet_buffer[i].exception_number = UINT32_MAX;  in cs_etm__clear_packet_queue()
1773 if (packet->exception_number == CS_ETMV3_EXC_SVC) in cs_etm__is_syscall()
1782 if (packet->exception_number == CS_ETMV4_EXC_CALL && in cs_etm__is_syscall()
1797 if (packet->exception_number == CS_ETMV3_EXC_DEBUG_HALT || in cs_etm__is_async_exception()
1798 packet->exception_number == CS_ETMV3_EXC_ASYNC_DATA_ABORT || in cs_etm__is_async_exception()
1799 packet->exception_number == CS_ETMV3_EXC_PE_RESET || in cs_etm__is_async_exception()
1800 packet->exception_number == CS_ETMV3_EXC_IRQ || in cs_etm__is_async_exception()
1801 packet->exception_number == CS_ETMV3_EXC_FIQ) in cs_etm__is_async_exception()
1805 if (packet->exception_number == CS_ETMV4_EXC_RESET || in cs_etm__is_async_exception()
1806 packet->exception_number == CS_ETMV4_EXC_DEBUG_HALT || in cs_etm__is_async_exception()
1807 packet->exception_number == CS_ETMV4_EXC_SYSTEM_ERROR || in cs_etm__is_async_exception()
1808 packet->exception_number == CS_ETMV4_EXC_INST_DEBUG || in cs_etm__is_async_exception()
1809 packet->exception_number == CS_ETMV4_EXC_DATA_DEBUG || in cs_etm__is_async_exception()
1810 packet->exception_number == CS_ETMV4_EXC_IRQ || in cs_etm__is_async_exception()
1811 packet->exception_number == CS_ETMV4_EXC_FIQ) in cs_etm__is_async_exception()
1826 if (packet->exception_number == CS_ETMV3_EXC_SMC || in cs_etm__is_sync_exception()
1827 packet->exception_number == CS_ETMV3_EXC_HYP || in cs_etm__is_sync_exception()
1828 packet->exception_number == CS_ETMV3_EXC_JAZELLE_THUMBEE || in cs_etm__is_sync_exception()
1829 packet->exception_number == CS_ETMV3_EXC_UNDEFINED_INSTR || in cs_etm__is_sync_exception()
1830 packet->exception_number == CS_ETMV3_EXC_PREFETCH_ABORT || in cs_etm__is_sync_exception()
1831 packet->exception_number == CS_ETMV3_EXC_DATA_FAULT || in cs_etm__is_sync_exception()
1832 packet->exception_number == CS_ETMV3_EXC_GENERIC) in cs_etm__is_sync_exception()
1836 if (packet->exception_number == CS_ETMV4_EXC_TRAP || in cs_etm__is_sync_exception()
1837 packet->exception_number == CS_ETMV4_EXC_ALIGNMENT || in cs_etm__is_sync_exception()
1838 packet->exception_number == CS_ETMV4_EXC_INST_FAULT || in cs_etm__is_sync_exception()
1839 packet->exception_number == CS_ETMV4_EXC_DATA_FAULT) in cs_etm__is_sync_exception()
1846 if (packet->exception_number == CS_ETMV4_EXC_CALL && in cs_etm__is_sync_exception()
1858 if (packet->exception_number > CS_ETMV4_EXC_FIQ && in cs_etm__is_sync_exception()
1859 packet->exception_number <= CS_ETMV4_EXC_END) in cs_etm__is_sync_exception()