Searched refs:PTRAUTH_TRAP_START (Results 1 – 1 of 1) sorted by relevance
1172 static const uint16_t PTRAUTH_TRAP_START = 0xC470; variable1176 return comment >= PTRAUTH_TRAP_START && in brk_comment_is_ptrauth()1177 comment <= PTRAUTH_TRAP_START + ptrauth_key_asdb; in brk_comment_is_ptrauth()1207 ptrauth_key key = (ptrauth_key)(comment - PTRAUTH_TRAP_START); in ptrauth_handle_brk_trap()1262 .base = PTRAUTH_TRAP_START,1263 .max = PTRAUTH_TRAP_START + ptrauth_key_asdb,