Searched refs:coreselecter (Results 1 – 2 of 2) sorted by relevance
171 struct cpu_cores *coreselecter = cpu_cores_none; in cpu_identify() local181 coreselecter = cpu_implementers[i].corelist; in cpu_identify()186 for (i = 0; coreselecter[i].name; i++) { in cpu_identify()187 if (part == coreselecter[i].id) { in cpu_identify()188 part_name = coreselecter[i].name; in cpu_identify()
505 struct cpu_cores *coreselecter = cpu_cores_none; in cpu_identify() local517 coreselecter = cpu_implementers[i].corelist; in cpu_identify()522 for (i = 0; coreselecter[i].name; i++) { in cpu_identify()523 if (part == coreselecter[i].id) { in cpu_identify()524 part_name = coreselecter[i].name; in cpu_identify()2489 const struct cpu_cores *coreselecter = cpu_cores_none; in cpu_kstat_attach() local2507 coreselecter = cpu_implementers[i].corelist; in cpu_kstat_attach()2519 for (i = 0; coreselecter[i].name; i++) { in cpu_kstat_attach()2520 if (part == coreselecter[i].id) { in cpu_kstat_attach()2521 part_name = coreselecter[i].name; in cpu_kstat_attach()