Searched refs:x86_stepping (Results 1 - 25 of 44) sorted by path

12

/linux-master/arch/x86/events/intel/
H A Dp6.c237 if (boot_cpu_data.x86_stepping < 9) {
H A Dlbr.c1462 && boot_cpu_data.x86_stepping < 10) {
H A Duncore_snbep.c4367 if (boot_cpu_data.x86_stepping == 11)
/linux-master/drivers/video/fbdev/geode/
H A Dvideo_gx.c126 if (cpu_data(0).x86_stepping == 1) {
/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/arch/x86/include/asm/
H A Dacpi.h95 boot_cpu_data.x86_stepping < 0x0A)
H A Dcpu.h28 unsigned int x86_stepping(unsigned int sig);
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 Dprocessor.h128 __u8 x86_stepping; member in struct:cpuinfo_x86
/linux-master/arch/x86/kernel/acpi/
H A Dcstate.c58 c->x86_stepping >= 0x0e)) {
/linux-master/arch/x86/kernel/
H A Damd_nb.c319 boot_cpu_data.x86_stepping >= 0x1))
H A Dasm-offsets_32.c18 OFFSET(CPUINFO_x86_stepping, cpuinfo_x86, x86_stepping);
H A Dmpparse.c386 (boot_cpu_data.x86_model << 4) | boot_cpu_data.x86_stepping;
/linux-master/arch/x86/kernel/cpu/
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))
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 Dcyrix.c219 c->x86_stepping = dir1 & 0xf;
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 Dproc.c81 if (c->x86_stepping || c->cpuid_level >= 0)
82 seq_printf(m, "stepping\t: %d\n", c->x86_stepping);
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c2023 if ((c->x86 == 6 && c->x86_model == 0xf && c->x86_stepping >= 0xe) ||
H A Dseverity.c402 if (s->cpu_minstepping && boot_cpu_data.x86_stepping < s->cpu_minstepping)
/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/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)

Completed in 351 milliseconds

12