Searched refs:x86_stepping (Results 1 - 25 of 44) sorted by last modified time

12

/linux-master/drivers/platform/x86/intel/ifs/
H A Dload.c273 boot_cpu_data.x86_stepping, ifsd->cur_batch);
392 boot_cpu_data.x86_stepping, ifsd->cur_batch);
/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/drivers/hwmon/
H A Dcoretemp.c191 (tm->mask == ANY || c->x86_stepping == tm->mask))
197 if (c->x86_model == 0xf && c->x86_stepping < 4)
463 if (c->x86_model == 0xe && c->x86_stepping < 0xc && c->microcode < 0x39) {
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dcore.c817 if (boot_cpu_data.x86_stepping <= 4)
/linux-master/arch/x86/kernel/cpu/microcode/
H A Dintel.c359 x86_family(eax), x86_model(eax), x86_stepping(eax));
581 c->x86_stepping == 0x01 &&
605 c->x86, c->x86_model, c->x86_stepping);
/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/arch/x86/kernel/cpu/
H A Dintel.c181 c->x86_stepping == spectre_bad_microcodes[i].stepping)
316 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_stepping <= 2 &&
332 && (c->x86_stepping == 0x3 || c->x86_stepping == 0x4))
430 boot_cpu_data.x86_stepping < 8) {
447 c->x86_stepping >= 1 && c->x86_stepping <= 4 &&
490 if ((c->x86<<8 | c->x86_model<<4 | c->x86_stepping) < 0x633)
508 if ((c->x86 == 15) && (c->x86_model == 1) && (c->x86_stepping == 1)) {
523 (c->x86_stepping <
[all...]
H A Dmatch.c51 !(BIT(c->x86_stepping) & m->steppings))
74 if (c->x86_stepping != m->x86_stepping)
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);
H A Damd.c122 if (c->x86_model == 6 && c->x86_stepping == 1) {
152 (c->x86_model == 8 && c->x86_stepping < 8)) {
171 if ((c->x86_model == 8 && c->x86_stepping > 7) ||
224 if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) {
242 if ((c->x86_model == 6) && ((c->x86_stepping == 0) ||
243 (c->x86_stepping == 1)))
247 if ((c->x86_model == 7) && (c->x86_stepping == 0))
257 if (((c->x86_model == 6) && (c->x86_stepping >= 2)) ||
258 ((c->x86_model == 7) && (c->x86_stepping >= 1)) ||
568 (c->x86_model == 8 && c->x86_stepping >
[all...]
H A Dcentaur.c155 switch (c->x86_stepping) {
230 (c->x86_stepping == 1) && (size == 65))
/linux-master/arch/x86/include/asm/
H A Dprocessor.h128 __u8 x86_stepping; member in struct:cpuinfo_x86
H A Dcpu_device_id.h274 u8 x86_stepping; member in struct:x86_cpu_desc
282 .x86_stepping = (stepping), \
290 .x86_stepping = (stepping), \
H A Dacpi.h95 boot_cpu_data.x86_stepping < 0x0A)
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c4367 if (boot_cpu_data.x86_stepping == 11)
H A Dlbr.c1462 && boot_cpu_data.x86_stepping < 10) {
/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/kvm/
H A Dcpuid.h168 return x86_stepping(best->eax);
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c1030 boot_cpu_data.x86_stepping <= 7) {
/linux-master/arch/x86/kernel/acpi/
H A Dcstate.c58 c->x86_stepping >= 0x0e)) {
/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;

Completed in 284 milliseconds

12