Home
last modified time | relevance | path

Searched refs:what_we_think (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dkern_core.c134 cpu_type_t what_we_think; in process_cpu_type() local
137 what_we_think = CPU_TYPE_X86_64; in process_cpu_type()
139 what_we_think = CPU_TYPE_I386; in process_cpu_type()
143 what_we_think = CPU_TYPE_ARM64; in process_cpu_type()
145 what_we_think = CPU_TYPE_ARM; in process_cpu_type()
149 return what_we_think; in process_cpu_type()
155 cpu_type_t what_we_think; in process_cpu_subtype() local
158 what_we_think = CPU_SUBTYPE_X86_64_ALL; in process_cpu_subtype()
160 what_we_think = CPU_SUBTYPE_I386_ALL; in process_cpu_subtype()
164 what_we_think = CPU_SUBTYPE_ARM64_ALL; in process_cpu_subtype()
[all …]