Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/arm64/
H A Dstatus.c380 uintptr_t stripped_lr = (uintptr_t)ptrauth_strip((void *)ts64->lr, in machine_thread_state_convert_to_user() local
382 if (ts64->lr != stripped_lr) { in machine_thread_state_convert_to_user()
663 uintptr_t stripped_lr = (uintptr_t)ptrauth_strip((void *)ts64->lr, in machine_thread_state_convert_from_user() local
665 if (ts64->lr == stripped_lr) { in machine_thread_state_convert_from_user()