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
902 if (exception & EXC_PTRAUTH_BIT) { in exception_triage()903 exception &= ~EXC_PTRAUTH_BIT; in exception_triage()
1327 exception |= EXC_PTRAUTH_BIT; in handle_breakpoint()1467 exc |= EXC_PTRAUTH_BIT; in handle_pc_align()1492 exc |= EXC_PTRAUTH_BIT; in handle_sp_align()1804 exc |= EXC_PTRAUTH_BIT; in handle_user_abort()2173 exception_type_t exception = EXC_BAD_ACCESS | EXC_PTRAUTH_BIT; in handle_pac_fail()