Home
last modified time | relevance | path

Searched refs:IMGPF_NOJOP (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dimgact.h155 #define IMGPF_NOJOP 0x80000000 macro
/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c1125 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()
H A Dmach_loader.c364 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()