| /xnu-8019.80.24/osfmk/mach/ |
| H A D | machine.h | 71 typedef integer_t cpu_subtype_t; typedef 88 cpu_subtype_t cpu_subtype(void); 116 cpu_subtype_t slot_subtype( 187 #define CPU_SUBTYPE_ANY ((cpu_subtype_t) -1) 200 #define CPU_SUBTYPE_MULTIPLE ((cpu_subtype_t) -1) 201 #define CPU_SUBTYPE_LITTLE_ENDIAN ((cpu_subtype_t) 0) 202 #define CPU_SUBTYPE_BIG_ENDIAN ((cpu_subtype_t) 1) 215 #define CPU_SUBTYPE_VAX_ALL ((cpu_subtype_t) 0) 216 #define CPU_SUBTYPE_VAX780 ((cpu_subtype_t) 1) 217 #define CPU_SUBTYPE_VAX785 ((cpu_subtype_t) 2) [all …]
|
| H A D | host_info.h | 111 cpu_subtype_t cpu_subtype; /* cpu subtype */ 135 cpu_subtype_t cpu_subtype; /* cpu subtype */ 266 cpu_subtype_t cpu_subtype; /* Preferred user-space cpu subtype */
|
| H A D | processor_info.h | 100 cpu_subtype_t cpu_subtype; /* subtype of cpu */
|
| /xnu-8019.80.24/bsd/dev/arm/ |
| H A D | kern_machdep.c | 21 static cpu_subtype_t cpu_subtype32(void); 29 static cpu_subtype_t 41 grade_arm64e_binary(cpu_subtype_t execfeatures) in grade_arm64e_binary() 76 grade_binary(cpu_type_t exectype, cpu_subtype_t execsubtype, cpu_subtype_t execfeatures __unused, b… in grade_binary() 79 cpu_subtype_t hostsubtype = in grade_binary() 82 cpu_subtype_t hostsubtype = cpu_subtype(); in grade_binary()
|
| /xnu-8019.80.24/bsd/machine/ |
| H A D | exec.h | 45 int grade_binary(cpu_type_t, cpu_subtype_t, cpu_subtype_t, bool allow_simulator_binary); 47 cpu_subtype_t req_subcpu, cpu_type_t test_cpu, 48 cpu_subtype_t test_subcpu);
|
| /xnu-8019.80.24/bsd/dev/i386/ |
| H A D | kern_machdep.c | 55 grade_binary(cpu_type_t exectype, cpu_subtype_t execsubtype, cpu_subtype_t execfeatures __unused, b… in grade_binary() 57 cpu_subtype_t hostsubtype = cpu_subtype(); in grade_binary()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | mach_fat.c | 66 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 D | mach_fat.h | 40 load_return_t fatfile_getbestarch_for_cputype(cpu_type_t cputype, cpu_subtype_t cpusubtype,
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_shared_region.h | 206 cpu_subtype_t sr_cpu_subtype; 269 cpu_subtype_t cpu_subtype, 289 cpu_subtype_t cpu_subtype,
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | ubc_internal.h | 108 cpu_subtype_t csb_cpu_subtype; 225 int ubc_cs_blob_add(vnode_t, uint32_t, cpu_type_t, cpu_subtype_t, off_t, vm_address_t *, vm_siz…
|
| H A D | imgact.h | 84 cpu_subtype_t ip_origcpusubtype; /* subtype of invocation file */
|
| H A D | ubc.h | 87 struct cs_blob *ubc_cs_blob_get(vnode_t, cpu_type_t, cpu_subtype_t, off_t);
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | cpu.c | 226 cpu_subtype_t 246 cpu_subtype_t
|
| H A D | cpuid.h | 448 cpu_subtype_t cpuid_cpu_subtype; /* <mach/machine.h> */ 560 extern cpu_subtype_t cpuid_cpusubtype(void);
|
| /xnu-8019.80.24/EXTERNAL_HEADERS/mach-o/ |
| H A D | fat.h | 58 cpu_subtype_t cpusubtype; /* machine specifier (int) */
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | page_decrypt.h | 63 cpu_subtype_t cpusubtype;
|
| /xnu-8019.80.24/libsyscall/wrappers/spawn/ |
| H A D | spawn.h | 139 …size_t, cpu_type_t *__restrict, cpu_subtype_t *__restrict, size_t *__restrict) __API_AVAILABLE(mac… 148 …size_t, cpu_type_t *__restrict, cpu_subtype_t *__restrict, size_t *__restrict) __API_AVAILABLE(mac…
|
| H A D | posix_spawn_filtering.c | 93 cpu_type_t *type, cpu_subtype_t *subtype, uint32_t *psa_options) in evaluate_rules() 245 cpu_subtype_t cpusubtype_binpref = 0; in _posix_spawn_with_filter()
|
| /xnu-8019.80.24/libkern/libkern/ |
| H A D | kxld.h | 61 cpu_subtype_t cpusubtype,
|
| /xnu-8019.80.24/libsyscall/mach/mach/ |
| H A D | mach.h | 89 cpu_subtype_t,
|
| /xnu-8019.80.24/tests/ |
| H A D | posix_spawn_archpref.c | 10 run_test(const char *name, cpu_type_t type, cpu_subtype_t subtype) in run_test()
|
| H A D | macho_size_63133398.c | 3198 fat_arch->cpusubtype = (cpu_subtype_t)htonl(mach_header->cpusubtype);
|
| /xnu-8019.80.24/osfmk/kdp/ |
| H A D | processor_core.c | 87 cpu_subtype_t core_cpu_subtype; /* CPU subtype for mach header */ 118 cpu_subtype_t kcc_cpu_subtype; /* CPU subtype for mach header */ 131 uint32_t mh_magic, cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper_internal() 240 cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper() 990 cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper()
|
| H A D | processor_core.h | 233 …description, boolean_t is64bit, uint32_t mh_magic, cpu_type_t cpu_type, cpu_subtype_t cpu_subtype);
|
| /xnu-8019.80.24/libkern/kxld/ |
| H A D | kxld_object.h | 58 cpu_type_t cputype, cpu_subtype_t cpusubtype, KXLDFlags flags)
|