Lines Matching refs:kernel_signed_pc
339 bool kernel_signed_pc = true; in machine_thread_state_convert_to_user() local
401 kernel_signed_pc = false; in machine_thread_state_convert_to_user()
421 if (kernel_signed_pc) { in machine_thread_state_convert_to_user()
432 if (!kernel_signed_pc && userland_diversifier != 0) { in machine_thread_state_convert_to_user()
465 if (kernel_signed_pc) { in machine_thread_state_convert_to_user()
532 bool kernel_signed_pc = !!(ts64->flags & __DARWIN_ARM_THREAD_STATE64_FLAGS_KERNEL_SIGNED_PC); in machine_thread_state_check_sigreturn_token() local
535 if (kernel_signed_pc) { in machine_thread_state_check_sigreturn_token()
585 bool kernel_signed_pc; in machine_thread_state_convert_from_user() local
664 kernel_signed_pc = !!(ts64->flags & __DARWIN_ARM_THREAD_STATE64_FLAGS_KERNEL_SIGNED_PC); in machine_thread_state_convert_from_user()
672 (kernel_signed_pc || kernel_signed_lr)) { in machine_thread_state_convert_from_user()
679 kernel_signed_pc) { in machine_thread_state_convert_from_user()
716 if (!kernel_signed_pc && userland_diversifier != 0) { in machine_thread_state_convert_from_user()