Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/arm/
H A Dmachine_routines.h1290 void ml_thread_set_disable_user_jop(thread_t thread, uint8_t disable_user_jop);
/xnu-8792.61.2/osfmk/arm64/
H A Dmachine_routines.c2344 ml_thread_set_disable_user_jop(thread_t thread, uint8_t disable_user_jop) in ml_thread_set_disable_user_jop() function
/xnu-8792.61.2/bsd/kern/
H A Dkern_exec.c4061 ml_thread_set_disable_user_jop(imgp->ip_new_thread, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in posix_spawn()
5022 ml_thread_set_disable_user_jop(imgp->ip_new_thread, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()