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
1069 exception |= EXC_PTRAUTH_BIT; in handle_breakpoint()1195 exc |= EXC_PTRAUTH_BIT; in handle_pc_align()1220 exc |= EXC_PTRAUTH_BIT; in handle_sp_align()1477 exc |= EXC_PTRAUTH_BIT; in handle_user_abort()1758 exception_type_t exception = EXC_BAD_ACCESS | EXC_PTRAUTH_BIT; in handle_pac_fail()
809 if (exception & EXC_PTRAUTH_BIT) { in exception_triage()810 exception &= ~EXC_PTRAUTH_BIT; in exception_triage()