Searched refs:PTRAUTH_TRAP_START (Results 1 – 1 of 1) sorted by relevance
1184 static const uint16_t PTRAUTH_TRAP_START = 0xC470; variable1188 return comment >= PTRAUTH_TRAP_START && in brk_comment_is_ptrauth()1189 comment <= PTRAUTH_TRAP_START + ptrauth_key_asdb; in brk_comment_is_ptrauth()1215 ptrauth_key key = (ptrauth_key)(comment - PTRAUTH_TRAP_START); in ptrauth_handle_brk_trap()1286 .base = PTRAUTH_TRAP_START,1287 .max = PTRAUTH_TRAP_START + ptrauth_key_asdb,