Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dcommon.c196 strcpy(c->x86_model_id, "486"); in default_init()
198 strcpy(c->x86_model_id, "386"); in default_init()
835 v = (unsigned int *)c->x86_model_id; in get_model_name()
839 c->x86_model_id[48] = 0; in get_model_name()
842 p = q = s = &c->x86_model_id[0]; in get_model_name()
2013 c->x86_model_id[0] = '\0'; /* Unset */ in identify_cpu()
2080 if (!c->x86_model_id[0]) { in identify_cpu()
2084 strcpy(c->x86_model_id, p); in identify_cpu()
2087 sprintf(c->x86_model_id, "%02x/%02x", in identify_cpu()
2205 if (vendor && !strstr(c->x86_model_id, vendor)) in print_cpu_info()
[all …]
H A Damd.c716 if (!c->x86_model_id[0]) in init_amd_k8()
717 strscpy(c->x86_model_id, "Hammer"); in init_amd_k8()
/linux/drivers/platform/x86/
H A Dintel_ips.c1304 if (strstr(boot_cpu_data.x86_model_id, "CPU M")) in ips_detect_cpu()
1306 else if (strstr(boot_cpu_data.x86_model_id, "CPU L")) in ips_detect_cpu()
1308 else if (strstr(boot_cpu_data.x86_model_id, "CPU U")) in ips_detect_cpu()
/linux/arch/x86/include/asm/
H A Dprocessor.h171 char x86_model_id[64]; member
/linux/drivers/hwmon/
H A Dcoretemp.c198 if (strstr(c->x86_model_id, tjmax_table[i].id)) in adjust_tjmax()
/linux/drivers/cpufreq/
H A Dpowernow-k8.c1199 num_online_nodes(), boot_cpu_data.x86_model_id, supported_cpus); in powernowk8_init()
/linux/drivers/edac/
H A De752x_edac.c1213 char *cpu_id = cpu_data(0).x86_model_id; in e752x_init_sysbus_parity_mask()