Searched refs:cpu_names (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/arm/arm/
H A Didentcpu-v6.c72 } cpu_names[] = { variable in typeref:struct:__anon1
270 for(i = 0; i < nitems(cpu_names); i++) {
271 if (cpu_names[i].implementer == cpuinfo.implementer &&
272 cpu_names[i].part_number == cpuinfo.part_number) {
275 cpu_names[i].impl_name, cpu_names[i].core_name,
284 if (i >= nitems(cpu_names))
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c1752 static const char * const cpu_names[] = TARGET_CPU_DEFAULT_NAMES;
1908 ix86_tune_string = cpu_names [TARGET_CPU_DEFAULT];
1749 static const char * const cpu_names[] = TARGET_CPU_DEFAULT_NAMES; local

Completed in 190 milliseconds