Searched refs:IMGPF_NOJOP (Results 1 – 3 of 3) sorted by relevance
164 #define IMGPF_NOJOP 0x80000000 macro
370 if (imgp->ip_flags & IMGPF_NOJOP) { in process_is_plugin_host()473 pmap_flags |= (imgp->ip_flags & IMGPF_NOJOP) ? PMAP_CREATE_DISABLE_JOP : 0; in load_machfile()707 imgp->ip_flags |= IMGPF_NOJOP; in load_machfile()713 if (result->is_rosetta && (imgp->ip_flags & IMGPF_NOJOP)) { in load_machfile()3185 imgp->ip_flags |= IMGPF_NOJOP; in load_rosetta()
1487 imgp->ip_flags &= ~IMGPF_NOJOP; in exec_mach_imgact()1489 imgp->ip_flags |= IMGPF_NOJOP; in exec_mach_imgact()1737 (imgp->ip_flags & IMGPF_NOJOP) == 0) { in exec_mach_imgact()4513 const uint8_t disable_user_jop = imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE; in posix_spawn()5535 ml_task_set_disable_user_jop(new_task, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()5536 ml_thread_set_disable_user_jop(imgp->ip_new_thread, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()5566 ml_task_set_jop_pid_from_shared_region(new_task, imgp->ip_flags & IMGPF_NOJOP); in __mac_execve()6418 (imgp->ip_flags & IMGPF_NOJOP); in is_arm64e_running_as_arm64()