| /xnu-10002.41.9/osfmk/mach/ |
| H A D | machine.h | 70 typedef integer_t cpu_type_t; typedef 86 cpu_type_t cpu_type(void); 113 cpu_type_t slot_type( 138 #define CPU_TYPE_ANY ((cpu_type_t) -1) 140 #define CPU_TYPE_VAX ((cpu_type_t) 1) 145 #define CPU_TYPE_MC680x0 ((cpu_type_t) 6) 146 #define CPU_TYPE_X86 ((cpu_type_t) 7) 152 #define CPU_TYPE_MC98000 ((cpu_type_t) 10) 153 #define CPU_TYPE_HPPA ((cpu_type_t) 11) 154 #define CPU_TYPE_ARM ((cpu_type_t) 12) [all …]
|
| H A D | host_info.h | 110 cpu_type_t cpu_type; /* cpu type */ 134 cpu_type_t cpu_type; /* cpu type */ 265 cpu_type_t cpu_type; /* Preferred user-space cpu type */
|
| H A D | processor_info.h | 99 cpu_type_t cpu_type; /* type of cpu */
|
| /xnu-10002.41.9/bsd/machine/ |
| H A D | exec.h | 45 int grade_binary(cpu_type_t, cpu_subtype_t, cpu_subtype_t, bool allow_simulator_binary); 46 boolean_t binary_match(cpu_type_t mask_bits, cpu_type_t req_cpu, 47 cpu_subtype_t req_subcpu, cpu_type_t test_cpu,
|
| /xnu-10002.41.9/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() 16 cpu_type_t cpuprefs[] = { type }; in run_test() 17 cpu_type_t subcpuprefs[] = { subtype }; in run_test()
|
| H A D | posix_spawn_alt_rosetta.c | 20 cpu_type_t cpuprefs[] = { CPU_TYPE_X86_64 }; 21 cpu_type_t subcpuprefs[] = { CPU_SUBTYPE_ANY };
|
| /xnu-10002.41.9/bsd/kern/ |
| H A D | mach_fat.c | 64 cpu_type_t req_cpu_type, in fatfile_getarch() 65 cpu_type_t mask_bits, in fatfile_getarch() 76 cpu_type_t testtype; in fatfile_getarch() 184 cpu_type_t cputype, 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,
|
| H A D | mach_loader.h | 113 cpu_type_t exectype,
|
| H A D | kern_core.c | 132 cpu_type_t 135 cpu_type_t what_we_think; in process_cpu_type() 153 cpu_type_t 156 cpu_type_t what_we_think; in process_cpu_subtype()
|
| /xnu-10002.41.9/libsyscall/wrappers/spawn/ |
| H A D | spawn.h | 136 …size_t, cpu_type_t *__restrict, size_t *__restrict) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_A… 139 …size_t, cpu_type_t *__restrict, cpu_subtype_t *__restrict, size_t *__restrict) __API_AVAILABLE(mac… 145 …size_t, cpu_type_t *__restrict, size_t *__restrict) __API_AVAILABLE(macos(10.5), ios(2.0)) __SPI_A… 148 …size_t, cpu_type_t *__restrict, cpu_subtype_t *__restrict, size_t *__restrict) __API_AVAILABLE(mac…
|
| H A D | posix_spawn_filtering.c | 97 cpu_type_t *type, cpu_subtype_t *subtype, uint32_t *psa_options) in evaluate_rules() 248 cpu_type_t cputype_binpref = 0; in _posix_spawn_with_filter()
|
| /xnu-10002.41.9/osfmk/vm/ |
| H A D | vm_shared_region.h | 226 cpu_type_t sr_cpu_type; 296 cpu_type_t cpu, 317 cpu_type_t cpu,
|
| /xnu-10002.41.9/bsd/sys/ |
| H A D | ubc_internal.h | 108 cpu_type_t csb_cpu_type; 239 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 | signalvar.h | 246 cpu_type_t process_cpu_type(struct proc * core_proc); 247 cpu_type_t process_cpu_subtype(struct proc * core_proc);
|
| H A D | imgact.h | 83 cpu_type_t ip_origcputype; /* cputype of invocation file */
|
| /xnu-10002.41.9/osfmk/i386/ |
| H A D | cpu.c | 219 cpu_type_t 240 cpu_type_t
|
| H A D | cpuid.h | 433 cpu_type_t cpuid_type; /* this is *not* a cpu_type_t in our <mach/machine.h> */ 455 cpu_type_t cpuid_cpu_type; /* <mach/machine.h> */ 568 extern cpu_type_t cpuid_cputype(void);
|
| /xnu-10002.41.9/EXTERNAL_HEADERS/mach-o/ |
| H A D | fat.h | 57 cpu_type_t cputype; /* cpu specifier (int) */
|
| /xnu-10002.41.9/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()
|
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | page_decrypt.h | 69 cpu_type_t cputype;
|
| /xnu-10002.41.9/libkern/libkern/ |
| H A D | kxld.h | 60 cpu_type_t cputype,
|
| /xnu-10002.41.9/bsd/dev/arm/ |
| H A D | kern_machdep.c | 73 grade_binary(cpu_type_t exectype, cpu_subtype_t execsubtype, cpu_subtype_t execfeatures __unused, b… in grade_binary()
|
| /xnu-10002.41.9/osfmk/kdp/ |
| H A D | processor_core.c | 88 cpu_type_t core_cpu_type; /* CPU type for mach header */ 119 cpu_type_t kcc_cpu_type; /* CPU type for mach header */ 138 uint32_t mh_magic, cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper_internal() 254 cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper() 285 extern cpu_type_t 288 extern cpu_type_t 1125 cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper()
|
| /xnu-10002.41.9/libsyscall/mach/mach/ |
| H A D | mach.h | 88 extern void slot_name(cpu_type_t,
|