Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dkern_core.c193 cpu_type_t what_we_think; in process_cpu_type() local
196 what_we_think = CPU_TYPE_X86_64; in process_cpu_type()
198 what_we_think = CPU_TYPE_I386; in process_cpu_type()
202 what_we_think = CPU_TYPE_ARM64; in process_cpu_type()
204 what_we_think = CPU_TYPE_ARM; in process_cpu_type()
208 return what_we_think; in process_cpu_type()
214 cpu_type_t what_we_think; in process_cpu_subtype() local
217 what_we_think = CPU_SUBTYPE_X86_64_ALL; in process_cpu_subtype()
219 what_we_think = CPU_SUBTYPE_I386_ALL; in process_cpu_subtype()
223 what_we_think = CPU_SUBTYPE_ARM64_ALL; in process_cpu_subtype()
[all …]