Home
last modified time | relevance | path

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

123

/arch/x86/kernel/cpu/
Damd.c94 ms = (cpu->x86_model << 4) | cpu->x86_stepping; in cpu_has_amd_erratum()
172 if (c->x86_model == 9 || c->x86_model == 10) { in init_amd_k5()
185 if (c->x86_model < 6) { in init_amd_k6()
187 if (c->x86_model == 0) { in init_amd_k6()
194 if (c->x86_model == 6 && c->x86_stepping == 1) { in init_amd_k6()
223 if (c->x86_model < 8 || in init_amd_k6()
224 (c->x86_model == 8 && c->x86_stepping < 8)) { in init_amd_k6()
243 if ((c->x86_model == 8 && c->x86_stepping > 7) || in init_amd_k6()
244 c->x86_model == 9 || c->x86_model == 13) { in init_amd_k6()
265 if (c->x86_model == 10) { in init_amd_k6()
[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()
Dmatch.c47 if (m->model != X86_MODEL_ANY && c->x86_model != m->model) in x86_match_cpu()
66 for (m = match; m->x86_family | m->x86_model; m++) { in x86_match_cpu_with_stepping()
71 if (c->x86_model != m->x86_model) in x86_match_cpu_with_stepping()
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 < 15) in early_init_intel()
[all …]
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()
/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 >= 0x30 && 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()
57 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model == 0x0f && in acpi_processor_power_init_bm_check()
/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.h278 u8 x86_model; member
286 .x86_model = (model), \
Dcpu.h39 unsigned int x86_model(unsigned int sig);
Damd_nb.h109 (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model < 0x10)) in amd_gart_present()
Dacpi.h92 boot_cpu_data.x86_model <= 0x05 && in acpi_processor_cstate_check()
/arch/x86/lib/
Dcpu.c19 unsigned int x86_model(unsigned int sig) in x86_model() function
32 EXPORT_SYMBOL_GPL(x86_model);
/arch/x86/kernel/cpu/mce/
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()
Dcore.c1888 if (c->x86 == 0x15 && c->x86_model <= 0xf) in __mcheck_cpu_apply_quirks()
1906 if (c->x86 == 6 && c->x86_model < 0x1A && this_cpu_read(mce_num_banks) > 0) in __mcheck_cpu_apply_quirks()
1913 if ((c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xe)) && in __mcheck_cpu_apply_quirks()
1921 if (c->x86 == 6 && c->x86_model <= 13 && cfg->bootlog < 0) in __mcheck_cpu_apply_quirks()
1924 if (c->x86 == 6 && c->x86_model == 45) in __mcheck_cpu_apply_quirks()
1931 if (c->x86 == 6 && c->x86_model == INTEL_FAM6_SKYLAKE_X) in __mcheck_cpu_apply_quirks()
1940 if (c->x86 > 6 || (c->x86_model == 0x19 || c->x86_model == 0x1f)) { in __mcheck_cpu_apply_quirks()
1996 if ((c->x86 == 6 && c->x86_model == 0xf && c->x86_stepping >= 0xe) || in mce_centaur_feature_init()
2016 if ((c->x86 == 7 && c->x86_model == 0x1b) || in mce_zhaoxin_feature_init()
2017 (c->x86_model == 0x19 || c->x86_model == 0x1f)) { in mce_zhaoxin_feature_init()
/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()
/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()
/arch/x86/platform/intel-mid/
Dintel-mid.c58 switch (boot_cpu_data.x86_model) { in intel_mid_arch_setup()
/arch/x86/kernel/cpu/microcode/
Dintel.c84 model = x86_model(eax); in intel_cpu_collect_info()
412 x86_family(eax), x86_model(eax), x86_stepping(eax)); in load_builtin_intel_microcode()
662 if ((c->x86_model >= 5) || (c->x86 > 6)) { in collect_cpu_info()
836 c->x86_model == INTEL_FAM6_BROADWELL_X && in is_blacklisted()
861 c->x86, c->x86_model, c->x86_stepping); in request_microcode_fw()
/arch/x86/kernel/
Dasm-offsets_32.c17 OFFSET(CPUINFO_x86_model, cpuinfo_x86, x86_model); in foo()
/arch/um/include/asm/
Dcpufeature.h139 boot_cpu_data.x86_model
/arch/x86/kvm/
Dcpuid.h157 return x86_model(best->eax); in guest_cpuid_model()
162 return boot_cpu_data.x86_model == guest_cpuid_model(vcpu); in cpuid_model_is_consistent()
/arch/x86/events/zhaoxin/
Dcore.c549 if ((boot_cpu_data.x86_model == 0x0f && boot_cpu_data.x86_stepping >= 0x0e) || in zhaoxin_pmu_init()
550 boot_cpu_data.x86_model == 0x19) { in zhaoxin_pmu_init()
575 switch (boot_cpu_data.x86_model) { in zhaoxin_pmu_init()
/arch/x86/events/amd/
Dibs.c785 if (boot_cpu_data.x86 != 0x19 || boot_cpu_data.x86_model > 0xF || in perf_ibs_get_mem_lvl()
851 (boot_cpu_data.x86_model <= 0xF || in perf_ibs_cache_hit_st_valid()
852 (boot_cpu_data.x86_model >= 0x20 && in perf_ibs_cache_hit_st_valid()
853 boot_cpu_data.x86_model <= 0x5F))) { in perf_ibs_cache_hit_st_valid()
945 if (boot_cpu_data.x86 == 0x19 && boot_cpu_data.x86_model <= 0xF && in perf_ibs_get_op_data2()
1202 if (boot_cpu_data.x86 == 0x19 && boot_cpu_data.x86_model < 0x10) in perf_ibs_fetch_init()
/arch/x86/kernel/cpu/resctrl/
Dpseudo_lock.c91 switch (boot_cpu_data.x86_model) { in get_prefetch_disable_bits()
1084 switch (boot_cpu_data.x86_model) { in measure_l2_residency()
1123 switch (boot_cpu_data.x86_model) { in measure_l3_residency()
1142 if (boot_cpu_data.x86_model == INTEL_FAM6_BROADWELL_X) { in measure_l3_residency()

123