Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/i386/
H A Dunix_signal.c122 static const xstate_info_t thread_state32[] = { variable
410 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()
/xnu-8019.80.24/osfmk/mach/arm/
H A Dthread_status.h263 thread_state32(arm_unified_thread_state_t *its) in thread_state32() function
/xnu-8019.80.24/osfmk/arm64/
H A Dstatus.c226 (void)saved_state_to_thread_state32(saved_state, thread_state32(unified_state)); in handle_get_arm_thread_state()