Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/x86/kernel/cpu/
Damd.c124 if (c->x86_model == 6 && c->x86_stepping == 1) { in init_amd_k6()
154 (c->x86_model == 8 && c->x86_stepping < 8)) { in init_amd_k6()
173 if ((c->x86_model == 8 && c->x86_stepping > 7) || in init_amd_k6()
226 if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) { in init_amd_k7()
244 if ((c->x86_model == 6) && ((c->x86_stepping == 0) || in init_amd_k7()
245 (c->x86_stepping == 1))) in init_amd_k7()
249 if ((c->x86_model == 7) && (c->x86_stepping == 0)) in init_amd_k7()
259 if (((c->x86_model == 6) && (c->x86_stepping >= 2)) || in init_amd_k7()
260 ((c->x86_model == 7) && (c->x86_stepping >= 1)) || in init_amd_k7()
654 (c->x86_model == 8 && c->x86_stepping >= 8)) in early_init_amd()
[all …]
Dintel.c158 c->x86_stepping == spectre_bad_microcodes[i].stepping) in bad_spectre_microcode()
208 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_stepping <= 2 && in early_init_intel()
224 && (c->x86_stepping == 0x3 || c->x86_stepping == 0x4)) in early_init_intel()
329 boot_cpu_data.x86_stepping < 8) { in ppro_with_ram_bug()
346 c->x86_stepping >= 1 && c->x86_stepping <= 4 && in intel_smp_check()
389 if ((c->x86<<8 | c->x86_model<<4 | c->x86_stepping) < 0x633) in intel_workarounds()
407 if ((c->x86 == 15) && (c->x86_model == 1) && (c->x86_stepping == 1)) { in intel_workarounds()
422 (c->x86_stepping < 0x6 || c->x86_stepping == 0xb)) in intel_workarounds()
737 else if (c->x86_stepping == 0 || c->x86_stepping == 5) in init_intel()
Dproc.c75 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()
Dcentaur.c193 switch (c->x86_stepping) { in init_centaur()
271 (c->x86_stepping == 1) && (size == 65)) in centaur_size_cache()
Dcommon.c751 c->x86_stepping = x86_stepping(tfms); in cpu_detect()
1300 c->x86_model = c->x86_stepping = 0; /* So far unknown... */ in identify_cpu()
1493 if (c->x86_stepping || c->cpuid_level >= 0) in print_cpu_info()
1494 pr_cont(", stepping: 0x%x)\n", c->x86_stepping); in print_cpu_info()
Dcyrix.c218 c->x86_stepping = dir1 & 0xf; in init_cyrix()
/Linux-v4.19/arch/x86/lib/
Dcpu.c32 unsigned int x86_stepping(unsigned int sig) in x86_stepping() function
36 EXPORT_SYMBOL_GPL(x86_stepping);
/Linux-v4.19/drivers/cpufreq/
Dspeedstep-lib.c275 pr_debug("ebx value is %x, x86_stepping is %x\n", ebx, c->x86_stepping); in speedstep_detect_processor()
277 switch (c->x86_stepping) { in speedstep_detect_processor()
364 if (c->x86_stepping == 0x01) { in speedstep_detect_processor()
Dspeedstep-centrino.c40 __u8 x86_stepping; /* stepping */ member
280 (c->x86_stepping == x->x86_stepping)) in centrino_verify_cpu_id()
Dlonghaul.c778 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()
Dp4-clockmod.c171 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping; in cpufreq_p4_cpu_init()
/Linux-v4.19/arch/x86/include/asm/
Dcpu.h42 unsigned int x86_stepping(unsigned int sig);
Dacpi.h98 boot_cpu_data.x86_stepping < 0x0A) in acpi_processor_cstate_check()
/Linux-v4.19/arch/x86/kernel/
Dasm-offsets_32.c21 OFFSET(CPUINFO_x86_stepping, cpuinfo_x86, x86_stepping); in foo()
/Linux-v4.19/drivers/char/hw_random/
Dvia-rng.c165 if ((c->x86_model == 9) && (c->x86_stepping > 7)) in via_rng_init()
/Linux-v4.19/drivers/hwmon/
Dcoretemp.c272 (tm->mask == ANY || c->x86_stepping == tm->mask)) in adjust_tjmax()
278 if (c->x86_model == 0xf && c->x86_stepping < 4) in adjust_tjmax()
429 if (c->x86_model == 0xe && c->x86_stepping < 0xc && c->microcode < 0x39) { in chk_ucode_version()
Dhwmon-vid.c296 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor); in vid_which_vrm()
Dk8temp.c190 stepping = boot_cpu_data.x86_stepping; in k8temp_probe()
Dk10temp.c300 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2); in has_erratum_319()
/Linux-v4.19/arch/x86/kernel/cpu/mtrr/
Dmtrr.c714 (boot_cpu_data.x86_stepping == 0x3 || in mtrr_bp_init()
715 boot_cpu_data.x86_stepping == 0x4)) in mtrr_bp_init()
/Linux-v4.19/arch/x86/kvm/
Dcpuid.h156 return x86_stepping(best->eax); in guest_cpuid_stepping()
/Linux-v4.19/arch/x86/events/intel/
Dp6.c237 if (boot_cpu_data.x86_stepping < 9) { in p6_pmu_rdpmc_quirk()
/Linux-v4.19/arch/x86/kernel/cpu/microcode/
Dintel.c513 x86_family(eax), x86_model(eax), x86_stepping(eax)); in load_builtin_intel_microcode()
966 c->x86_stepping == 0x01 && in is_blacklisted()
989 c->x86, c->x86_model, c->x86_stepping); in request_microcode_fw()
/Linux-v4.19/drivers/video/fbdev/geode/
Dvideo_gx.c130 if (cpu_data(0).x86_stepping == 1) { in gx_set_dclk_frequency()
/Linux-v4.19/arch/x86/kernel/apic/
Dapic.c550 switch (boot_cpu_data.x86_stepping) { in hsx_deadline_rev()
560 switch (boot_cpu_data.x86_stepping) { in bdx_deadline_rev()
572 switch (boot_cpu_data.x86_stepping) { in skx_deadline_rev()
577 if (boot_cpu_data.x86_stepping > 4) in skx_deadline_rev()

12