Home
last modified time | relevance | path

Searched refs:machine_thread_state_convert_to_user (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.81.4/bsd/dev/arm/
H A Dunix_signal.c37 extern kern_return_t machine_thread_state_convert_to_user(thread_t act, int flavor,
85 if (machine_thread_state_convert_to_user(th_act, ARM_THREAD_STATE, (thread_state_t) tstate, in sendsig_get_state32()
136 if (machine_thread_state_convert_to_user(th_act, ARM_THREAD_STATE64, (thread_state_t) tstate, in sendsig_get_state64()
/xnu-11215.81.4/osfmk/kern/
H A Dthread_act.c667 result = machine_thread_state_convert_to_user(thread, flavor, state, in thread_get_state_internal()
850 kr = machine_thread_state_convert_to_user(to_thread, flavor, in thread_convert_thread_state()
H A Dthread.h1266 extern kern_return_t machine_thread_state_convert_to_user(
/xnu-11215.81.4/osfmk/arm64/
H A Dstatus.c325 machine_thread_state_convert_to_user( in machine_thread_state_convert_to_user() function
/xnu-11215.81.4/osfmk/i386/
H A Dpcb.c853 machine_thread_state_convert_to_user( in machine_thread_state_convert_to_user() function