Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/arm64/
H A Dstatus.c340 bool kernel_signed_pc = true; in machine_thread_state_convert_to_user() local
402 kernel_signed_pc = false; in machine_thread_state_convert_to_user()
423 if (kernel_signed_pc) { in machine_thread_state_convert_to_user()
434 if (!kernel_signed_pc && userland_diversifier != 0) { in machine_thread_state_convert_to_user()
467 if (kernel_signed_pc) { in machine_thread_state_convert_to_user()
534 bool kernel_signed_pc = !!(ts64->flags & __DARWIN_ARM_THREAD_STATE64_FLAGS_KERNEL_SIGNED_PC); in machine_thread_state_check_sigreturn_token() local
537 if (kernel_signed_pc) { in machine_thread_state_check_sigreturn_token()
631 bool kernel_signed_pc; in machine_thread_state_convert_from_user() local
679 kernel_signed_pc = !!(ts64->flags & __DARWIN_ARM_THREAD_STATE64_FLAGS_KERNEL_SIGNED_PC); in machine_thread_state_convert_from_user()
687 (kernel_signed_pc || kernel_signed_lr)) { in machine_thread_state_convert_from_user()
[all …]