Lines Matching defs:cpu
187 * The cpu structure grows, with the addition of a machcpu member, if
188 * _MACHDEP is defined. This means that, for example, the cpu structure
189 * in unix is different from the cpu structure in genunix. As one might
200 tdesc_t *cput, *cpu;
207 * We're going to take the circuitous route finding the cpu structure,
215 cpu = cput->t_tdesc;
217 cpu = lookup_tdesc(td, "cpu");
220 if (cpu == NULL)
223 if (!streq(cpu->t_name, "cpu") || cpu->t_type != STRUCT)
226 for (ml = cpu->t_members, lml = NULL; ml;
260 debug(3, "Adding cpu_m machcpu %s to cpu struct\n",