Symbol: x86_stepping
arch/x86/events/intel/lbr.c
1472
&& boot_cpu_data.x86_stepping < 10) {
arch/x86/events/intel/p6.c
240
if (boot_cpu_data.x86_stepping < 9) {
arch/x86/events/intel/uncore_snbep.c
4295
if (boot_cpu_data.x86_stepping == 11)
arch/x86/events/zhaoxin/core.c
549
if ((boot_cpu_data.x86_model == 0x0f && boot_cpu_data.x86_stepping >= 0x0e) ||
arch/x86/include/asm/acpi.h
102
boot_cpu_data.x86_stepping < 0x0A)
arch/x86/include/asm/cpu.h
27
unsigned int x86_stepping(unsigned int sig);
arch/x86/include/asm/processor.h
142
__u8 x86_stepping;
arch/x86/kernel/acpi/cstate.c
60
c->x86_stepping >= 0x0e)) {
arch/x86/kernel/amd_nb.c
106
boot_cpu_data.x86_stepping >= 0x1))
arch/x86/kernel/asm-offsets.c
39
OFFSET(CPUINFO_x86_stepping, cpuinfo_x86, x86_stepping);
arch/x86/kernel/cpu/amd.c
1170
if (c->x86_model == 3 && c->x86_stepping == 0)
arch/x86/kernel/cpu/amd.c
1174
(c->x86_stepping == 0 || c->x86_stepping == 1))
arch/x86/kernel/cpu/amd.c
126
if (c->x86_model == 6 && c->x86_stepping == 1) {
arch/x86/kernel/cpu/amd.c
156
(c->x86_model == 8 && c->x86_stepping < 8)) {
arch/x86/kernel/cpu/amd.c
175
if ((c->x86_model == 8 && c->x86_stepping > 7) ||
arch/x86/kernel/cpu/amd.c
228
if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) {
arch/x86/kernel/cpu/amd.c
246
if ((c->x86_model == 6) && ((c->x86_stepping == 0) ||
arch/x86/kernel/cpu/amd.c
247
(c->x86_stepping == 1)))
arch/x86/kernel/cpu/amd.c
251
if ((c->x86_model == 7) && (c->x86_stepping == 0))
arch/x86/kernel/cpu/amd.c
261
if (((c->x86_model == 6) && (c->x86_stepping >= 2)) ||
arch/x86/kernel/cpu/amd.c
262
((c->x86_model == 7) && (c->x86_stepping >= 1)) ||
arch/x86/kernel/cpu/amd.c
645
(c->x86_model == 8 && c->x86_stepping >= 8))
arch/x86/kernel/cpu/amd.c
737
(c->x86_model == 0x41 && c->x86_stepping >= 0x2))
arch/x86/kernel/cpu/amd.c
781
(c->x86_model == 0x2 && c->x86_stepping >= 0x1))
arch/x86/kernel/cpu/amd.c
980
if (c->x86_model == 0x47 && c->x86_stepping == 0x0) {
arch/x86/kernel/cpu/centaur.c
146
switch (c->x86_stepping) {
arch/x86/kernel/cpu/centaur.c
221
(c->x86_stepping == 1) && (size == 65))
arch/x86/kernel/cpu/common.c
2008
c->x86_model = c->x86_stepping = 0; /* So far unknown... */
arch/x86/kernel/cpu/common.c
2212
if (c->x86_stepping || c->cpuid_level >= 0)
arch/x86/kernel/cpu/common.c
2213
pr_cont(", stepping: 0x%x)\n", c->x86_stepping);
arch/x86/kernel/cpu/common.c
956
c->x86_stepping = x86_stepping(tfms);
arch/x86/kernel/cpu/cyrix.c
213
c->x86_stepping = dir1 & 0xf;
arch/x86/kernel/cpu/intel.c
143
c->x86_stepping == spectre_bad_microcodes[i].stepping)
arch/x86/kernel/cpu/intel.c
233
if (c->x86_vfm == INTEL_ATOM_BONNELL && c->x86_stepping <= 2 &&
arch/x86/kernel/cpu/intel.c
247
(c->x86_stepping == 0x3 || c->x86_stepping == 0x4))
arch/x86/kernel/cpu/intel.c
354
boot_cpu_data.x86_stepping < 8) {
arch/x86/kernel/cpu/intel.c
371
c->x86_stepping >= 1 && c->x86_stepping <= 4) {
arch/x86/kernel/cpu/intel.c
413
if ((c->x86_vfm == INTEL_PENTIUM_II_KLAMATH && c->x86_stepping < 3) ||
arch/x86/kernel/cpu/intel.c
432
if (c->x86_vfm == INTEL_P4_WILLAMETTE && c->x86_stepping == 1) {
arch/x86/kernel/cpu/intel.c
447
(c->x86_stepping < 0x6 || c->x86_stepping == 0xb))
arch/x86/kernel/cpu/intel.c
597
else if (c->x86_stepping == 0 || c->x86_stepping == 5)
arch/x86/kernel/cpu/match.c
77
!(BIT(c->x86_stepping) & m->steppings))
arch/x86/kernel/cpu/mce/core.c
2023
if ((c->x86 == 6 && c->x86_model == 0xf && c->x86_stepping >= 0xe) ||
arch/x86/kernel/cpu/mce/severity.c
401
if (s->cpu_minstepping && boot_cpu_data.x86_stepping < s->cpu_minstepping)
arch/x86/kernel/cpu/microcode/intel.c
697
x86_family(eax), x86_model(eax), x86_stepping(eax));
arch/x86/kernel/cpu/microcode/intel.c
919
c->x86_stepping == 0x01 &&
arch/x86/kernel/cpu/microcode/intel.c
943
c->x86, c->x86_model, c->x86_stepping);
arch/x86/kernel/cpu/mtrr/generic.c
1030
boot_cpu_data.x86_stepping <= 7) {
arch/x86/kernel/cpu/proc.c
81
if (c->x86_stepping || c->cpuid_level >= 0)
arch/x86/kernel/cpu/proc.c
82
seq_printf(m, "stepping\t: %d\n", c->x86_stepping);
arch/x86/kernel/cpu/resctrl/core.c
996
if (boot_cpu_data.x86_stepping <= 4)
arch/x86/kernel/mpparse.c
386
(boot_cpu_data.x86_model << 4) | boot_cpu_data.x86_stepping;
arch/x86/kvm/cpuid.h
181
return x86_stepping(best->eax);
arch/x86/lib/cpu.c
38
EXPORT_SYMBOL_GPL(x86_stepping);
drivers/char/hw_random/via-rng.c
165
if ((c->x86_model == 9) && (c->x86_stepping > 7))
drivers/cpufreq/acpi-cpufreq.c
609
(c->x86_stepping == 8)) {
drivers/cpufreq/longhaul.c
777
switch (c->x86_stepping) {
drivers/cpufreq/longhaul.c
789
if (c->x86_stepping < 8) {
drivers/cpufreq/longhaul.c
816
switch (c->x86_stepping) {
drivers/cpufreq/p4-clockmod.c
166
cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping;
drivers/cpufreq/powernow-k7.c
134
if ((c->x86_model == 6) && (c->x86_stepping == 0)) {
drivers/cpufreq/speedstep-centrino.c
281
(c->x86_stepping == x->x86_stepping))
drivers/cpufreq/speedstep-centrino.c
41
__u8 x86_stepping; /* stepping */
drivers/cpufreq/speedstep-lib.c
274
pr_debug("ebx value is %x, x86_stepping is %x\n", ebx, c->x86_stepping);
drivers/cpufreq/speedstep-lib.c
276
switch (c->x86_stepping) {
drivers/cpufreq/speedstep-lib.c
363
if (c->x86_stepping == 0x01) {
drivers/crypto/padlock-aes.c
507
if (c->x86 == 6 && c->x86_model == 15 && c->x86_stepping == 2) {
drivers/edac/amd64_edac.c
3767
pvt->stepping = boot_cpu_data.x86_stepping;
drivers/edac/igen6_edac.c
366
(boot_cpu_data.x86_stepping >= 1);
drivers/edac/mce_amd.c
809
fam, x86_model(m->cpuid), x86_stepping(m->cpuid),
drivers/hwmon/coretemp.c
206
tm->stepping_mask == c->x86_stepping))
drivers/hwmon/coretemp.c
212
if (c->x86_vfm == INTEL_CORE2_MEROM && c->x86_stepping < 4)
drivers/hwmon/coretemp.c
466
if (c->x86_vfm == INTEL_CORE_YONAH && c->x86_stepping < 0xc && c->microcode < 0x39) {
drivers/hwmon/hwmon-vid.c
287
vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor);
drivers/hwmon/k10temp.c
365
(boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2);
drivers/hwmon/k8temp.c
146
stepping = boot_cpu_data.x86_stepping;
drivers/platform/x86/intel/ifs/load.c
280
boot_cpu_data.x86_stepping, ifsd->cur_batch, test->image_suffix);
drivers/platform/x86/intel/ifs/load.c
405
boot_cpu_data.x86_stepping, ifsd->cur_batch, test->image_suffix);
drivers/video/fbdev/geode/video_gx.c
126
if (cpu_data(0).x86_stepping == 1) {