Home | History | Annotate | Download | only in gdb

Lines Matching defs:cpu_brand

1144       char cpu_brand[20];
1166 cpu_brand[0] = '\0';
1172 strcpy (cpu_brand, brand_name[brand_idx]);
1176 strcpy (cpu_brand, " MMX");
1178 strcpy (cpu_brand, " OverDrive");
1180 strcpy (cpu_brand, " Dual");
1187 strcpy (cpu_brand, " Pro");
1190 strcpy (cpu_brand, " II");
1193 strcpy (cpu_brand, " II Xeon");
1196 strcpy (cpu_brand
1199 strcpy (cpu_brand, " III");
1209 strcpy (cpu_brand, "486/5x86");
1218 strcpy (cpu_brand, "-K5");
1222 strcpy (cpu_brand, "-K6");
1225 strcpy (cpu_brand, "-K6-2");
1228 strcpy (cpu_brand, "-K6-III");
1238 strcpy (cpu_brand, " Athlon");
1241 strcpy (cpu_brand, " Duron");
1249 cpu_brand, cpu_model, cpuid_eax & 0xf);