Searched refs:ip_origcputype (Results 1 – 4 of 4) sorted by relevance
83 cpu_type_t ip_origcputype; /* cputype of invocation file */ member
597 if (imgp->ip_origcputype != 0) { in exec_shell_imgact()756 if (imgp->ip_origcputype != 0) { in exec_fat_imgact()843 imgp->ip_origcputype = fat_arch.cputype; in exec_fat_imgact()1195 if (imgp->ip_origcputype != 0) { in exec_mach_imgact()1197 if (imgp->ip_origcputype != mach_header->cputype || in exec_mach_imgact()1203 imgp->ip_origcputype = mach_header->cputype; in exec_mach_imgact()1236 imgp->ip_origcputype, imgp->ip_origcpusubtype)) { in exec_mach_imgact()1244 if (!grade_binary(imgp->ip_origcputype, imgp->ip_origcpusubtype & ~CPU_SUBTYPE_MASK, in exec_mach_imgact()1250 if (validate_potential_simulator_binary(imgp->ip_origcputype, imgp, in exec_mach_imgact()1356 p->p_cputype = imgp->ip_origcputype; in exec_mach_imgact()[all …]
3266 if (imgp->ip_origcputype == CPU_TYPE_X86_64) { in load_rosetta()3268 } else if (imgp->ip_origcputype == CPU_TYPE_ARM64) { in load_rosetta()3299 if (imgp->ip_origcputype == CPU_TYPE_X86_64) { in load_rosetta()
1339 cpu_type_t cpu_type = (imgp == NULL) ? CPU_TYPE_ANY : imgp->ip_origcputype; in mac_vnode_check_signature()