Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/cpu/
Dproc.c77 c->x86_model_id[0] ? c->x86_model_id : "unknown"); in show_cpuinfo()
Dcommon.c189 strcpy(c->x86_model_id, "486"); in default_init()
191 strcpy(c->x86_model_id, "386"); in default_init()
763 v = (unsigned int *)c->x86_model_id; in get_model_name()
767 c->x86_model_id[48] = 0; in get_model_name()
770 p = q = s = &c->x86_model_id[0]; in get_model_name()
1778 c->x86_model_id[0] = '\0'; /* Unset */ in identify_cpu()
1846 if (!c->x86_model_id[0]) { in identify_cpu()
1850 strcpy(c->x86_model_id, p); in identify_cpu()
1853 sprintf(c->x86_model_id, "%02x/%02x", in identify_cpu()
1970 if (vendor && !strstr(c->x86_model_id, vendor)) in print_cpu_info()
[all …]
Dcentaur.c208 sprintf(c->x86_model_id, "WinChip %s", name); in init_centaur()
Dcyrix.c195 char *buf = c->x86_model_id; in init_cyrix()
Damd.c722 if (!c->x86_model_id[0]) in init_amd_k8()
723 strcpy(c->x86_model_id, "Hammer"); in init_amd_k8()
Dintel.c736 strcpy(c->x86_model_id, p); in init_intel()
/linux-6.1.9/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()
/linux-6.1.9/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()
/linux-6.1.9/drivers/hwmon/
Dk10temp.c472 strstr(boot_cpu_data.x86_model_id, entry->id)) { in k10temp_probe()
Dcoretemp.c254 if (strstr(c->x86_model_id, tjmax_table[i].id)) in adjust_tjmax()
/linux-6.1.9/arch/x86/include/asm/
Dprocessor.h112 char x86_model_id[64]; member
/linux-6.1.9/drivers/edac/
De752x_edac.c1213 char *cpu_id = cpu_data(0).x86_model_id; in e752x_init_sysbus_parity_mask()