Searched refs:thread_state32 (Results 1 – 3 of 3) sorted by relevance
123 static const xstate_info_t thread_state32[] = { variable417 flavor = thread_state32[sig_xstate].flavor; in sendsig()418 state_count = thread_state32[sig_xstate].state_count; in sendsig()451 ua_sp -= thread_state32[sig_xstate].mcontext_size; in sendsig()517 if (copyout((caddr_t)&mctx_store, ua_mctxp, thread_state32[sig_xstate].mcontext_size)) { in sendsig()878 …if ((error = copyin(CAST_USER_ADDR_T(uctx32.uc_mcontext), (void *)mctxp, thread_state32[sig_xstate… in sigreturn()889 fs_flavor = thread_state32[sig_xstate].flavor; in sigreturn()890 fs_count = thread_state32[sig_xstate].state_count; in sigreturn()
273 thread_state32(arm_unified_thread_state_t *its) in thread_state32() function
232 (void)saved_state_to_thread_state32(saved_state, thread_state32(unified_state)); in handle_get_arm_thread_state()