Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/x86/kernel/cpu/
H A Dmatch.c50 !(BIT(c->x86_stepping) & m->steppings)) in x86_match_cpu()
73 if (c->x86_stepping != m->x86_stepping) in x86_match_cpu_with_stepping()
H A Damd.c94 ms = (cpu->x86_model << 4) | cpu->x86_stepping; in cpu_has_amd_erratum()
194 if (c->x86_model == 6 && c->x86_stepping == 1) { in init_amd_k6()
224 (c->x86_model == 8 && c->x86_stepping < 8)) { in init_amd_k6()
243 if ((c->x86_model == 8 && c->x86_stepping > 7) || in init_amd_k6()
314 if ((c->x86_model == 6) && ((c->x86_stepping == 0) || in init_amd_k7()
315 (c->x86_stepping == 1))) in init_amd_k7()
319 if ((c->x86_model == 7) && (c->x86_stepping == 0)) in init_amd_k7()
329 if (((c->x86_model == 6) && (c->x86_stepping >= 2)) || in init_amd_k7()
740 (c->x86_model == 8 && c->x86_stepping >= 8)) in early_init_amd()
1224 if (c->x86_model == 3 && c->x86_stepping == 0) in amd_size_cache()
[all …]
H A Dintel.c181 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 < 0x6 || c->x86_stepping == 0xb)) in intel_workarounds()
700 else if (c->x86_stepping == 0 || c->x86_stepping == 5) in init_intel()
H A Dcentaur.c159 switch (c->x86_stepping) { in init_centaur()
234 (c->x86_stepping == 1) && (size == 65)) in centaur_size_cache()
H A Dproc.c81 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 Dcyrix.c219 c->x86_stepping = dir1 & 0xf; in init_cyrix()
H A Dcommon.c972 c->x86_stepping = x86_stepping(tfms); in cpu_detect()
1867 c->x86_model = c->x86_stepping = 0; /* So far unknown... */ in identify_cpu()
2079 if (c->x86_stepping || c->cpuid_level >= 0) in print_cpu_info()
2080 pr_cont(", stepping: 0x%x)\n", c->x86_stepping); in print_cpu_info()
/openbmc/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);
/openbmc/linux/drivers/cpufreq/
H A Dspeedstep-lib.c274 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 Dspeedstep-centrino.c41 __u8 x86_stepping; /* stepping */ member
281 (c->x86_stepping == x->x86_stepping)) in centrino_verify_cpu_id()
H A Dlonghaul.c777 switch (c->x86_stepping) { in longhaul_cpu_init()
789 if (c->x86_stepping < 8) { in longhaul_cpu_init()
816 switch (c->x86_stepping) { in longhaul_cpu_init()
H A Dp4-clockmod.c166 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping; in cpufreq_p4_cpu_init()
/openbmc/linux/arch/x86/include/asm/
H A Dcpu_device_id.h279 u8 x86_stepping; member
287 .x86_stepping = (stepping), \
H A Dcpu.h40 unsigned int x86_stepping(unsigned int sig);
H A Dacpi.h93 boot_cpu_data.x86_stepping < 0x0A) in acpi_processor_cstate_check()
/openbmc/linux/drivers/platform/x86/intel/ifs/
H A Dload.c159 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()
/openbmc/linux/arch/x86/kernel/
H A Dasm-offsets_32.c18 OFFSET(CPUINFO_x86_stepping, cpuinfo_x86, x86_stepping); in foo()
/openbmc/linux/drivers/char/hw_random/
H A Dvia-rng.c165 if ((c->x86_model == 9) && (c->x86_stepping > 7)) in via_rng_init()
/openbmc/linux/drivers/hwmon/
H A Dcoretemp.c182 (tm->mask == ANY || c->x86_stepping == tm->mask)) in adjust_tjmax()
188 if (c->x86_model == 0xf && c->x86_stepping < 4) in adjust_tjmax()
464 if (c->x86_model == 0xe && c->x86_stepping < 0xc && c->microcode < 0x39) { in chk_ucode_version()
H A Dhwmon-vid.c283 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor); in vid_which_vrm()
H A Dk8temp.c146 stepping = boot_cpu_data.x86_stepping; in k8temp_probe()
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Dintel.c412 x86_family(eax), x86_model(eax), x86_stepping(eax)); in load_builtin_intel_microcode()
837 c->x86_stepping == 0x01 && in is_blacklisted()
861 c->x86, c->x86_model, c->x86_stepping); in request_microcode_fw()
/openbmc/linux/arch/x86/kernel/acpi/
H A Dcstate.c58 c->x86_stepping >= 0x0e)) { in acpi_processor_power_init_bm_check()
/openbmc/linux/arch/x86/events/intel/
H A Dp6.c237 if (boot_cpu_data.x86_stepping < 9) { in p6_pmu_rdpmc_quirk()
/openbmc/linux/drivers/video/fbdev/geode/
H A Dvideo_gx.c126 if (cpu_data(0).x86_stepping == 1) { in gx_set_dclk_frequency()

12