Searched refs:what_we_think (Results 1 – 1 of 1) sorted by relevance
130 cpu_type_t what_we_think; in process_cpu_type() local133 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() local154 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()[all …]