Searched refs:ip_origcputype (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h83 cpu_type_t ip_origcputype; /* cputype of invocation file */ member in struct:image_params
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c750 if (!imgp->ip_origcputype) {
751 imgp->ip_origcputype = mach_header->cputype;
788 if (pref == imgp->ip_origcputype) {
797 if (!grade_binary(imgp->ip_origcputype & ~CPU_SUBTYPE_LIB64,

Completed in 25 milliseconds