Home
last modified time | relevance | path

Searched refs:x86_stepping (Results 1 – 17 of 17) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dintel.c143 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()
H A Damd.c126 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 …]
H A Dcentaur.c155 switch (c->x86_stepping) { in init_centaur()
230 (c->x86_stepping == 1) && (size == 65)) in centaur_size_cache()
H A Dcyrix.c219 c->x86_stepping = dir1 & 0xf; in init_cyrix()
H A Dcommon.c940 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()
/linux/arch/x86/lib/
H A Dcpu.c34 unsigned int x86_stepping(unsigned int sig) in x86_stepping() function
38 EXPORT_SYMBOL_GPL(x86_stepping);
/linux/drivers/char/hw_random/
H A Dvia-rng.c165 if ((c->x86_model == 9) && (c->x86_stepping > 7)) in via_rng_init()
/linux/arch/x86/include/asm/
H A Dacpi.h102 boot_cpu_data.x86_stepping < 0x0A) in acpi_processor_cstate_check()
/linux/arch/x86/kernel/acpi/
H A Dcstate.c60 c->x86_stepping >= 0x0e)) { in acpi_processor_power_init_bm_check()
/linux/arch/x86/kernel/
H A Dasm-offsets.c39 OFFSET(CPUINFO_x86_stepping, cpuinfo_x86, x86_stepping); in common()
H A Dmpparse.c386 (boot_cpu_data.x86_model << 4) | boot_cpu_data.x86_stepping; in construct_default_ISA_mptable()
/linux/drivers/hwmon/
H A Dk8temp.c146 stepping = boot_cpu_data.x86_stepping; in k8temp_probe()
/linux/arch/x86/kvm/
H A Dcpuid.h173 return x86_stepping(best->eax); in guest_cpuid_stepping()
/linux/drivers/crypto/
H A Dpadlock-aes.c507 if (c->x86 == 6 && c->x86_model == 15 && c->x86_stepping == 2) { in padlock_init()
/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c920 if (boot_cpu_data.x86_stepping <= 4) in __check_quirks_intel()
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c2023 if ((c->x86 == 6 && c->x86_model == 0xf && c->x86_stepping >= 0xe) || in mce_centaur_feature_init()
/linux/arch/x86/events/intel/
H A Duncore_snbep.c4370 if (boot_cpu_data.x86_stepping == 11) in skx_upi_get_topology()