Searched refs:cpusubtype (Results 1 - 16 of 16) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dkern_machdep.c63 int cpusubtype = cpu_subtype(); local
75 switch (cpusubtype) {
213 if (cpusubtype == execsubtype)
216 * If we get here it is because it is a cpusubtype we
217 * don't support or a new cpusubtype that was added
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/mach-o/
H A Dfat.h33 * cputype and cpusubtype, the fat_header describes the file offset, file
59 cpu_subtype_t cpusubtype; /* machine specifier (int) */ member in struct:fat_arch
H A Dloader.h64 cpu_subtype_t cpusubtype; /* machine specifier */ member in struct:mach_header
82 cpu_subtype_t cpusubtype; /* machine specifier */ member in struct:mach_header_64
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_fat.c138 * Collect flags from both cputype and cpusubtype
141 (OSSwapBigToHostInt32(arch->cpusubtype) &
143 testsubtype = OSSwapBigToHostInt32(arch->cpusubtype)
177 archret->cpusubtype =
178 OSSwapBigToHostInt32(best_arch->cpusubtype);
H A Dkern_mib.c129 static int cputype, cpusubtype, cputhreadtype, cpufamily, cpu64bit; variable
344 SYSCTL_INT (_hw, OID_AUTO, cpusubtype, CTLFLAG_RD | CTLFLAG_KERN, &cpusubtype, 0, "");
481 cpusubtype = cpu_subtype();
551 switch (cpusubtype) {
592 if (cpusubtype == CPU_SUBTYPE_POWERPC_970 &&
H A Dkern_core.c309 mh64->cpusubtype = cpu_subtype();
318 mh->cpusubtype = cpu_subtype();
H A Dkern_exec.c386 OSSwapBigToHostInt32(mach_header->cpusubtype);
632 arches[f].cpusubtype) & ~CPU_SUBTYPE_MASK;
637 fat_arch.cpusubtype = archsubtype;
746 imgp->ip_origcpusubtype = mach_header->cpusubtype;
H A Dmach_loader.c381 header->cpusubtype & ~CPU_SUBTYPE_MASK))
/macosx-10.5.8/xnu-1228.15.4/libsa/libsa/
H A Dmkext.h39 cpu_subtype_t cpusubtype; // CPU_SUBTYPE_MULITPLE for executables member in struct:mkext_header
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach-o/
H A Dloader.h63 cpu_subtype_t cpusubtype; /* machine specifier */ member in struct:mach_header
/macosx-10.5.8/xnu-1228.15.4/libkern/mach-o/
H A Dloader.h60 cpu_subtype_t cpusubtype; /* machine specifier */ member in struct:mach_header
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c352 mh->cpusubtype = cpu_subtype();
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c375 mh->cpusubtype = cpu_subtype(); /* XXX incorrect; should match kernel */
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dkmod.c1409 header->cpusubtype = orig_header->cpusubtype;
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c821 arch[i].cpusubtype = OSSwapBigToHostInt32(arch[i].cpusubtype);
846 arch = NXFindBestFatArch(myArch->cputype, myArch->cpusubtype,
H A Dcatalogue.cpp1050 OSSwapBigToHostInt32(mkext_data->cpusubtype))) {

Completed in 111 milliseconds