Searched refs:x86_stepping (Results 26 - 44 of 44) sorted by relevance

12

/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c912 c->x86_stepping = x86_stepping(tfms);
1782 c->x86_model = c->x86_stepping = 0; /* So far unknown... */
1982 if (c->x86_stepping || c->cpuid_level >= 0)
1983 pr_cont(", stepping: 0x%x)\n", c->x86_stepping);
/linux-master/drivers/cpufreq/
H A Dpowernow-k7.c134 if ((c->x86_model == 6) && (c->x86_stepping == 0)) {
H A Dacpi-cpufreq.c621 (c->x86_stepping == 8)) {
/linux-master/arch/x86/events/zhaoxin/
H A Dcore.c549 if ((boot_cpu_data.x86_model == 0x0f && boot_cpu_data.x86_stepping >= 0x0e) ||
/linux-master/drivers/hwmon/
H A Dk10temp.c342 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2);
/linux-master/arch/x86/kernel/
H A Damd_nb.c319 boot_cpu_data.x86_stepping >= 0x1))
H A Dmpparse.c386 (boot_cpu_data.x86_model << 4) | boot_cpu_data.x86_stepping;
/linux-master/arch/x86/include/asm/
H A Dprocessor.h128 __u8 x86_stepping; member in struct:cpuinfo_x86
/linux-master/arch/x86/kernel/cpu/mce/
H A Dseverity.c402 if (s->cpu_minstepping && boot_cpu_data.x86_stepping < s->cpu_minstepping)
H A Dcore.c2023 if ((c->x86 == 6 && c->x86_model == 0xf && c->x86_stepping >= 0xe) ||
/linux-master/drivers/crypto/
H A Dpadlock-aes.c507 if (c->x86 == 6 && c->x86_model == 15 && c->x86_stepping == 2) {
/linux-master/drivers/edac/
H A Dmce_amd.c806 fam, x86_model(m->cpuid), x86_stepping(m->cpuid),
H A Digen6_edac.c328 (boot_cpu_data.x86_stepping >= 1);
H A Damd64_edac.c3757 pvt->stepping = boot_cpu_data.x86_stepping;
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c1030 boot_cpu_data.x86_stepping <= 7) {
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dcore.c817 if (boot_cpu_data.x86_stepping <= 4)
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6.c471 if (is_ipu6ep_mtl(hw_ver) && boot_cpu_data.x86_stepping == 0x2 &&
/linux-master/arch/x86/events/intel/
H A Dlbr.c1462 && boot_cpu_data.x86_stepping < 10) {
H A Duncore_snbep.c4367 if (boot_cpu_data.x86_stepping == 11)

Completed in 230 milliseconds

12