Searched refs:IMGPF_NOJOP (Results 1 – 3 of 3) sorted by relevance
155 #define IMGPF_NOJOP 0x80000000 macro
1125 imgp->ip_flags &= ~IMGPF_NOJOP; in exec_mach_imgact()1127 imgp->ip_flags |= IMGPF_NOJOP; in exec_mach_imgact()1323 (imgp->ip_flags & IMGPF_NOJOP) == 0) { in exec_mach_imgact()3736 ml_task_set_disable_user_jop(new_task, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in posix_spawn()3737 ml_thread_set_disable_user_jop(imgp->ip_new_thread, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in posix_spawn()4646 ml_task_set_disable_user_jop(new_task, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()4647 ml_thread_set_disable_user_jop(imgp->ip_new_thread, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()5501 (imgp->ip_flags & IMGPF_NOJOP); in is_arm64e_running_as_arm64()
364 if (imgp->ip_flags & IMGPF_NOJOP) { in arm64e_plugin_host()467 pmap_flags |= (imgp->ip_flags & IMGPF_NOJOP) ? PMAP_CREATE_DISABLE_JOP : 0; in load_machfile()692 imgp->ip_flags |= IMGPF_NOJOP; in load_machfile()