Home
last modified time | relevance | path

Searched refs:thread_getstatus_to_user (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dexception.c298 kr = thread_getstatus_to_user(thread, flavor, in exception_deliver()
374 kr = thread_getstatus_to_user(thread, flavor, in exception_deliver()
H A Dthread_act.c943 thread_getstatus_to_user( in thread_getstatus_to_user() function
H A Dthread.h1186 extern kern_return_t thread_getstatus_to_user(
/xnu-8019.80.24/bsd/dev/arm/
H A Dunix_signal.c34 extern kern_return_t thread_getstatus_to_user(thread_t act, int flavor,
92 …if (thread_getstatus_to_user(th_act, ARM_VFP_STATE, (thread_state_t) tstate, &state_count) != KERN… in sendsig_get_state32()
136 …if (thread_getstatus_to_user(th_act, ARM_NEON_STATE64, (thread_state_t) tstate, &state_count) != K… in sendsig_get_state64()