Home
last modified time | relevance | path

Searched refs:PTRAUTH_TRAP_START (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/osfmk/arm64/
H A Dsleh.c1184 static const uint16_t PTRAUTH_TRAP_START = 0xC470; variable
1188 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,