Home
last modified time | relevance | path

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

12

/xnu-10063.141.1/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(
188 #define CPU_SUBTYPE_ANY ((cpu_subtype_t) -1)
201 #define CPU_SUBTYPE_MULTIPLE ((cpu_subtype_t) -1)
202 #define CPU_SUBTYPE_LITTLE_ENDIAN ((cpu_subtype_t) 0)
203 #define CPU_SUBTYPE_BIG_ENDIAN ((cpu_subtype_t) 1)
216 #define CPU_SUBTYPE_VAX_ALL ((cpu_subtype_t) 0)
217 #define CPU_SUBTYPE_VAX780 ((cpu_subtype_t) 1)
218 #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-10063.141.1/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()
73 grade_binary(cpu_type_t exectype, cpu_subtype_t execsubtype, cpu_subtype_t execfeatures __unused, b… in grade_binary()
76 cpu_subtype_t hostsubtype = in grade_binary()
79 cpu_subtype_t hostsubtype = cpu_subtype(); in grade_binary()
/xnu-10063.141.1/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-10063.141.1/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-10063.141.1/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-10063.141.1/osfmk/vm/
H A Dvm_shared_region.h244 cpu_subtype_t sr_cpu_subtype;
314 cpu_subtype_t cpu_subtype,
335 cpu_subtype_t cpu_subtype,
/xnu-10063.141.1/osfmk/i386/
H A Dcpu.c226 cpu_subtype_t
246 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-10063.141.1/bsd/sys/
H A Dubc_internal.h112 cpu_subtype_t csb_cpu_subtype;
242 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-10063.141.1/EXTERNAL_HEADERS/mach-o/
H A Dfat.h58 cpu_subtype_t cpusubtype; /* machine specifier (int) */
/xnu-10063.141.1/osfmk/kern/
H A Dpage_decrypt.h70 cpu_subtype_t cpusubtype;
/xnu-10063.141.1/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.c97 cpu_type_t *type, cpu_subtype_t *subtype, uint32_t *psa_options) in evaluate_rules()
254 cpu_subtype_t cpusubtype_binpref = 0; in _posix_spawn_with_filter()
/xnu-10063.141.1/libkern/libkern/
H A Dkxld.h61 cpu_subtype_t cpusubtype,
/xnu-10063.141.1/libsyscall/mach/mach/
H A Dmach.h89 cpu_subtype_t,
/xnu-10063.141.1/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-10063.141.1/osfmk/kdp/
H A Dprocessor_core.c89 cpu_subtype_t core_cpu_subtype; /* CPU subtype for mach header */
120 cpu_subtype_t kcc_cpu_subtype; /* CPU subtype for mach header */
139 uint32_t mh_magic, cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper_internal()
258 cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) in kern_register_coredump_helper()
1169 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-10063.141.1/libkern/kxld/
H A Dkxld_reloc.h92 cpu_type_t cputype, cpu_subtype_t cpusubtype, boolean_t swap)

12