Home
last modified time | relevance | path

Searched refs:coreselecter (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/arch/arm/arm/
Dcpu.c171 struct cpu_cores *coreselecter = cpu_cores_none; in cpu_identify() local
181 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()
/openbsd/src/sys/arch/arm64/arm64/
Dcpu.c505 struct cpu_cores *coreselecter = cpu_cores_none; in cpu_identify() local
517 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() local
2507 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()