Searched refs:cpu_type_t (Results 1 - 25 of 41) sorted by relevance

12

/darwin-on-arm/xnu/bsd/machine/
H A Dexec.h44 int grade_binary(cpu_type_t, cpu_subtype_t);
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dfat.h41 * <mach/machine.h> is needed here for the cpu_type_t and cpu_subtype_t types
57 cpu_type_t cputype; /* cpu specifier (int) */
H A Dloader.h32 * <mach/machine.h> is needed here for the cpu_type_t and cpu_subtype_t types
56 cpu_type_t cputype; /* cpu specifier */
74 cpu_type_t cputype; /* cpu specifier */
/darwin-on-arm/xnu/osfmk/mach/
H A Dmachine.h69 typedef integer_t cpu_type_t; typedef
85 cpu_type_t cpu_type(void);
112 cpu_type_t slot_type(
136 #define CPU_TYPE_ANY ((cpu_type_t) -1)
138 #define CPU_TYPE_VAX ((cpu_type_t) 1)
139 /* skip ((cpu_type_t) 2) */
140 /* skip ((cpu_type_t) 3) */
141 /* skip ((cpu_type_t) 4) */
142 /* skip ((cpu_type_t) 5) */
143 #define CPU_TYPE_MC680x0 ((cpu_type_t)
[all...]
H A Dprocessor_info.h99 cpu_type_t cpu_type; /* type of cpu */
H A Dhost_info.h108 cpu_type_t cpu_type; /* cpu type */
124 cpu_type_t cpu_type; /* cpu type */
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dkern_machdep.c51 int grade_binary(cpu_type_t exectype, __unused cpu_subtype_t execsubtype)
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dkern_machdep.c52 grade_binary(cpu_type_t exectype, __unused cpu_subtype_t execsubtype)
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_fat.c67 cpu_type_t req_cpu_type,
68 cpu_type_t mask_bits,
81 cpu_type_t testtype;
82 cpu_type_t testsubtype;
H A Dkern_core.c109 static cpu_type_t process_cpu_type(proc_t proc);
110 static cpu_type_t process_cpu_subtype(proc_t proc);
123 static cpu_type_t
126 cpu_type_t what_we_think;
139 static cpu_type_t
142 cpu_type_t what_we_think;
/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h83 cpu_type_t ip_origcputype; /* cputype of invocation file */
H A Dubc_internal.h101 cpu_type_t csb_cpu_type;
188 int ubc_cs_blob_add(vnode_t, cpu_type_t, off_t, vm_address_t, vm_size_t);
H A Dspawn_internal.h101 cpu_type_t psa_binprefs[NBINPREFS]; /* cpu affinity prefs*/
H A Dubc.h72 struct cs_blob *ubc_cs_blob_get(vnode_t, cpu_type_t, off_t);
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_stubs.c46 KXLDFlags flags __unused, cpu_type_t cputype __unused,
H A Dkxld.c65 cpu_type_t cputype;
107 KXLDFlags flags, cpu_type_t cputype, cpu_subtype_t cpusubtype)
113 cpu_type_t * cputype_p = NULL;
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_util.h195 boolean_t kxld_is_32_bit(cpu_type_t)
/darwin-on-arm/xnu/libkern/libkern/
H A Dkxld.h34 #include <mach/machine.h> // cpu_type_t and cpu_subtype_t
59 cpu_type_t cputype,
H A Dmkext.h85 cpu_type_t cputype; \
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_shared_region.h89 cpu_type_t sr_cpu_type;
145 cpu_type_t cpu);
164 cpu_type_t cpu,
/darwin-on-arm/xnu/libsyscall/mach/mach/
H A Dmach.h92 extern void slot_name(cpu_type_t,
/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu.c224 cpu_type_t
245 cpu_type_t
H A Dcpuid.h291 cpu_type_t cpuid_type; /* this is *not* a cpu_type_t in our <mach/machine.h> */
313 cpu_type_t cpuid_cpu_type; /* <mach/machine.h> */
377 extern cpu_type_t cpuid_cputype(void);

Completed in 122 milliseconds

12