Searched refs:what_we_think (Results 1 – 1 of 1) sorted by relevance
190 cpu_type_t what_we_think; in process_cpu_type() local193 what_we_think = CPU_TYPE_X86_64; in process_cpu_type()195 what_we_think = CPU_TYPE_I386; in process_cpu_type()199 what_we_think = CPU_TYPE_ARM64; in process_cpu_type()201 what_we_think = CPU_TYPE_ARM; in process_cpu_type()205 return what_we_think; in process_cpu_type()211 cpu_type_t what_we_think; in process_cpu_subtype() local214 what_we_think = CPU_SUBTYPE_X86_64_ALL; in process_cpu_subtype()216 what_we_think = CPU_SUBTYPE_I386_ALL; in process_cpu_subtype()220 what_we_think = CPU_SUBTYPE_ARM64_ALL; in process_cpu_subtype()[all …]