Searched refs:old_ts64 (Results 1 – 1 of 1) sorted by relevance
494 arm_thread_state64_t *old_ts64) in machine_thread_state_check_pac_state() argument502 … ts64->pc != old_ts64->pc) || (!(ts64->flags & __DARWIN_ARM_THREAD_STATE64_FLAGS_IB_SIGNED_LR) && in machine_thread_state_check_pac_state()503 … (ts64->flags & __DARWIN_ARM_THREAD_STATE64_FLAGS_KERNEL_SIGNED_LR) && (ts64->lr != old_ts64->lr || in machine_thread_state_check_pac_state()504 (old_ts64->flags & __DARWIN_ARM_THREAD_STATE64_FLAGS_IB_SIGNED_LR)))) { in machine_thread_state_check_pac_state()582 arm_thread_state64_t *old_ts64 = NULL; in machine_thread_state_convert_from_user() local601 old_ts64 = thread_state64(old_unified_state); in machine_thread_state_convert_from_user()613 old_ts64 = (arm_thread_state64_t *)old_tstate; in machine_thread_state_convert_from_user()672 if (old_ts64 && old_count == count) { in machine_thread_state_convert_from_user()674 machine_thread_state_check_pac_state(ts64, old_ts64); in machine_thread_state_convert_from_user()679 ts64->pc = old_ts64->pc; in machine_thread_state_convert_from_user()[all …]