Home
last modified time | relevance | path

Searched refs:x86_model_id (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dcommon.c80 strcpy(c->x86_model_id, "486"); in default_init()
82 strcpy(c->x86_model_id, "386"); in default_init()
408 v = (unsigned int *)c->x86_model_id; in get_model_name()
412 c->x86_model_id[48] = 0; in get_model_name()
415 p = q = s = &c->x86_model_id[0]; in get_model_name()
871 c->x86_model_id[0] = '\0'; /* Unset */ in identify_cpu()
931 if (!c->x86_model_id[0]) { in identify_cpu()
935 strcpy(c->x86_model_id, p); in identify_cpu()
938 sprintf(c->x86_model_id, "%02x/%02x", in identify_cpu()
1105 if (vendor && !strstr(c->x86_model_id, vendor)) in print_cpu_info()
[all …]
Dproc.c71 c->x86_model_id[0] ? c->x86_model_id : "unknown"); in show_cpuinfo()
Dcentaur.c186 sprintf(c->x86_model_id, "WinChip %s", name); in init_centaur()
Dcyrix.c190 char *buf = c->x86_model_id; in init_cyrix()
Damd.c609 if (!c->x86_model_id[0]) in init_amd_k8()
610 strcpy(c->x86_model_id, "Hammer"); in init_amd_k8()
Dintel.c497 strcpy(c->x86_model_id, p); in init_intel()
/linux-4.4.14/drivers/cpufreq/
Dspeedstep-centrino.c240 strcmp(cpu->x86_model_id, model->model_name) == 0)) in centrino_cpu_init_table()
247 cpu->x86_model_id); in centrino_cpu_init_table()
254 cpu->x86_model_id); in centrino_cpu_init_table()
Dspeedstep-lib.c313 (strstr(c->x86_model_id, in speedstep_detect_processor()
Dpowernow-k8.c1222 num_online_nodes(), boot_cpu_data.x86_model_id, supported_cpus); in powernowk8_init()
/linux-4.4.14/drivers/platform/x86/
Dintel_ips.c1390 if (strstr(boot_cpu_data.x86_model_id, "CPU M")) in ips_detect_cpu()
1392 else if (strstr(boot_cpu_data.x86_model_id, "CPU L")) in ips_detect_cpu()
1394 else if (strstr(boot_cpu_data.x86_model_id, "CPU U")) in ips_detect_cpu()
/linux-4.4.14/arch/x86/include/asm/
Dprocessor.h114 char x86_model_id[64]; member
/linux-4.4.14/drivers/hwmon/
Dcoretemp.c265 if (strstr(c->x86_model_id, tjmax_table[i].id)) in adjust_tjmax()
/linux-4.4.14/drivers/edac/
De752x_edac.c1215 char *cpu_id = cpu_data(0).x86_model_id; in e752x_init_sysbus_parity_mask()