Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/ !
H A Dimgact.h160 #define IMGPF_ROSETTA 0x10000000 /* load rosetta runtime */ macro
/xnu-12377.41.6/bsd/kern/ !
H A Dmach_loader.c721 pmap_flags |= (imgp->ip_flags & IMGPF_ROSETTA) ? PMAP_CREATE_ROSETTA : 0; in load_machfile()
1149 } else if (imgp->ip_flags & IMGPF_ROSETTA) { in parse_machfile()
1516 if (depth == 2 && (imgp->ip_flags & IMGPF_ROSETTA)) { in parse_machfile()
1764 if ((ret == LOAD_SUCCESS) && (depth == 1) && (imgp->ip_flags & IMGPF_ROSETTA)) { in parse_machfile()
2423 if (filetype != MH_DYLINKER && (imgp->ip_flags & IMGPF_ROSETTA) == 0 && scp->vmaddr == 0) { in load_segment()
3286 if (imgp->ip_flags & IMGPF_ROSETTA) { in load_dylinker()
H A Dkern_exec.c1369 if ((imgp->ip_flags & (IMGPF_ROSETTA | IMGPF_ALT_ROSETTA)) == 0) { in imgact_setup_sec()
2140 if (imgp->ip_flags & IMGPF_ROSETTA) { in exec_mach_imgact()
4465 imgp->ip_flags |= (IMGPF_ROSETTA | IMGPF_ALT_ROSETTA); in posix_spawn()
4470 imgp->ip_flags |= (IMGPF_ROSETTA | IMGPF_ALT_ROSETTA); in posix_spawn()
5914 imgp->ip_flags |= (IMGPF_ROSETTA | IMGPF_ALT_ROSETTA); in __mac_execve()