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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dfat.h30 * cputype and cpusubtype, the fat_header describes the file offset, file
58 cpu_subtype_t cpusubtype; /* machine specifier (int) */ member in struct:fat_arch
H A Dloader.h57 cpu_subtype_t cpusubtype; /* machine specifier */ member in struct:mach_header
75 cpu_subtype_t cpusubtype; /* machine specifier */ member in struct:mach_header_64
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_fat.c139 * Collect flags from both cputype and cpusubtype
142 (OSSwapBigToHostInt32(arch->cpusubtype) &
144 testsubtype = OSSwapBigToHostInt32(arch->cpusubtype)
178 archret->cpusubtype =
179 OSSwapBigToHostInt32(best_arch->cpusubtype);
H A Dkern_mib.c131 static int cputype, cpusubtype, cputhreadtype, cpufamily, cpu64bit; variable
346 SYSCTL_INT (_hw, OID_AUTO, cpusubtype, CTLFLAG_RD | CTLFLAG_KERN | CTLFLAG_LOCKED, &cpusubtype, 0, "");
500 cpusubtype = cpu_subtype();
H A Dkern_core.c336 mh64->cpusubtype = process_cpu_subtype(core_proc);
345 mh->cpusubtype = process_cpu_subtype(core_proc);
H A Dkern_exec.c629 arches[f].cpusubtype) & ~CPU_SUBTYPE_MASK;
634 fat_arch.cpusubtype = archsubtype;
752 imgp->ip_origcpusubtype = mach_header->cpusubtype;
H A Dmach_loader.c509 header->cpusubtype & ~CPU_SUBTYPE_MASK))
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_stubs.c47 cpu_subtype_t cpusubtype __unused)
H A Dkxld.c66 cpu_subtype_t cpusubtype; member in struct:kxld_context
107 KXLDFlags flags, cpu_type_t cputype, cpu_subtype_t cpusubtype)
128 context->cpusubtype = cpusubtype;
436 context->section_order, context->cputype, context->cpusubtype, context->flags);
105 kxld_create_context(KXLDContext **_context, KXLDAllocateCallback allocate_callback, KXLDLoggingCallback logging_callback, KXLDFlags flags, cpu_type_t cputype, cpu_subtype_t cpusubtype) argument
H A Dkxld_object.c79 cpu_subtype_t cpusubtype; member in struct:kxld_object
113 cpu_type_t cputype, cpu_subtype_t cpusubtype);
205 cpu_type_t cputype, cpu_subtype_t cpusubtype, KXLDFlags flags __unused)
226 rval = get_target_machine_info(object, cputype, cpusubtype);
246 object->cpusubtype, kxld_object_target_needs_swap(object));
319 cpu_subtype_t cpusubtype __unused)
332 object->cpusubtype = CPU_SUBTYPE_I386_ALL;
336 object->cpusubtype = CPU_SUBTYPE_X86_64_ALL;
340 object->cpusubtype = CPU_SUBTYPE_ARM_ALL;
370 object->cpusubtype
203 kxld_object_init_from_macho(KXLDObject *object, u_char *file, u_long size, const char *name, KXLDArray *section_order __unused, cpu_type_t cputype, cpu_subtype_t cpusubtype, KXLDFlags flags __unused) argument
[all...]
H A Dkxld_object.h58 cpu_type_t cputype, cpu_subtype_t cpusubtype, KXLDFlags flags)
H A Dkxld_reloc.h92 cpu_type_t cputype, cpu_subtype_t cpusubtype, boolean_t swap)
H A Dkxld_reloc.c190 cpu_subtype_t cpusubtype __unused, boolean_t swap)
/darwin-on-arm/xnu/libkern/libkern/
H A Dkxld.h52 * cpusubtype The target arch's CPU subtype (0 for host subtype)
60 cpu_subtype_t cpusubtype)
H A Dmkext.h71 * - cputype & cpusubtype - in version 1 could be CPU_TYPE_ANY
86 cpu_subtype_t cpusubtype;
103 #define MKEXT_GET_CPUSUBTYPE(hdr) (MKEXT_SWAP(MKEXT_HDR_CAST(hdr)->cpusubtype))
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_arm_common.c221 mh.cpusubtype = _mh_execute_header.cpusubtype;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmain.c648 cpu_subtype_t cpusubtype = _mh_execute_header.cpusubtype; local
650 const NXArchInfo *arch = NXGetArchInfoFromCpuType(cputype, cpusubtype);
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c725 hdr.cpusubtype = target_arch->cpusubtype;
744 hdr.cpusubtype = target_arch->cpusubtype;
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c589 mh.cpusubtype = _mh_execute_header.cpusubtype;
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp711 (long long unsigned int)_mh_execute_header.cpusubtype,
712 8 * sizeof(_mh_execute_header.cpusubtype));
4386 /* cputype */ 0, /* cpusubtype */ 0);
7903 (uint64_t) kext_mach_hdr->cpusubtype,
7904 8 * sizeof(kext_mach_hdr->cpusubtype));

Completed in 83 milliseconds