Searched refs:EXC_PTRAUTH_BIT (Results 1 – 3 of 3) sorted by relevance
48 #define EXC_PTRAUTH_BIT 0x200 /* Set if the exception was caused by a ptrauth fai… macro
952 if (exception & EXC_PTRAUTH_BIT) { in exception_triage()953 exception &= ~EXC_PTRAUTH_BIT; in exception_triage()
1447 exception |= EXC_PTRAUTH_BIT; in handle_user_breakpoint()1622 exc |= EXC_PTRAUTH_BIT; in handle_pc_align()1647 exc |= EXC_PTRAUTH_BIT; in handle_sp_align()1964 exc |= EXC_PTRAUTH_BIT; in handle_user_abort()2390 exception_type_t exception = EXC_BAD_ACCESS | EXC_PTRAUTH_BIT; in handle_pac_fail()