Searched refs:PTRAUTH_TRAPS_START (Results 1 – 1 of 1) sorted by relevance
1008 static const uint16_t PTRAUTH_TRAPS_START = 0xC470; variable1012 return comment >= PTRAUTH_TRAPS_START && in brk_comment_is_ptrauth()1013 comment <= PTRAUTH_TRAPS_START + ptrauth_key_asdb; in brk_comment_is_ptrauth()1043 ptrauth_key key = (ptrauth_key)(comment - PTRAUTH_TRAPS_START); in ptrauth_handle_brk_trap()1078 .base = PTRAUTH_TRAPS_START,1079 .max = PTRAUTH_TRAPS_START + ptrauth_key_asdb,