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
951 if (exception & EXC_PTRAUTH_BIT) { in exception_triage()952 exception &= ~EXC_PTRAUTH_BIT; in exception_triage()
1465 exception |= EXC_PTRAUTH_BIT; in handle_user_breakpoint()1641 exc |= EXC_PTRAUTH_BIT; in handle_pc_align()1666 exc |= EXC_PTRAUTH_BIT; in handle_sp_align()1982 exc |= EXC_PTRAUTH_BIT; in handle_user_abort()2428 exception_type_t exception = EXC_BAD_ACCESS | EXC_PTRAUTH_BIT; in handle_pac_fail()