Searched refs:x86_stepping (Results 1 – 17 of 17) sorted by relevance
143 c->x86_stepping == spectre_bad_microcodes[i].stepping) in bad_spectre_microcode()233 if (c->x86_vfm == INTEL_ATOM_BONNELL && c->x86_stepping <= 2 && in early_init_intel()249 (c->x86_stepping == 0x3 || c->x86_stepping == 0x4)) in early_init_intel()356 boot_cpu_data.x86_stepping < 8) { in ppro_with_ram_bug()373 c->x86_stepping >= 1 && c->x86_stepping <= 4) { in intel_smp_check()415 if ((c->x86_vfm == INTEL_PENTIUM_II_KLAMATH && c->x86_stepping < 3) || in intel_workarounds()434 if (c->x86_vfm == INTEL_P4_WILLAMETTE && c->x86_stepping == 1) { in intel_workarounds()449 (c->x86_stepping < 0x6 || c->x86_stepping == 0xb)) in intel_workarounds()599 else if (c->x86_stepping == 0 || c->x86_stepping == 5) in init_intel()
126 if (c->x86_model == 6 && c->x86_stepping == 1) { in init_amd_k6()156 (c->x86_model == 8 && c->x86_stepping < 8)) { in init_amd_k6()175 if ((c->x86_model == 8 && c->x86_stepping > 7) || in init_amd_k6()228 if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) { in init_amd_k7()246 if ((c->x86_model == 6) && ((c->x86_stepping == 0) || in init_amd_k7()247 (c->x86_stepping == 1))) in init_amd_k7()251 if ((c->x86_model == 7) && (c->x86_stepping == 0)) in init_amd_k7()261 if (((c->x86_model == 6) && (c->x86_stepping >= 2)) || in init_amd_k7()262 ((c->x86_model == 7) && (c->x86_stepping >= 1)) || in init_amd_k7()645 (c->x86_model == 8 && c->x86_stepping >= 8)) in early_init_amd()[all …]
155 switch (c->x86_stepping) { in init_centaur()230 (c->x86_stepping == 1) && (size == 65)) in centaur_size_cache()
219 c->x86_stepping = dir1 & 0xf; in init_cyrix()
940 c->x86_stepping = x86_stepping(tfms); in cpu_detect()1984 c->x86_model = c->x86_stepping = 0; /* So far unknown... */ in identify_cpu()2194 if (c->x86_stepping || c->cpuid_level >= 0) in print_cpu_info()2195 pr_cont(", stepping: 0x%x)\n", c->x86_stepping); in print_cpu_info()
34 unsigned int x86_stepping(unsigned int sig) in x86_stepping() function38 EXPORT_SYMBOL_GPL(x86_stepping);
165 if ((c->x86_model == 9) && (c->x86_stepping > 7)) in via_rng_init()
102 boot_cpu_data.x86_stepping < 0x0A) in acpi_processor_cstate_check()
60 c->x86_stepping >= 0x0e)) { in acpi_processor_power_init_bm_check()
39 OFFSET(CPUINFO_x86_stepping, cpuinfo_x86, x86_stepping); in common()
386 (boot_cpu_data.x86_model << 4) | boot_cpu_data.x86_stepping; in construct_default_ISA_mptable()
146 stepping = boot_cpu_data.x86_stepping; in k8temp_probe()
173 return x86_stepping(best->eax); in guest_cpuid_stepping()
507 if (c->x86 == 6 && c->x86_model == 15 && c->x86_stepping == 2) { in padlock_init()
920 if (boot_cpu_data.x86_stepping <= 4) in __check_quirks_intel()
2023 if ((c->x86 == 6 && c->x86_model == 0xf && c->x86_stepping >= 0xe) || in mce_centaur_feature_init()
4370 if (boot_cpu_data.x86_stepping == 11) in skx_upi_get_topology()