Home
last modified time | relevance | path

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

12

/xnu-8019.80.24/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(
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 Dhost_info.h111 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 Dprocessor_info.h100 cpu_subtype_t cpu_subtype; /* subtype of cpu */
/xnu-8019.80.24/bsd/dev/arm/
H A Dkern_machdep.c21 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 Dexec.h45 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 Dkern_machdep.c55 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 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-8019.80.24/osfmk/vm/
H A Dvm_shared_region.h206 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 Dubc_internal.h108 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 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-8019.80.24/osfmk/i386/
H A Dcpu.c226 cpu_subtype_t
246 cpu_subtype_t
H A Dcpuid.h448 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 Dfat.h58 cpu_subtype_t cpusubtype; /* machine specifier (int) */
/xnu-8019.80.24/osfmk/kern/
H A Dpage_decrypt.h63 cpu_subtype_t cpusubtype;
/xnu-8019.80.24/libsyscall/wrappers/spawn/
H A Dspawn.h139 …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 Dposix_spawn_filtering.c93 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 Dkxld.h61 cpu_subtype_t cpusubtype,
/xnu-8019.80.24/libsyscall/mach/mach/
H A Dmach.h89 cpu_subtype_t,
/xnu-8019.80.24/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-8019.80.24/osfmk/kdp/
H A Dprocessor_core.c87 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 Dprocessor_core.h233 …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 Dkxld_object.h58 cpu_type_t cputype, cpu_subtype_t cpusubtype, KXLDFlags flags)

12