Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dimgact.h162 #define IMGPF_NOJOP 0x80000000 macro
/xnu-12377.81.4/bsd/kern/
H A Dmach_loader.c577 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()
979 imgp->ip_flags |= IMGPF_NOJOP; in load_machfile()
985 if (result->is_rosetta && (imgp->ip_flags & IMGPF_NOJOP)) { in load_machfile()
3478 imgp->ip_flags |= IMGPF_NOJOP; in load_rosetta()
H A Dkern_exec.c1883 imgp->ip_flags &= ~IMGPF_NOJOP; in exec_mach_imgact()
1885 imgp->ip_flags |= IMGPF_NOJOP; in exec_mach_imgact()
2115 (imgp->ip_flags & IMGPF_NOJOP) == 0) { in exec_mach_imgact()
4906 const uint8_t disable_user_jop = imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE; in posix_spawn()
5980 ml_task_set_disable_user_jop(new_task, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()
5981 ml_thread_set_disable_user_jop(imgp->ip_new_thread, imgp->ip_flags & IMGPF_NOJOP ? TRUE : FALSE); in __mac_execve()
6038 ml_task_set_jop_pid_from_shared_region(new_task, imgp->ip_flags & IMGPF_NOJOP); in __mac_execve()
6890 (imgp->ip_flags & IMGPF_NOJOP); in is_arm64e_running_as_arm64()