Lines Matching refs:exception_number

210 		queue->packet_buffer[i].exception_number = UINT32_MAX;  in cs_etm__clear_packet_queue()
1631 if (packet->exception_number == CS_ETMV3_EXC_SVC) in cs_etm__is_syscall()
1640 if (packet->exception_number == CS_ETMV4_EXC_CALL && in cs_etm__is_syscall()
1655 if (packet->exception_number == CS_ETMV3_EXC_DEBUG_HALT || in cs_etm__is_async_exception()
1656 packet->exception_number == CS_ETMV3_EXC_ASYNC_DATA_ABORT || in cs_etm__is_async_exception()
1657 packet->exception_number == CS_ETMV3_EXC_PE_RESET || in cs_etm__is_async_exception()
1658 packet->exception_number == CS_ETMV3_EXC_IRQ || in cs_etm__is_async_exception()
1659 packet->exception_number == CS_ETMV3_EXC_FIQ) in cs_etm__is_async_exception()
1663 if (packet->exception_number == CS_ETMV4_EXC_RESET || in cs_etm__is_async_exception()
1664 packet->exception_number == CS_ETMV4_EXC_DEBUG_HALT || in cs_etm__is_async_exception()
1665 packet->exception_number == CS_ETMV4_EXC_SYSTEM_ERROR || in cs_etm__is_async_exception()
1666 packet->exception_number == CS_ETMV4_EXC_INST_DEBUG || in cs_etm__is_async_exception()
1667 packet->exception_number == CS_ETMV4_EXC_DATA_DEBUG || in cs_etm__is_async_exception()
1668 packet->exception_number == CS_ETMV4_EXC_IRQ || in cs_etm__is_async_exception()
1669 packet->exception_number == CS_ETMV4_EXC_FIQ) in cs_etm__is_async_exception()
1684 if (packet->exception_number == CS_ETMV3_EXC_SMC || in cs_etm__is_sync_exception()
1685 packet->exception_number == CS_ETMV3_EXC_HYP || in cs_etm__is_sync_exception()
1686 packet->exception_number == CS_ETMV3_EXC_JAZELLE_THUMBEE || in cs_etm__is_sync_exception()
1687 packet->exception_number == CS_ETMV3_EXC_UNDEFINED_INSTR || in cs_etm__is_sync_exception()
1688 packet->exception_number == CS_ETMV3_EXC_PREFETCH_ABORT || in cs_etm__is_sync_exception()
1689 packet->exception_number == CS_ETMV3_EXC_DATA_FAULT || in cs_etm__is_sync_exception()
1690 packet->exception_number == CS_ETMV3_EXC_GENERIC) in cs_etm__is_sync_exception()
1694 if (packet->exception_number == CS_ETMV4_EXC_TRAP || in cs_etm__is_sync_exception()
1695 packet->exception_number == CS_ETMV4_EXC_ALIGNMENT || in cs_etm__is_sync_exception()
1696 packet->exception_number == CS_ETMV4_EXC_INST_FAULT || in cs_etm__is_sync_exception()
1697 packet->exception_number == CS_ETMV4_EXC_DATA_FAULT) in cs_etm__is_sync_exception()
1704 if (packet->exception_number == CS_ETMV4_EXC_CALL && in cs_etm__is_sync_exception()
1716 if (packet->exception_number > CS_ETMV4_EXC_FIQ && in cs_etm__is_sync_exception()
1717 packet->exception_number <= CS_ETMV4_EXC_END) in cs_etm__is_sync_exception()