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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c126 cpu_type_t what_we_think; local
129 what_we_think = CPU_TYPE_X86_64;
131 what_we_think = CPU_TYPE_I386;
134 what_we_think = CPU_TYPE_ARM;
136 return what_we_think;
142 cpu_type_t what_we_think; local
145 what_we_think = CPU_SUBTYPE_X86_64_ALL;
147 what_we_think = CPU_SUBTYPE_I386_ALL;
150 what_we_think = CPU_SUBTYPE_ARM_ALL;
152 return what_we_think;
[all...]

Completed in 18 milliseconds