Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/arm64/
H A Dstatus.c824 arm_thread_state64_t *old_ts64) in machine_thread_state_check_pac_state() argument
832 … ts64->pc != old_ts64->pc) || (!(ts64->flags & __DARWIN_ARM_THREAD_STATE64_FLAGS_IB_SIGNED_LR) && in machine_thread_state_check_pac_state()
833 … (ts64->flags & __DARWIN_ARM_THREAD_STATE64_FLAGS_KERNEL_SIGNED_LR) && (ts64->lr != old_ts64->lr || in machine_thread_state_check_pac_state()
834 (old_ts64->flags & __DARWIN_ARM_THREAD_STATE64_FLAGS_IB_SIGNED_LR)))) { in machine_thread_state_check_pac_state()
911 arm_thread_state64_t *old_ts64 = NULL; in machine_thread_state_convert_from_user() local
926 old_ts64 = thread_state64(old_unified_state); in machine_thread_state_convert_from_user()
938 old_ts64 = (arm_thread_state64_t *)old_tstate; in machine_thread_state_convert_from_user()
950 memcpy(ts64, old_ts64, sizeof(arm_thread_state64_t)); in machine_thread_state_convert_from_user()
1015 if (old_ts64 && old_count == count) { in machine_thread_state_convert_from_user()
1017 machine_thread_state_check_pac_state(ts64, old_ts64); in machine_thread_state_convert_from_user()
[all …]