Searched refs:IMGPF_NOJOP (Results 1 – 3 of 3) sorted by relevance
162 #define IMGPF_NOJOP 0x80000000 macro
577 if (imgp->ip_flags & IMGPF_NOJOP) { in process_is_plugin_host()718 pmap_flags |= (imgp->ip_flags & IMGPF_NOJOP) ? PMAP_CREATE_DISABLE_JOP : 0; in load_machfile()968 imgp->ip_flags |= IMGPF_NOJOP; in load_machfile()974 if (result->is_rosetta && (imgp->ip_flags & IMGPF_NOJOP)) { in load_machfile()3467 imgp->ip_flags |= IMGPF_NOJOP; in load_rosetta()
1439 imgp->ip_flags &= ~IMGPF_NOJOP; in exec_mach_imgact()1441 imgp->ip_flags |= IMGPF_NOJOP; in exec_mach_imgact()1671 (imgp->ip_flags & IMGPF_NOJOP) == 0) { in exec_mach_imgact()4426 const uint8_t disable_user_jop = imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE; in posix_spawn()5470 ml_task_set_disable_user_jop(new_task, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()5471 ml_thread_set_disable_user_jop(imgp->ip_new_thread, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()5517 ml_task_set_jop_pid_from_shared_region(new_task, imgp->ip_flags & IMGPF_NOJOP); in __mac_execve()6369 (imgp->ip_flags & IMGPF_NOJOP); in is_arm64e_running_as_arm64()