Lines Matching refs:what_we_think
130 cpu_type_t what_we_think; in process_cpu_type() local
133 what_we_think = CPU_TYPE_X86_64; in process_cpu_type()
135 what_we_think = CPU_TYPE_I386; in process_cpu_type()
139 what_we_think = CPU_TYPE_ARM64; in process_cpu_type()
141 what_we_think = CPU_TYPE_ARM; in process_cpu_type()
145 return what_we_think; in process_cpu_type()
151 cpu_type_t what_we_think; in process_cpu_subtype() local
154 what_we_think = CPU_SUBTYPE_X86_64_ALL; in process_cpu_subtype()
156 what_we_think = CPU_SUBTYPE_I386_ALL; in process_cpu_subtype()
160 what_we_think = CPU_SUBTYPE_ARM64_ALL; in process_cpu_subtype()
162 what_we_think = CPU_SUBTYPE_ARM_ALL; in process_cpu_subtype()
165 return what_we_think; in process_cpu_subtype()