Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/arm64/
H A Dsleh.c1183 static const uint16_t PTRAUTH_TRAP_START = 0xC470; variable
1187 return comment >= PTRAUTH_TRAP_START && in brk_comment_is_ptrauth()
1188 comment <= PTRAUTH_TRAP_START + ptrauth_key_asdb; in brk_comment_is_ptrauth()
1214 ptrauth_key key = (ptrauth_key)(comment - PTRAUTH_TRAP_START); in ptrauth_handle_brk_trap()
1285 .base = PTRAUTH_TRAP_START,
1286 .max = PTRAUTH_TRAP_START + ptrauth_key_asdb,