Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dkern_core.c133 cpu_type_t what_we_think; in process_cpu_type() local
136 what_we_think = CPU_TYPE_X86_64; in process_cpu_type()
138 what_we_think = CPU_TYPE_I386; in process_cpu_type()
142 what_we_think = CPU_TYPE_ARM64; in process_cpu_type()
144 what_we_think = CPU_TYPE_ARM; in process_cpu_type()
148 return what_we_think; in process_cpu_type()
154 cpu_type_t what_we_think; in process_cpu_subtype() local
157 what_we_think = CPU_SUBTYPE_X86_64_ALL; in process_cpu_subtype()
159 what_we_think = CPU_SUBTYPE_I386_ALL; in process_cpu_subtype()
163 what_we_think = CPU_SUBTYPE_ARM64_ALL; in process_cpu_subtype()
[all …]