Searched refs:thread_state32 (Results 1 – 3 of 3) sorted by relevance
122 static const xstate_info_t thread_state32[] = { variable410 flavor = thread_state32[sig_xstate].flavor; in sendsig()411 state_count = thread_state32[sig_xstate].state_count; in sendsig()444 ua_sp -= thread_state32[sig_xstate].mcontext_size; in sendsig()510 if (copyout((caddr_t)&mctx_store, ua_mctxp, thread_state32[sig_xstate].mcontext_size)) { in sendsig()868 …if ((error = copyin(CAST_USER_ADDR_T(uctx32.uc_mcontext), (void *)mctxp, thread_state32[sig_xstate… in sigreturn()879 fs_flavor = thread_state32[sig_xstate].flavor; in sigreturn()880 fs_count = thread_state32[sig_xstate].state_count; in sigreturn()
263 thread_state32(arm_unified_thread_state_t *its) in thread_state32() function
226 (void)saved_state_to_thread_state32(saved_state, thread_state32(unified_state)); in handle_get_arm_thread_state()