Searched refs:cput (Results 1 – 3 of 3) sorted by relevance
83 tdesc_t *cput, *cpu; in fix_small_cpu_struct() local95 if ((cput = lookup_tdesc(td, "cpu_t")) != NULL) { in fix_small_cpu_struct()96 if (cput->t_type != TYPEDEF) in fix_small_cpu_struct()98 cpu = cput->t_tdesc; in fix_small_cpu_struct()
265 static const struct cputab *cput; variable303 cput = cp; in cpu_feature_setup()336 revfmt = cput->revfmt; in cpu_setup()337 name = cput->name; in cpu_setup()371 if (cput->cpu_setup != NULL) in cpu_setup()372 cput->cpu_setup(cpuid, vers); in cpu_setup()
463 struct cputype *cput; in configfile_dynamic() local474 SLIST_FOREACH(cput, &cputype, cpu_next) in configfile_dynamic()475 cfg << "cpu\t" << cput->cpu_name << lend; in configfile_dynamic()