Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/arm64/
H A Dsleh.c978 static const uint16_t PTRAUTH_TRAPS_START = 0xC470; variable
982 return comment >= PTRAUTH_TRAPS_START && in brk_comment_is_ptrauth()
983 comment <= PTRAUTH_TRAPS_START + ptrauth_key_asdb; in brk_comment_is_ptrauth()
1013 ptrauth_key key = (ptrauth_key)(comment - PTRAUTH_TRAPS_START); in ptrauth_handle_brk_trap()
1048 .base = PTRAUTH_TRAPS_START,
1049 .max = PTRAUTH_TRAPS_START + ptrauth_key_asdb,