Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/arm64/
H A Dsleh.c1064 static const uint16_t PTRAUTH_TRAP_START = 0xC470; variable
1068 return comment >= PTRAUTH_TRAP_START && in brk_comment_is_ptrauth()
1069 comment <= PTRAUTH_TRAP_START + ptrauth_key_asdb; in brk_comment_is_ptrauth()
1099 ptrauth_key key = (ptrauth_key)(comment - PTRAUTH_TRAP_START); in ptrauth_handle_brk_trap()
1145 .base = PTRAUTH_TRAP_START,
1146 .max = PTRAUTH_TRAP_START + ptrauth_key_asdb,