Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dcommon.c100 strcpy(c->x86_model_id, "486"); in default_init()
102 strcpy(c->x86_model_id, "386"); in default_init()
655 v = (unsigned int *)c->x86_model_id; in get_model_name()
659 c->x86_model_id[48] = 0; in get_model_name()
662 p = q = s = &c->x86_model_id[0]; in get_model_name()
1611 c->x86_model_id[0] = '\0'; /* Unset */ in identify_cpu()
1679 if (!c->x86_model_id[0]) { in identify_cpu()
1683 strcpy(c->x86_model_id, p); in identify_cpu()
1686 sprintf(c->x86_model_id, "%02x/%02x", in identify_cpu()
1804 if (vendor && !strstr(c->x86_model_id, vendor)) in print_cpu_info()
[all …]
Dproc.c77 c->x86_model_id[0] ? c->x86_model_id : "unknown"); in show_cpuinfo()
Dcentaur.c208 sprintf(c->x86_model_id, "WinChip %s", name); in init_centaur()
Dcyrix.c194 char *buf = c->x86_model_id; in init_cyrix()
Damd.c774 if (!c->x86_model_id[0]) in init_amd_k8()
775 strcpy(c->x86_model_id, "Hammer"); in init_amd_k8()
Dintel.c697 strcpy(c->x86_model_id, p); in init_intel()
/kernel/linux/linux-5.10/drivers/cpufreq/
Dspeedstep-centrino.c242 strcmp(cpu->x86_model_id, model->model_name) == 0)) in centrino_cpu_init_table()
249 cpu->x86_model_id); in centrino_cpu_init_table()
256 cpu->x86_model_id); in centrino_cpu_init_table()
Dspeedstep-lib.c314 (strstr(c->x86_model_id, in speedstep_detect_processor()
Dpowernow-k8.c1201 num_online_nodes(), boot_cpu_data.x86_model_id, supported_cpus); in powernowk8_init()
/kernel/linux/linux-5.10/drivers/platform/x86/
Dintel_ips.c1322 if (strstr(boot_cpu_data.x86_model_id, "CPU M")) in ips_detect_cpu()
1324 else if (strstr(boot_cpu_data.x86_model_id, "CPU L")) in ips_detect_cpu()
1326 else if (strstr(boot_cpu_data.x86_model_id, "CPU U")) in ips_detect_cpu()
/kernel/linux/linux-5.10/drivers/hwmon/
Dk10temp.c464 strstr(boot_cpu_data.x86_model_id, entry->id)) { in k10temp_probe()
Dcoretemp.c252 if (strstr(c->x86_model_id, tjmax_table[i].id)) in adjust_tjmax()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dprocessor.h112 char x86_model_id[64]; member
/kernel/linux/linux-5.10/drivers/edac/
De752x_edac.c1214 char *cpu_id = cpu_data(0).x86_model_id; in e752x_init_sysbus_parity_mask()