Home
last modified time | relevance | path

Searched refs:ip_origcpusubtype (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/sys/ !
H A Dimgact.h84 cpu_subtype_t ip_origcpusubtype; /* subtype of invocation file */ member
/xnu-12377.1.9/bsd/kern/ !
H A Dkern_exec.c870 imgp->ip_origcpusubtype = fat_arch.cpusubtype; in exec_fat_imgact()
1369 imgp->ip_origcpusubtype != mach_header->cpusubtype) { in exec_mach_imgact()
1375 imgp->ip_origcpusubtype = mach_header->cpusubtype; in exec_mach_imgact()
1407 imgp->ip_origcputype, imgp->ip_origcpusubtype)) { in exec_mach_imgact()
1415 if (!grade_binary(imgp->ip_origcputype, imgp->ip_origcpusubtype & ~CPU_SUBTYPE_MASK, in exec_mach_imgact()
1416 imgp->ip_origcpusubtype & CPU_SUBTYPE_MASK, TRUE)) { in exec_mach_imgact()
1528 p->p_cpusubtype = imgp->ip_origcpusubtype; in exec_mach_imgact()
1602 if ((imgp->ip_origcpusubtype & ~CPU_SUBTYPE_MASK) == CPU_SUBTYPE_ARM64E && in exec_mach_imgact()
1603 CPU_SUBTYPE_ARM64_PTR_AUTH_VERSION(imgp->ip_origcpusubtype) == 0 && in exec_mach_imgact()
1626 if ((imgp->ip_origcpusubtype & ~CPU_SUBTYPE_MASK) != CPU_SUBTYPE_ARM64E && in exec_mach_imgact()
[all …]