Searched refs:thread_state64 (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.1.13/osfmk/kdp/ml/arm/ |
| H A D | kdp_machdep.c | 137 struct arm_thread_state64 thread_state64; in kdp_getintegerstate() local 143 bzero((char *) &thread_state64, sizeof(struct arm_thread_state64)); in kdp_getintegerstate() 145 saved_state_to_thread_state64(saved_state, &thread_state64); in kdp_getintegerstate() 147 bcopy((char *) &thread_state64, (char *) out_state, sizeof(struct arm_thread_state64)); in kdp_getintegerstate() 181 struct arm_thread_state64 thread_state64; in kdp_setintegerstate() local 184 bcopy((char *) state_in, (char *) &thread_state64, sizeof(struct arm_thread_state64)); in kdp_setintegerstate() 188 thread_state64_to_saved_state(&thread_state64, saved_state); in kdp_setintegerstate() 189 set_saved_state_cpsr(saved_state, thread_state64.cpsr); /* override CPSR sanitization */ in kdp_setintegerstate()
|
| /xnu-10002.1.13/bsd/dev/i386/ |
| H A D | unix_signal.c | 115 static const xstate_info_t thread_state64[] = { variable 273 flavor = thread_state64[sig_xstate].flavor; in sendsig() 274 state_count = thread_state64[sig_xstate].state_count; in sendsig() 312 ua_sp -= thread_state64[sig_xstate].mcontext_size; in sendsig() 350 uctx64.uc_mcsize = thread_state64[sig_xstate].mcontext_size; in sendsig() 357 if (copyout((caddr_t)&mctx_store, ua_mctxp, thread_state64[sig_xstate].mcontext_size)) { in sendsig() 509 uctx32.uc_mcsize = thread_state64[sig_xstate].mcontext_size; in sendsig() 851 …if ((error = copyin(uctx64.uc_mcontext64, (void *)mctxp, thread_state64[sig_xstate].mcontext_size)… in sigreturn() 857 fs_flavor = thread_state64[sig_xstate].flavor; in sigreturn() 858 fs_count = thread_state64[sig_xstate].state_count; in sigreturn()
|
| /xnu-10002.1.13/osfmk/arm64/ |
| H A D | status.c | 226 (void)saved_state_to_thread_state64(saved_state, thread_state64(unified_state)); in handle_get_arm_thread_state() 351 ts64 = thread_state64(unified_state); in machine_thread_state_convert_to_user() 598 ts64 = thread_state64(unified_state); in machine_thread_state_convert_from_user() 602 old_ts64 = thread_state64(old_unified_state); in machine_thread_state_convert_from_user()
|
| /xnu-10002.1.13/osfmk/mach/arm/ |
| H A D | thread_status.h | 279 thread_state64(arm_unified_thread_state_t *its) in thread_state64() function
|