Home
last modified time | relevance | path

Searched refs:x86_model (Results 1 - 25 of 172) sorted by relevance

1234567

/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Damd.c108 ms = (cpu->x86_model << 4) | cpu->x86_stepping; in cpu_has_amd_erratum()
186 if (c->x86_model == 9 || c->x86_model == 10) { in init_amd_k5()
199 if (c->x86_model < 6) { in init_amd_k6()
201 if (c->x86_model == 0) { in init_amd_k6()
208 if (c->x86_model == 6 && c->x86_stepping == 1) { in init_amd_k6()
237 if (c->x86_model < 8 || in init_amd_k6()
238 (c->x86_model == 8 && c->x86_stepping < 8)) { in init_amd_k6()
257 if ((c->x86_model == 8 && c->x86_stepping > 7) || in init_amd_k6()
258 c->x86_model in init_amd_k6()
[all...]
H A Dcentaur.c53 if (c->x86_model >= 6 && c->x86_model <= 13) { in init_c3()
61 if (c->x86_model >= 6 && c->x86_model < 9) in init_c3()
64 if (c->x86 == 0x6 && c->x86_model >= 0xf) { in init_c3()
101 if ((c->x86 == 6 && c->x86_model >= 0xf) || in early_init_centaur()
150 switch (c->x86_model) { in init_centaur()
199 if (c->x86_model >= 8) in init_centaur()
225 if ((c->x86 == 6) && ((c->x86_model == 7) || (c->x86_model in centaur_size_cache()
[all...]
H A Dintel.c75 switch (c->x86_model) { in check_memory_type_self_snoop_errata()
109 switch (c->x86_model) { in probe_xeon_phi_r3mwait()
180 if (c->x86_model == spectre_bad_microcodes[i].model && in bad_spectre_microcode()
276 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel()
284 if ((c->x86 == 0xf && c->x86_model >= 0x03) || in early_init_intel()
285 (c->x86 == 0x6 && c->x86_model >= 0x0e)) in early_init_intel()
315 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_stepping <= 2 && in early_init_intel()
330 if (c->x86 == 0xF && c->x86_model == 0x3 in early_init_intel()
348 switch (c->x86_model) { in early_init_intel()
370 if (c->x86 == 6 && c->x86_model < 1 in early_init_intel()
[all...]
H A Dmatch.c49 if (m->model != X86_MODEL_ANY && c->x86_model != m->model) in x86_match_cpu()
68 for (m = match; m->x86_family | m->x86_model; m++) { in x86_match_cpu_with_stepping()
73 if (c->x86_model != m->x86_model) in x86_match_cpu_with_stepping()
H A Dcyrix.c218 c->x86_model = (dir1 >> 4) + 1; in init_cyrix()
250 (c->x86_model)++; in init_cyrix()
315 c->x86_model = (dir1 & 0x20) ? 1 : 2; in init_cyrix()
332 (c->x86_model)++; in init_cyrix()
381 if (c->x86 == 5 && c->x86_model == 5) in init_nsc()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Damd.c109 ms = (cpu->x86_model << 4) | cpu->x86_stepping; in cpu_has_amd_erratum()
187 if (c->x86_model == 9 || c->x86_model == 10) { in init_amd_k5()
200 if (c->x86_model < 6) { in init_amd_k6()
202 if (c->x86_model == 0) { in init_amd_k6()
209 if (c->x86_model == 6 && c->x86_stepping == 1) { in init_amd_k6()
238 if (c->x86_model < 8 || in init_amd_k6()
239 (c->x86_model == 8 && c->x86_stepping < 8)) { in init_amd_k6()
258 if ((c->x86_model == 8 && c->x86_stepping > 7) || in init_amd_k6()
259 c->x86_model in init_amd_k6()
[all...]
H A Dcentaur.c53 if (c->x86_model >= 6 && c->x86_model <= 13) { in init_c3()
61 if (c->x86_model >= 6 && c->x86_model < 9) in init_c3()
64 if (c->x86 == 0x6 && c->x86_model >= 0xf) { in init_c3()
101 if ((c->x86 == 6 && c->x86_model >= 0xf) || in early_init_centaur()
150 switch (c->x86_model) { in init_centaur()
199 if (c->x86_model >= 8) in init_centaur()
225 if ((c->x86 == 6) && ((c->x86_model == 7) || (c->x86_model in centaur_size_cache()
[all...]
H A Dintel.c69 switch (c->x86_model) { in check_memory_type_self_snoop_errata()
103 switch (c->x86_model) { in probe_xeon_phi_r3mwait()
174 if (c->x86_model == spectre_bad_microcodes[i].model && in bad_spectre_microcode()
186 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel()
194 if ((c->x86 == 0xf && c->x86_model >= 0x03) || in early_init_intel()
195 (c->x86 == 0x6 && c->x86_model >= 0x0e)) in early_init_intel()
225 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_stepping <= 2 && in early_init_intel()
240 if (c->x86 == 0xF && c->x86_model == 0x3 in early_init_intel()
258 switch (c->x86_model) { in early_init_intel()
280 if (c->x86 == 6 && c->x86_model < 1 in early_init_intel()
[all...]
H A Dmatch.c49 if (m->model != X86_MODEL_ANY && c->x86_model != m->model) in x86_match_cpu()
68 for (m = match; m->x86_family | m->x86_model; m++) { in x86_match_cpu_with_stepping()
73 if (c->x86_model != m->x86_model) in x86_match_cpu_with_stepping()
H A Dcyrix.c217 c->x86_model = (dir1 >> 4) + 1; in init_cyrix()
249 (c->x86_model)++; in init_cyrix()
314 c->x86_model = (dir1 & 0x20) ? 1 : 2; in init_cyrix()
331 (c->x86_model)++; in init_cyrix()
380 if (c->x86 == 5 && c->x86_model == 5) in init_nsc()
/kernel/linux/linux-6.6/arch/x86/kernel/acpi/
H A Dcppc.c19 if (boot_cpu_data.x86 == 0x19 && ((boot_cpu_data.x86_model <= 0x0f) || in cpc_supported_by_cpu()
20 (boot_cpu_data.x86_model >= 0x20 && boot_cpu_data.x86_model <= 0x2f))) in cpc_supported_by_cpu()
23 boot_cpu_data.x86_model >= 0x30 && boot_cpu_data.x86_model <= 0x7f) in cpc_supported_by_cpu()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dgeode.h18 (boot_cpu_data.x86_model == 5)); in is_geode_gx()
25 (boot_cpu_data.x86_model == 10)); in is_geode_lx()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dgeode.h18 (boot_cpu_data.x86_model == 5)); in is_geode_gx()
25 (boot_cpu_data.x86_model == 10)); in is_geode_lx()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H A Dintel.c482 switch (c->x86_model) { in intel_ppin_init()
533 ((c->x86_model == INTEL_FAM6_HASWELL) || in intel_filter_mce()
534 (c->x86_model == INTEL_FAM6_HASWELL_L) || in intel_filter_mce()
535 (c->x86_model == INTEL_FAM6_BROADWELL) || in intel_filter_mce()
536 (c->x86_model == INTEL_FAM6_HASWELL_G) || in intel_filter_mce()
537 (c->x86_model == INTEL_FAM6_SKYLAKE_X)) && in intel_filter_mce()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H A Dintel.c498 switch (c->x86_model) { in intel_imc_init()
528 ((c->x86_model == INTEL_FAM6_HASWELL) || in intel_filter_mce()
529 (c->x86_model == INTEL_FAM6_HASWELL_L) || in intel_filter_mce()
530 (c->x86_model == INTEL_FAM6_BROADWELL) || in intel_filter_mce()
531 (c->x86_model == INTEL_FAM6_HASWELL_G) || in intel_filter_mce()
532 (c->x86_model == INTEL_FAM6_SKYLAKE_X)) && in intel_filter_mce()
/kernel/linux/linux-5.10/arch/x86/lib/
H A Dcpu.c19 unsigned int x86_model(unsigned int sig) in x86_model() function
32 EXPORT_SYMBOL_GPL(x86_model); variable
/kernel/linux/linux-6.6/arch/x86/lib/
H A Dcpu.c19 unsigned int x86_model(unsigned int sig) in x86_model() function
32 EXPORT_SYMBOL_GPL(x86_model); variable
/kernel/linux/linux-5.10/drivers/char/hw_random/
H A Dvia-rng.c138 if (((c->x86 == 6) && (c->x86_model >= 0x0f)) || (c->x86 > 6)){ in via_rng_init()
165 if ((c->x86_model == 9) && (c->x86_stepping > 7)) in via_rng_init()
169 if (c->x86_model >= 10) in via_rng_init()
/kernel/linux/linux-6.6/drivers/char/hw_random/
H A Dvia-rng.c138 if (((c->x86 == 6) && (c->x86_model >= 0x0f)) || (c->x86 > 6)){ in via_rng_init()
165 if ((c->x86_model == 9) && (c->x86_stepping > 7)) in via_rng_init()
169 if (c->x86_model >= 10) in via_rng_init()
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dtwofish_glue_3way.c111 (boot_cpu_data.x86_model == 0x1c || in is_blacklisted_cpu()
112 boot_cpu_data.x86_model == 0x26 || in is_blacklisted_cpu()
113 boot_cpu_data.x86_model == 0x36)) { in is_blacklisted_cpu()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dcoretemp.c260 if (c->x86_model == tm->model && in adjust_tjmax()
267 if (c->x86_model == 0xf && c->x86_stepping < 4) in adjust_tjmax()
270 if (c->x86_model > 0xe && usemsr_ee) { in adjust_tjmax()
284 } else if (c->x86_model < 0x17 && !(eax & 0x10000000)) { in adjust_tjmax()
299 if (c->x86_model == 0x17 && in adjust_tjmax()
333 u8 model = c->x86_model; in cpu_has_tjmax()
425 if (c->x86_model == 0xe && c->x86_stepping < 0xc && c->microcode < 0x39) { in chk_ucode_version()
503 if (c->x86_model > 0xe && c->x86_model != 0x1c) { in create_core_data()
H A Dfam15h_power.c67 return boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60; in is_carrizo_or_later()
297 (c->x86_model <= 0xf || in fam15h_power_init_attrs()
298 (c->x86_model >= 0x60 && c->x86_model <= 0x7f))) in fam15h_power_init_attrs()
315 (c->x86_model <= 0xf || in fam15h_power_init_attrs()
316 (c->x86_model >= 0x60 && c->x86_model <= 0x7f))) in fam15h_power_init_attrs()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dcoretemp.c181 if (c->x86_model == tm->model && in adjust_tjmax()
188 if (c->x86_model == 0xf && c->x86_stepping < 4) in adjust_tjmax()
191 if (c->x86_model > 0xe && usemsr_ee) { in adjust_tjmax()
205 } else if (c->x86_model < 0x17 && !(eax & 0x10000000)) { in adjust_tjmax()
220 if (c->x86_model == 0x17 && in adjust_tjmax()
254 u8 model = c->x86_model; in cpu_has_tjmax()
464 if (c->x86_model == 0xe && c->x86_stepping < 0xc && c->microcode < 0x39) { in chk_ucode_version()
545 if (c->x86_model > 0xe && c->x86_model != 0x1c) in create_core_data()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dspeedstep-lib.c186 if (c->x86_model < 2) in pentium4_get_frequency()
259 pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model); in speedstep_detect_processor()
268 if (c->x86_model != 2) in speedstep_detect_processor()
324 switch (c->x86_model) { in speedstep_detect_processor()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dspeedstep-lib.c186 if (c->x86_model < 2) in pentium4_get_frequency()
259 pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model); in speedstep_detect_processor()
268 if (c->x86_model != 2) in speedstep_detect_processor()
324 switch (c->x86_model) { in speedstep_detect_processor()

Completed in 14 milliseconds

1234567