Searched refs:x86_model_id (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/cpufreq/
H A Dspeedstep-centrino.c242 strcmp(cpu->x86_model_id, model->model_name) == 0))
249 cpu->x86_model_id);
256 cpu->x86_model_id);
H A Dspeedstep-lib.c314 (strstr(c->x86_model_id,
H A Dpowernow-k8.c1202 num_online_nodes(), boot_cpu_data.x86_model_id, supported_cpus);
/linux-master/arch/x86/kernel/cpu/
H A Dproc.c79 c->x86_model_id[0] ? c->x86_model_id : "unknown");
H A Dcommon.c183 strcpy(c->x86_model_id, "486");
185 strcpy(c->x86_model_id, "386");
785 v = (unsigned int *)c->x86_model_id;
789 c->x86_model_id[48] = 0;
792 p = q = s = &c->x86_model_id[0];
1788 c->x86_model_id[0] = '\0'; /* Unset */
1857 if (!c->x86_model_id[0]) {
1861 strcpy(c->x86_model_id, p);
1864 sprintf(c->x86_model_id, "%02x/%02x",
1976 if (vendor && !strstr(c->x86_model_id, vendo
[all...]
H A Dcyrix.c195 char *buf = c->x86_model_id;
H A Dcentaur.c204 sprintf(c->x86_model_id, "WinChip %s", name);
H A Damd.c637 if (!c->x86_model_id[0])
638 strcpy(c->x86_model_id, "Hammer");
H A Dintel.c673 strcpy(c->x86_model_id, p);
/linux-master/drivers/hwmon/
H A Dk10temp.c417 strstr(boot_cpu_data.x86_model_id, AMD_I3255_STR)) {
492 strstr(boot_cpu_data.x86_model_id, entry->id)) {
H A Dcoretemp.c184 if (strstr(c->x86_model_id, tjmax_table[i].id))
/linux-master/drivers/platform/x86/
H A Dintel_ips.c1303 if (strstr(boot_cpu_data.x86_model_id, "CPU M"))
1305 else if (strstr(boot_cpu_data.x86_model_id, "CPU L"))
1307 else if (strstr(boot_cpu_data.x86_model_id, "CPU U"))
/linux-master/arch/x86/include/asm/
H A Dprocessor.h138 char x86_model_id[64]; member in struct:cpuinfo_x86
/linux-master/drivers/edac/
H A De752x_edac.c1213 char *cpu_id = cpu_data(0).x86_model_id;

Completed in 328 milliseconds