| /Linux-v5.4/arch/x86/kernel/cpu/ |
| D | amd.c | 130 if (c->x86_model == 6 && c->x86_stepping == 1) { in init_amd_k6() 160 (c->x86_model == 8 && c->x86_stepping < 8)) { in init_amd_k6() 179 if ((c->x86_model == 8 && c->x86_stepping > 7) || in init_amd_k6() 232 if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) { in init_amd_k7() 250 if ((c->x86_model == 6) && ((c->x86_stepping == 0) || in init_amd_k7() 251 (c->x86_stepping == 1))) in init_amd_k7() 255 if ((c->x86_model == 7) && (c->x86_stepping == 0)) in init_amd_k7() 265 if (((c->x86_model == 6) && (c->x86_stepping >= 2)) || in init_amd_k7() 266 ((c->x86_model == 7) && (c->x86_stepping >= 1)) || in init_amd_k7() 660 (c->x86_model == 8 && c->x86_stepping >= 8)) in early_init_amd() [all …]
|
| D | intel.c | 184 c->x86_stepping == spectre_bad_microcodes[i].stepping) in bad_spectre_microcode() 234 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_stepping <= 2 && in early_init_intel() 250 && (c->x86_stepping == 0x3 || c->x86_stepping == 0x4)) in early_init_intel() 357 boot_cpu_data.x86_stepping < 8) { in ppro_with_ram_bug() 374 c->x86_stepping >= 1 && c->x86_stepping <= 4 && in intel_smp_check() 417 if ((c->x86<<8 | c->x86_model<<4 | c->x86_stepping) < 0x633) in intel_workarounds() 435 if ((c->x86 == 15) && (c->x86_model == 1) && (c->x86_stepping == 1)) { in intel_workarounds() 450 (c->x86_stepping < 0x6 || c->x86_stepping == 0xb)) in intel_workarounds() 735 else if (c->x86_stepping == 0 || c->x86_stepping == 5) in init_intel()
|
| D | match.c | 65 if (c->x86_stepping != m->x86_stepping) in x86_match_cpu_with_stepping()
|
| D | proc.c | 75 if (c->x86_stepping || c->cpuid_level >= 0) in show_cpuinfo() 76 seq_printf(m, "stepping\t: %d\n", c->x86_stepping); in show_cpuinfo()
|
| D | centaur.c | 193 switch (c->x86_stepping) { in init_centaur() 271 (c->x86_stepping == 1) && (size == 65)) in centaur_size_cache()
|
| D | common.c | 815 c->x86_stepping = x86_stepping(tfms); in cpu_detect() 1435 c->x86_model = c->x86_stepping = 0; /* So far unknown... */ in identify_cpu() 1631 if (c->x86_stepping || c->cpuid_level >= 0) in print_cpu_info() 1632 pr_cont(", stepping: 0x%x)\n", c->x86_stepping); in print_cpu_info()
|
| /Linux-v5.4/arch/x86/lib/ |
| D | cpu.c | 34 unsigned int x86_stepping(unsigned int sig) in x86_stepping() function 38 EXPORT_SYMBOL_GPL(x86_stepping);
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | cpu_device_id.h | 26 u8 x86_stepping; member 34 .x86_stepping = (stepping), \
|
| D | cpu.h | 42 unsigned int x86_stepping(unsigned int sig);
|
| D | acpi.h | 81 boot_cpu_data.x86_stepping < 0x0A) in acpi_processor_cstate_check()
|
| /Linux-v5.4/drivers/cpufreq/ |
| 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()
|
| D | speedstep-centrino.c | 41 __u8 x86_stepping; /* stepping */ member 281 (c->x86_stepping == x->x86_stepping)) in centrino_verify_cpu_id()
|
| D | longhaul.c | 778 switch (c->x86_stepping) { in longhaul_cpu_init() 790 if (c->x86_stepping < 8) { in longhaul_cpu_init() 817 switch (c->x86_stepping) { in longhaul_cpu_init()
|
| D | p4-clockmod.c | 166 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping; in cpufreq_p4_cpu_init()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | asm-offsets_32.c | 21 OFFSET(CPUINFO_x86_stepping, cpuinfo_x86, x86_stepping); in foo()
|
| /Linux-v5.4/drivers/char/hw_random/ |
| D | via-rng.c | 165 if ((c->x86_model == 9) && (c->x86_stepping > 7)) in via_rng_init()
|
| /Linux-v5.4/drivers/hwmon/ |
| D | coretemp.c | 259 (tm->mask == ANY || c->x86_stepping == tm->mask)) in adjust_tjmax() 265 if (c->x86_model == 0xf && c->x86_stepping < 4) in adjust_tjmax() 416 if (c->x86_model == 0xe && c->x86_stepping < 0xc && c->microcode < 0x39) { in chk_ucode_version()
|
| D | hwmon-vid.c | 283 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor); in vid_which_vrm()
|
| D | k8temp.c | 146 stepping = boot_cpu_data.x86_stepping; in k8temp_probe()
|
| /Linux-v5.4/arch/x86/kernel/cpu/mtrr/ |
| D | mtrr.c | 714 (boot_cpu_data.x86_stepping == 0x3 || in mtrr_bp_init() 715 boot_cpu_data.x86_stepping == 0x4)) in mtrr_bp_init()
|
| /Linux-v5.4/arch/x86/kernel/acpi/ |
| D | cstate.c | 64 c->x86_stepping >= 0x0e)) in acpi_processor_power_init_bm_check()
|
| /Linux-v5.4/arch/x86/kvm/ |
| D | cpuid.h | 154 return x86_stepping(best->eax); in guest_cpuid_stepping()
|
| /Linux-v5.4/arch/x86/events/intel/ |
| D | p6.c | 237 if (boot_cpu_data.x86_stepping < 9) { in p6_pmu_rdpmc_quirk()
|
| /Linux-v5.4/arch/x86/kernel/cpu/microcode/ |
| D | intel.c | 510 x86_family(eax), x86_model(eax), x86_stepping(eax)); in load_builtin_intel_microcode() 957 c->x86_stepping == 0x01 && in is_blacklisted() 982 c->x86, c->x86_model, c->x86_stepping); in request_microcode_fw()
|
| /Linux-v5.4/drivers/video/fbdev/geode/ |
| D | video_gx.c | 126 if (cpu_data(0).x86_stepping == 1) { in gx_set_dclk_frequency()
|