Home
last modified time | relevance | path

Searched refs:cpu_type_t (Results 1 – 25 of 61) sorted by relevance

123

/xnu-10002.41.9/osfmk/mach/
H A Dmachine.h70 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 Dhost_info.h110 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 Dprocessor_info.h99 cpu_type_t cpu_type; /* type of cpu */
/xnu-10002.41.9/bsd/machine/
H A Dexec.h45 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 Dposix_spawn_archpref.c10 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 Dposix_spawn_alt_rosetta.c20 cpu_type_t cpuprefs[] = { CPU_TYPE_X86_64 };
21 cpu_type_t subcpuprefs[] = { CPU_SUBTYPE_ANY };
/xnu-10002.41.9/bsd/kern/
H A Dmach_fat.c64 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 Dmach_fat.h40 load_return_t fatfile_getbestarch_for_cputype(cpu_type_t cputype, cpu_subtype_t cpusubtype,
H A Dmach_loader.h113 cpu_type_t exectype,
H A Dkern_core.c132 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 Dspawn.h136 …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 Dposix_spawn_filtering.c97 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 Dvm_shared_region.h226 cpu_type_t sr_cpu_type;
296 cpu_type_t cpu,
317 cpu_type_t cpu,
/xnu-10002.41.9/bsd/sys/
H A Dubc_internal.h108 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 Dsignalvar.h246 cpu_type_t process_cpu_type(struct proc * core_proc);
247 cpu_type_t process_cpu_subtype(struct proc * core_proc);
H A Dimgact.h83 cpu_type_t ip_origcputype; /* cputype of invocation file */
/xnu-10002.41.9/osfmk/i386/
H A Dcpu.c219 cpu_type_t
240 cpu_type_t
H A Dcpuid.h433 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 Dfat.h57 cpu_type_t cputype; /* cpu specifier (int) */
/xnu-10002.41.9/bsd/dev/i386/
H A Dkern_machdep.c55 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 Dpage_decrypt.h69 cpu_type_t cputype;
/xnu-10002.41.9/libkern/libkern/
H A Dkxld.h60 cpu_type_t cputype,
/xnu-10002.41.9/bsd/dev/arm/
H A Dkern_machdep.c73 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 Dprocessor_core.c88 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 Dmach.h88 extern void slot_name(cpu_type_t,

123