Searched refs:EXC_PTRAUTH_BIT (Results 1 – 3 of 3) sorted by relevance
42 #define EXC_PTRAUTH_BIT 0x200 /* bit set if exception could have been caused by ptrauth fa… macro
1106 exception |= EXC_PTRAUTH_BIT; in handle_breakpoint()1232 exc |= EXC_PTRAUTH_BIT; in handle_pc_align()1257 exc |= EXC_PTRAUTH_BIT; in handle_sp_align()1516 exc |= EXC_PTRAUTH_BIT; in handle_user_abort()1817 exception_type_t exception = EXC_BAD_ACCESS | EXC_PTRAUTH_BIT; in handle_pac_fail()
819 if (exception & EXC_PTRAUTH_BIT) { in exception_triage()820 exception &= ~EXC_PTRAUTH_BIT; in exception_triage()