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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_core.c121 cpu_type_t what_we_think; local
124 what_we_think = CPU_TYPE_X86_64;
126 what_we_think = CPU_TYPE_I386;
129 return what_we_think;
135 cpu_type_t what_we_think; local
138 what_we_think = CPU_SUBTYPE_X86_64_ALL;
140 what_we_think = CPU_SUBTYPE_I386_ALL;
143 return what_we_think;

Completed in 193 milliseconds