Searched refs:thread_setstatus_from_user (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/bsd/dev/arm/ |
| H A D | unix_signal.c | 41 extern kern_return_t thread_setstatus_from_user(thread_t thread, int flavor, 711 if (thread_setstatus_from_user(th_act, ARM_THREAD_STATE, (void *)&mctx->ss, in sigreturn_set_state32() 715 if (thread_setstatus_from_user(th_act, ARM_VFP_STATE, (void *)&mctx->fs, in sigreturn_set_state32() 761 if (thread_setstatus_from_user(th_act, ARM_THREAD_STATE64, (void *)&mctx->ss, in sigreturn_set_state64() 765 if (thread_setstatus_from_user(th_act, ARM_NEON_STATE64, (void *)&mctx->ns, in sigreturn_set_state64()
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | exception.c | 338 kr = thread_setstatus_from_user(thread, flavor, in exception_deliver() 437 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(
|