Searched refs:thread_setstatus_from_user (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/bsd/dev/arm/ |
| H A D | unix_signal.c | 41 extern kern_return_t thread_setstatus_from_user(thread_t thread, int flavor, 725 if (thread_setstatus_from_user(th_act, ARM_THREAD_STATE, (void *)&mctx->ss, in sigreturn_set_state32() 729 if (thread_setstatus_from_user(th_act, ARM_VFP_STATE, (void *)&mctx->fs, in sigreturn_set_state32() 775 if (thread_setstatus_from_user(th_act, ARM_THREAD_STATE64, (void *)&mctx->ss, in sigreturn_set_state64() 779 if (thread_setstatus_from_user(th_act, ARM_NEON_STATE64, (void *)&mctx->ns, in sigreturn_set_state64()
|
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | exception.c | 337 kr = thread_setstatus_from_user(thread, flavor, in exception_deliver() 435 kr = thread_setstatus_from_user(thread, flavor, in exception_deliver()
|
| H A D | thread_act.c | 926 thread_setstatus_from_user( in thread_setstatus_from_user() function
|
| H A D | thread.h | 1208 extern kern_return_t thread_setstatus_from_user(
|