Searched refs:x86_defs (Results 1 – 1 of 1) sorted by relevance
133 static x86_def_t x86_defs[] = { variable323 for (i = 0; i < ARRAY_SIZE(x86_defs); i++) { in cpu_x86_find_by_name()324 if (strcmp(name, x86_defs[i].name) == 0) { in cpu_x86_find_by_name()325 def = &x86_defs[i]; in cpu_x86_find_by_name()414 for (i = 0; i < ARRAY_SIZE(x86_defs); i++) in x86_cpu_list()415 (*cpu_fprintf)(f, "x86 %16s\n", x86_defs[i].name); in x86_cpu_list()