Searched refs:cpu_list (Results 1 – 1 of 1) sorted by relevance
34 struct cpu_list struct40 static struct cpu_list cpu_list[] = { variable56 for (int i = 0; i < sizeof (cpu_list) / sizeof (struct cpu_list); i++) in get_midr_from_mcpu()57 if (strcmp (mcpu, cpu_list[i].name) == 0) in get_midr_from_mcpu()58 return cpu_list[i].midr; in get_midr_from_mcpu()
Completed in 3 milliseconds