Home
last modified time | relevance | path

Searched refs:x86_model (Results 1 – 25 of 88) sorted by relevance

1234

/linux-6.1.9/arch/x86/kernel/cpu/
Damd.c110 if (c->x86_model == 9 || c->x86_model == 10) { in init_amd_k5()
123 if (c->x86_model < 6) { in init_amd_k6()
125 if (c->x86_model == 0) { in init_amd_k6()
132 if (c->x86_model == 6 && c->x86_stepping == 1) { in init_amd_k6()
161 if (c->x86_model < 8 || in init_amd_k6()
162 (c->x86_model == 8 && c->x86_stepping < 8)) { in init_amd_k6()
181 if ((c->x86_model == 8 && c->x86_stepping > 7) || in init_amd_k6()
182 c->x86_model == 9 || c->x86_model == 13) { in init_amd_k6()
203 if (c->x86_model == 10) { in init_amd_k6()
221 if (c->x86_model >= 6 && c->x86_model <= 10) { in init_amd_k7()
[all …]
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 == 8))) in centaur_size_cache()
233 if ((c->x86 == 6) && (c->x86_model == 9) && in centaur_size_cache()
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()
202 model = x86_model(eax); in intel_cpu_collect_info()
224 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel()
232 if ((c->x86 == 0xf && c->x86_model >= 0x03) || in early_init_intel()
233 (c->x86 == 0x6 && c->x86_model >= 0x0e)) in early_init_intel()
263 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_stepping <= 2 && in early_init_intel()
278 if (c->x86 == 0xF && c->x86_model == 0x3 in early_init_intel()
296 switch (c->x86_model) { in early_init_intel()
[all …]
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()
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()
/linux-6.1.9/arch/x86/kernel/acpi/
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 >= 0x70 && boot_cpu_data.x86_model <= 0x7f) in cpc_supported_by_cpu()
Dcstate.c53 (c->x86 > 0xf || (c->x86 == 6 && c->x86_model >= 0x0f))) in acpi_processor_power_init_bm_check()
63 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model == 0x0f && in acpi_processor_power_init_bm_check()
/linux-6.1.9/arch/x86/kernel/cpu/mce/
Dintel.c481 switch (c->x86_model) { in intel_imc_init()
511 ((c->x86_model == INTEL_FAM6_HASWELL) || in intel_filter_mce()
512 (c->x86_model == INTEL_FAM6_HASWELL_L) || in intel_filter_mce()
513 (c->x86_model == INTEL_FAM6_BROADWELL) || in intel_filter_mce()
514 (c->x86_model == INTEL_FAM6_HASWELL_G) || in intel_filter_mce()
515 (c->x86_model == INTEL_FAM6_SKYLAKE_X)) && in intel_filter_mce()
Dcore.c1852 if (c->x86 == 0x15 && c->x86_model <= 0xf) in __mcheck_cpu_apply_quirks()
1867 if (c->x86 == 6 && c->x86_model < 0x1A && this_cpu_read(mce_num_banks) > 0) in __mcheck_cpu_apply_quirks()
1874 if ((c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xe)) && in __mcheck_cpu_apply_quirks()
1882 if (c->x86 == 6 && c->x86_model <= 13 && cfg->bootlog < 0) in __mcheck_cpu_apply_quirks()
1885 if (c->x86 == 6 && c->x86_model == 45) in __mcheck_cpu_apply_quirks()
1892 if (c->x86 == 6 && c->x86_model == INTEL_FAM6_SKYLAKE_X) in __mcheck_cpu_apply_quirks()
1901 if (c->x86 > 6 || (c->x86_model == 0x19 || c->x86_model == 0x1f)) { in __mcheck_cpu_apply_quirks()
1957 if ((c->x86 == 6 && c->x86_model == 0xf && c->x86_stepping >= 0xe) || in mce_centaur_feature_init()
1977 if ((c->x86 == 7 && c->x86_model == 0x1b) || in mce_zhaoxin_feature_init()
1978 (c->x86_model == 0x19 || c->x86_model == 0x1f)) { in mce_zhaoxin_feature_init()
/linux-6.1.9/drivers/hwmon/
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()
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()
418 if (c->x86_model == 0xe && c->x86_stepping < 0xc && c->microcode < 0x39) { in chk_ucode_version()
501 if (c->x86_model > 0xe && c->x86_model != 0x1c) { in create_core_data()
Dk10temp.c331 return boot_cpu_data.x86_model < 4 || in has_erratum_319()
332 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2); in has_erratum_319()
407 ((boot_cpu_data.x86_model & 0xf0) == 0x60 || in k10temp_probe()
408 (boot_cpu_data.x86_model & 0xf0) == 0x70)) { in k10temp_probe()
416 switch (boot_cpu_data.x86_model) { in k10temp_probe()
441 switch (boot_cpu_data.x86_model) { in k10temp_probe()
/linux-6.1.9/arch/x86/include/asm/
Dgeode.h18 (boot_cpu_data.x86_model == 5)); in is_geode_gx()
25 (boot_cpu_data.x86_model == 10)); in is_geode_lx()
Dcpu_device_id.h180 u8 x86_model; member
188 .x86_model = (model), \
/linux-6.1.9/arch/x86/lib/
Dcpu.c19 unsigned int x86_model(unsigned int sig) in x86_model() function
32 EXPORT_SYMBOL_GPL(x86_model);
/linux-6.1.9/drivers/char/hw_random/
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()
/linux-6.1.9/arch/x86/crypto/
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()
/linux-6.1.9/drivers/cpufreq/
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()
Dp4-clockmod.c123 switch (c->x86_model) { in cpufreq_p4_get_frequency()
166 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping; in cpufreq_p4_cpu_init()
177 c->x86_model < 2) { in cpufreq_p4_cpu_init()
Dspeedstep-centrino.c40 __u8 x86_model; /* model */ member
280 (c->x86_model == x->x86_model) && in centrino_verify_cpu_id()
/linux-6.1.9/drivers/staging/media/atomisp/include/linux/
Datomisp_platform.h225 boot_cpu_data.x86_model == (x))
228 (boot_cpu_data.x86_model == (x) || \
229 boot_cpu_data.x86_model == (y)))
/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
Dpmu_event_filter_test.c411 return x86_family(eax) == 0x17 && x86_model(eax) <= 0x0f; in is_zen1()
417 x86_model(eax) >= 0x30 && x86_model(eax) <= 0x3f; in is_zen2()
422 return x86_family(eax) == 0x19 && x86_model(eax) <= 0x0f; in is_zen3()
/linux-6.1.9/arch/x86/events/intel/
Dp6.c251 switch (boot_cpu_data.x86_model) { in p6_pmu_init()
272 pr_cont("unsupported p6 CPU model %d ", boot_cpu_data.x86_model); in p6_pmu_init()
/linux-6.1.9/arch/x86/kvm/
Dcpuid.h147 return x86_model(best->eax); in guest_cpuid_model()
152 return boot_cpu_data.x86_model == guest_cpuid_model(vcpu); in cpuid_model_is_consistent()
/linux-6.1.9/arch/x86/platform/intel-mid/
Dintel-mid.c58 switch (boot_cpu_data.x86_model) { in intel_mid_arch_setup()

1234