Lines Matching refs:what_we_think
134 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()
166 what_we_think = CPU_SUBTYPE_ARM_ALL; in process_cpu_subtype()
169 return what_we_think; in process_cpu_subtype()