Home
last modified time | relevance | path

Searched refs:cpu_subtype_t (Results 1 – 25 of 50) sorted by relevance

12

/xnu-12377.81.4/osfmk/mach/
H A Dmachine.h71 typedef integer_t cpu_subtype_t; typedef
88 cpu_subtype_t cpu_subtype(void);
116 cpu_subtype_t slot_subtype(
189 #define CPU_SUBTYPE_ANY ((cpu_subtype_t) -1)
202 #define CPU_SUBTYPE_MULTIPLE ((cpu_subtype_t) -1)
203 #define CPU_SUBTYPE_LITTLE_ENDIAN ((cpu_subtype_t) 0)
204 #define CPU_SUBTYPE_BIG_ENDIAN ((cpu_subtype_t) 1)
217 #define CPU_SUBTYPE_VAX_ALL ((cpu_subtype_t) 0)
218 #define CPU_SUBTYPE_VAX780 ((cpu_subtype_t) 1)
219 #define CPU_SUBTYPE_VAX785 ((cpu_subtype_t) 2)
[all …]
H A Dhost_info.h111 cpu_subtype_t cpu_subtype; /* cpu subtype */
135 cpu_subtype_t cpu_subtype; /* cpu subtype */
290 cpu_subtype_t cpu_subtype; /* Preferred user-space cpu subtype */
H A Dprocessor_info.h100 cpu_subtype_t cpu_subtype; /* subtype of cpu */
/xnu-12377.81.4/bsd/dev/arm/
H A Dkern_machdep.c20 int ml_grade_binary(cpu_type_t, cpu_subtype_t, cpu_subtype_t, bool);
23 static cpu_subtype_t cpu_subtype32(void);
31 static cpu_subtype_t
43 grade_arm64e_binary(cpu_subtype_t execfeatures) in grade_arm64e_binary()
75 ml_grade_binary(cpu_type_t exectype, cpu_subtype_t execsubtype, cpu_subtype_t execfeatures __unused… in ml_grade_binary()
78 cpu_subtype_t hostsubtype = in ml_grade_binary()
81 cpu_subtype_t hostsubtype = cpu_subtype(); in ml_grade_binary()
/xnu-12377.81.4/bsd/dev/i386/
H A Dkern_machdep.c47 int ml_grade_binary(cpu_type_t, cpu_subtype_t, cpu_subtype_t, bool);
57 ml_grade_binary(cpu_type_t exectype, cpu_subtype_t execsubtype, cpu_subtype_t execfeatures __unused… in ml_grade_binary()
59 cpu_subtype_t hostsubtype = cpu_subtype(); in ml_grade_binary()
/xnu-12377.81.4/bsd/machine/
H A Dexec.h45 int grade_binary(cpu_type_t, cpu_subtype_t, cpu_subtype_t, bool allow_simulator_binary);
49 cpu_subtype_t req_subcpu, cpu_type_t test_cpu,
50 cpu_subtype_t test_subcpu);
/xnu-12377.81.4/bsd/kern/
H A Dmach_fat.c66 cpu_subtype_t req_subcpu_type, in fatfile_getarch()
77 cpu_subtype_t testsubtype; in fatfile_getarch()
78 cpu_subtype_t testfeatures; in fatfile_getarch()
185 cpu_subtype_t cpusubtype, in fatfile_getbestarch_for_cputype()
H A Dmach_fat.h40 load_return_t fatfile_getbestarch_for_cputype(cpu_type_t cputype, cpu_subtype_t cpusubtype,
/xnu-12377.81.4/osfmk/vm/
H A Dvm_shared_region_internal.h54 cpu_subtype_t cpu_subtype,
66 cpu_subtype_t cpu_subtype,
H A Dvm_shared_region_xnu.h189 cpu_subtype_t sr_cpu_subtype;
/xnu-12377.81.4/osfmk/i386/
H A Dcpu.c224 cpu_subtype_t
244 cpu_subtype_t
H A Dcpuid.h456 cpu_subtype_t cpuid_cpu_subtype; /* <mach/machine.h> */
569 extern cpu_subtype_t cpuid_cpusubtype(void);
/xnu-12377.81.4/bsd/sys/
H A Dubc_internal.h112 cpu_subtype_t csb_cpu_subtype;
251 vnode_t, uint32_t, cpu_type_t, cpu_subtype_t, off_t,
H A Dimgact.h84 cpu_subtype_t ip_origcpusubtype; /* subtype of invocation file */
H A Dubc.h87 struct cs_blob *ubc_cs_blob_get(vnode_t, cpu_type_t, cpu_subtype_t, off_t);
/xnu-12377.81.4/EXTERNAL_HEADERS/mach-o/
H A Dfat.h58 cpu_subtype_t cpusubtype; /* machine specifier (int) */
/xnu-12377.81.4/osfmk/kern/
H A Dpage_decrypt.h70 cpu_subtype_t cpusubtype;
/xnu-12377.81.4/libkern/libkern/
H A Dkxld.h61 cpu_subtype_t cpusubtype,
/xnu-12377.81.4/libsyscall/wrappers/spawn/
H A Dspawn.h145 …size_t, cpu_type_t *__restrict, cpu_subtype_t *__restrict, size_t *__restrict) __API_AVAILABLE(mac…
154 …size_t, cpu_type_t *__restrict, cpu_subtype_t *__restrict, size_t *__restrict) __API_AVAILABLE(mac…
H A Dposix_spawn_filtering.c114 cpu_type_t *type, cpu_subtype_t *subtype, uint32_t *psa_options, uint8_t *sec_flags) in evaluate_rules()
293 cpu_subtype_t cpusubtype_binpref = 0; in _posix_spawn_with_filter()
/xnu-12377.81.4/libsyscall/mach/mach/
H A Dmach.h89 cpu_subtype_t,
/xnu-12377.81.4/tests/
H A Dposix_spawn_archpref.c10 run_test(const char *name, cpu_type_t type, cpu_subtype_t subtype) in run_test()
H A Dmacho_size_63133398.c3198 fat_arch->cpusubtype = (cpu_subtype_t)htonl(mach_header->cpusubtype);
/xnu-12377.81.4/osfmk/kdp/
H A Dprocessor_core.c81 cpu_subtype_t core_cpu_subtype; /* CPU subtype for mach header */
113 cpu_subtype_t kcc_cpu_subtype; /* CPU subtype for mach header */
132 uint32_t mh_magic, cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper_internal()
251 cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper()
1166 cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper()
H A Dprocessor_core.h233 …description, boolean_t is64bit, uint32_t mh_magic, cpu_type_t cpu_type, cpu_subtype_t cpu_subtype);

12