Searched refs:cpu_subtype_t (Results 1 - 25 of 26) sorted by relevance

12

/darwin-on-arm/xnu/osfmk/mach/
H A Dmachine.h70 typedef integer_t cpu_subtype_t; typedef
87 cpu_subtype_t cpu_subtype(void);
115 cpu_subtype_t slot_subtype(
186 #define CPU_SUBTYPE_MULTIPLE ((cpu_subtype_t) -1)
187 #define CPU_SUBTYPE_LITTLE_ENDIAN ((cpu_subtype_t) 0)
188 #define CPU_SUBTYPE_BIG_ENDIAN ((cpu_subtype_t) 1)
201 #define CPU_SUBTYPE_VAX_ALL ((cpu_subtype_t) 0)
202 #define CPU_SUBTYPE_VAX780 ((cpu_subtype_t) 1)
203 #define CPU_SUBTYPE_VAX785 ((cpu_subtype_t) 2)
204 #define CPU_SUBTYPE_VAX750 ((cpu_subtype_t)
[all...]
H A Dprocessor_info.h100 cpu_subtype_t cpu_subtype; /* subtype of cpu */
H A Dhost_info.h109 cpu_subtype_t cpu_subtype; /* cpu subtype */
125 cpu_subtype_t cpu_subtype; /* cpu subtype */
/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
58 cpu_subtype_t cpusubtype; /* machine specifier (int) */
H A Dloader.h32 * <mach/machine.h> is needed here for the cpu_type_t and cpu_subtype_t types
57 cpu_subtype_t cpusubtype; /* machine specifier */
75 cpu_subtype_t cpusubtype; /* machine specifier */
/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/sys/
H A Dimgact.h84 cpu_subtype_t ip_origcpusubtype; /* subtype of invocation file */
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_stubs.c47 cpu_subtype_t cpusubtype __unused)
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.c66 cpu_subtype_t cpusubtype;
107 KXLDFlags flags, cpu_type_t cputype, cpu_subtype_t cpusubtype)
H A Dkxld_object.c79 cpu_subtype_t cpusubtype;
113 cpu_type_t cputype, cpu_subtype_t cpusubtype);
205 cpu_type_t cputype, cpu_subtype_t cpusubtype, KXLDFlags flags __unused)
319 cpu_subtype_t cpusubtype __unused)
/darwin-on-arm/xnu/libkern/libkern/
H A Dkxld.h34 #include <mach/machine.h> // cpu_type_t and cpu_subtype_t
60 cpu_subtype_t cpusubtype)
H A Dmkext.h86 cpu_subtype_t cpusubtype;
/darwin-on-arm/xnu/libsyscall/mach/mach/
H A Dmach.h93 cpu_subtype_t,
/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu.c231 cpu_subtype_t
251 cpu_subtype_t
H A Dcpuid.h314 cpu_subtype_t cpuid_cpu_subtype; /* <mach/machine.h> */
378 extern cpu_subtype_t cpuid_cpusubtype(void);
H A Dcpuid.c1058 cpu_subtype_t
/darwin-on-arm/xnu/osfmk/arm/
H A Dcpu.c976 cpu_subtype_t slot_subtype(int slot_num)
996 cpu_subtype_t cpu_subtype(void)
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c59 extern cpu_subtype_t cpuid_cpusubtype(void);
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c58 extern cpu_subtype_t cpuid_cpusubtype(void);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmain.c648 cpu_subtype_t cpusubtype = _mh_execute_header.cpusubtype;
/darwin-on-arm/xnu/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c58 extern cpu_subtype_t cpuid_cpusubtype(void);

Completed in 196 milliseconds

12