Searched refs:IMGPF_NOJOP (Results 1 – 3 of 3) sorted by relevance
162 #define IMGPF_NOJOP 0x80000000 macro
376 if (imgp->ip_flags & IMGPF_NOJOP) { in process_is_plugin_host()479 pmap_flags |= (imgp->ip_flags & IMGPF_NOJOP) ? PMAP_CREATE_DISABLE_JOP : 0; in load_machfile()713 imgp->ip_flags |= IMGPF_NOJOP; in load_machfile()719 if (result->is_rosetta && (imgp->ip_flags & IMGPF_NOJOP)) { in load_machfile()3344 imgp->ip_flags |= IMGPF_NOJOP; in load_rosetta()
1307 imgp->ip_flags &= ~IMGPF_NOJOP; in exec_mach_imgact()1309 imgp->ip_flags |= IMGPF_NOJOP; in exec_mach_imgact()1533 (imgp->ip_flags & IMGPF_NOJOP) == 0) { in exec_mach_imgact()4252 const uint8_t disable_user_jop = imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE; in posix_spawn()5270 ml_task_set_disable_user_jop(new_task, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()5271 ml_thread_set_disable_user_jop(imgp->ip_new_thread, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()5300 ml_task_set_jop_pid_from_shared_region(new_task, imgp->ip_flags & IMGPF_NOJOP); in __mac_execve()6149 (imgp->ip_flags & IMGPF_NOJOP); in is_arm64e_running_as_arm64()