Searched refs:IMGPF_NOJOP (Results 1 – 3 of 3) sorted by relevance
157 #define IMGPF_NOJOP 0x80000000 macro
374 if (imgp->ip_flags & IMGPF_NOJOP) { in arm64e_plugin_host()477 pmap_flags |= (imgp->ip_flags & IMGPF_NOJOP) ? PMAP_CREATE_DISABLE_JOP : 0; in load_machfile()702 imgp->ip_flags |= IMGPF_NOJOP; in load_machfile()708 if (result->is_rosetta && (imgp->ip_flags & IMGPF_NOJOP)) { in load_machfile()3333 imgp->ip_flags |= IMGPF_NOJOP; in load_rosetta()
1268 imgp->ip_flags &= ~IMGPF_NOJOP; in exec_mach_imgact()1270 imgp->ip_flags |= IMGPF_NOJOP; in exec_mach_imgact()1482 (imgp->ip_flags & IMGPF_NOJOP) == 0) { in exec_mach_imgact()4060 ml_task_set_disable_user_jop(new_task, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in posix_spawn()4061 ml_thread_set_disable_user_jop(imgp->ip_new_thread, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in posix_spawn()5021 ml_task_set_disable_user_jop(new_task, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()5022 ml_thread_set_disable_user_jop(imgp->ip_new_thread, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()5883 (imgp->ip_flags & IMGPF_NOJOP); in is_arm64e_running_as_arm64()