Home
last modified time | relevance | path

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

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