/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | match.c | 52 !(BIT(c->x86_stepping) & m->steppings)) in x86_match_cpu() 75 if (c->x86_stepping != m->x86_stepping) in x86_match_cpu_with_stepping()
|
H A D | amd.c | 109 ms = (cpu->x86_model << 4) | cpu->x86_stepping; in cpu_has_amd_erratum() 209 if (c->x86_model == 6 && c->x86_stepping == 1) { in init_amd_k6() 239 (c->x86_model == 8 && c->x86_stepping < 8)) { in init_amd_k6() 258 if ((c->x86_model == 8 && c->x86_stepping > 7) || in init_amd_k6() 311 if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) { in init_amd_k7() 329 if ((c->x86_model == 6) && ((c->x86_stepping == 0) || in init_amd_k7() 330 (c->x86_stepping == 1))) in init_amd_k7() 334 if ((c->x86_model == 7) && (c->x86_stepping == 0)) in init_amd_k7() 344 if (((c->x86_model == 6) && (c->x86_stepping >= 2)) || in init_amd_k7() 345 ((c->x86_model == 7) && (c->x86_stepping > in init_amd_k7() [all...] |
H A D | intel.c | 175 c->x86_stepping == spectre_bad_microcodes[i].stepping) in bad_spectre_microcode() 225 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_stepping <= 2 && in early_init_intel() 241 && (c->x86_stepping == 0x3 || c->x86_stepping == 0x4)) in early_init_intel() 352 boot_cpu_data.x86_stepping < 8) { in ppro_with_ram_bug() 369 c->x86_stepping >= 1 && c->x86_stepping <= 4 && in intel_smp_check() 412 if ((c->x86<<8 | c->x86_model<<4 | c->x86_stepping) < 0x633) in intel_workarounds() 430 if ((c->x86 == 15) && (c->x86_model == 1) && (c->x86_stepping == 1)) { in intel_workarounds() 445 (c->x86_stepping < in intel_workarounds() [all...] |
H A D | proc.c | 79 if (c->x86_stepping || c->cpuid_level >= 0) in show_cpuinfo() 80 seq_printf(m, "stepping\t: %d\n", c->x86_stepping); in show_cpuinfo()
|
H A D | centaur.c | 159 switch (c->x86_stepping) { in init_centaur() 234 (c->x86_stepping == 1) && (size == 65)) in centaur_size_cache()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | match.c | 52 !(BIT(c->x86_stepping) & m->steppings)) in x86_match_cpu() 75 if (c->x86_stepping != m->x86_stepping) in x86_match_cpu_with_stepping()
|
H A D | amd.c | 108 ms = (cpu->x86_model << 4) | cpu->x86_stepping; in cpu_has_amd_erratum() 208 if (c->x86_model == 6 && c->x86_stepping == 1) { in init_amd_k6() 238 (c->x86_model == 8 && c->x86_stepping < 8)) { in init_amd_k6() 257 if ((c->x86_model == 8 && c->x86_stepping > 7) || in init_amd_k6() 310 if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) { in init_amd_k7() 328 if ((c->x86_model == 6) && ((c->x86_stepping == 0) || in init_amd_k7() 329 (c->x86_stepping == 1))) in init_amd_k7() 333 if ((c->x86_model == 7) && (c->x86_stepping == 0)) in init_amd_k7() 343 if (((c->x86_model == 6) && (c->x86_stepping >= 2)) || in init_amd_k7() 344 ((c->x86_model == 7) && (c->x86_stepping > in init_amd_k7() [all...] |
H A D | intel.c | 181 c->x86_stepping == spectre_bad_microcodes[i].stepping) in bad_spectre_microcode() 315 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_stepping <= 2 && in early_init_intel() 331 && (c->x86_stepping == 0x3 || c->x86_stepping == 0x4)) in early_init_intel() 449 boot_cpu_data.x86_stepping < 8) { in ppro_with_ram_bug() 466 c->x86_stepping >= 1 && c->x86_stepping <= 4 && in intel_smp_check() 509 if ((c->x86<<8 | c->x86_model<<4 | c->x86_stepping) < 0x633) in intel_workarounds() 527 if ((c->x86 == 15) && (c->x86_model == 1) && (c->x86_stepping == 1)) { in intel_workarounds() 542 (c->x86_stepping < in intel_workarounds() [all...] |
H A D | proc.c | 81 if (c->x86_stepping || c->cpuid_level >= 0) in show_cpuinfo() 82 seq_printf(m, "stepping\t: %d\n", c->x86_stepping); in show_cpuinfo()
|
H A D | centaur.c | 159 switch (c->x86_stepping) { in init_centaur() 234 (c->x86_stepping == 1) && (size == 65)) in centaur_size_cache()
|
/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | cpu.c | 34 unsigned int x86_stepping(unsigned int sig) in x86_stepping() function 38 EXPORT_SYMBOL_GPL(x86_stepping); variable
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | cpu.c | 34 unsigned int x86_stepping(unsigned int sig) in x86_stepping() function 38 EXPORT_SYMBOL_GPL(x86_stepping); variable
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | cpu_device_id.h | 181 u8 x86_stepping; member 189 .x86_stepping = (stepping), \
|
H A D | cpu.h | 42 unsigned int x86_stepping(unsigned int sig);
|
H A D | acpi.h | 80 boot_cpu_data.x86_stepping < 0x0A) in acpi_processor_cstate_check()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | cpu_device_id.h | 181 u8 x86_stepping; member 189 .x86_stepping = (stepping), \
|
H A D | cpu.h | 40 unsigned int x86_stepping(unsigned int sig);
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | speedstep-lib.c | 274 pr_debug("ebx value is %x, x86_stepping is %x\n", ebx, c->x86_stepping); in speedstep_detect_processor() 276 switch (c->x86_stepping) { in speedstep_detect_processor() 363 if (c->x86_stepping == 0x01) { in speedstep_detect_processor()
|
H A D | speedstep-centrino.c | 41 __u8 x86_stepping; /* stepping */ member 281 (c->x86_stepping == x->x86_stepping)) in centrino_verify_cpu_id()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | speedstep-lib.c | 274 pr_debug("ebx value is %x, x86_stepping is %x\n", ebx, c->x86_stepping); in speedstep_detect_processor() 276 switch (c->x86_stepping) { in speedstep_detect_processor() 363 if (c->x86_stepping == 0x01) { in speedstep_detect_processor()
|
H A D | speedstep-centrino.c | 41 __u8 x86_stepping; /* stepping */ member 281 (c->x86_stepping == x->x86_stepping)) in centrino_verify_cpu_id()
|
/kernel/linux/linux-6.6/drivers/platform/x86/intel/ifs/ |
H A D | load.c | 159 boot_cpu_data.x86_stepping, ifsd->cur_batch); in validate_ifs_metadata() 269 boot_cpu_data.x86_stepping, ifsd->cur_batch); in ifs_load_firmware()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | asm-offsets_32.c | 18 OFFSET(CPUINFO_x86_stepping, cpuinfo_x86, x86_stepping); in foo()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | asm-offsets_32.c | 18 OFFSET(CPUINFO_x86_stepping, cpuinfo_x86, x86_stepping); in foo()
|
/kernel/linux/linux-5.10/drivers/char/hw_random/ |
H A D | via-rng.c | 165 if ((c->x86_model == 9) && (c->x86_stepping > 7)) in via_rng_init()
|