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

12

/linux-master/arch/x86/lib/
H A Dcpu.c34 unsigned int x86_stepping(unsigned int sig) function
38 EXPORT_SYMBOL_GPL(x86_stepping); variable
/linux-master/arch/x86/kernel/cpu/
H A Dmatch.c52 !(BIT(c->x86_stepping) & m->steppings))
75 if (c->x86_stepping != m->x86_stepping)
H A Damd.c121 if (c->x86_model == 6 && c->x86_stepping == 1) {
151 (c->x86_model == 8 && c->x86_stepping < 8)) {
170 if ((c->x86_model == 8 && c->x86_stepping > 7) ||
223 if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) {
241 if ((c->x86_model == 6) && ((c->x86_stepping == 0) ||
242 (c->x86_stepping == 1)))
246 if ((c->x86_model == 7) && (c->x86_stepping == 0))
256 if (((c->x86_model == 6) && (c->x86_stepping >= 2)) ||
257 ((c->x86_model == 7) && (c->x86_stepping >= 1)) ||
567 (c->x86_model == 8 && c->x86_stepping >
[all...]
H A Dintel.c181 c->x86_stepping == spectre_bad_microcodes[i].stepping)
315 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_stepping <= 2 &&
331 && (c->x86_stepping == 0x3 || c->x86_stepping == 0x4))
429 boot_cpu_data.x86_stepping < 8) {
446 c->x86_stepping >= 1 && c->x86_stepping <= 4 &&
489 if ((c->x86<<8 | c->x86_model<<4 | c->x86_stepping) < 0x633)
507 if ((c->x86 == 15) && (c->x86_model == 1) && (c->x86_stepping == 1)) {
522 (c->x86_stepping <
[all...]
H A Dproc.c81 if (c->x86_stepping || c->cpuid_level >= 0)
82 seq_printf(m, "stepping\t: %d\n", c->x86_stepping);
H A Dcentaur.c155 switch (c->x86_stepping) {
230 (c->x86_stepping == 1) && (size == 65))
H A Dcyrix.c219 c->x86_stepping = dir1 & 0xf;
/linux-master/arch/x86/include/asm/
H A Dcpu_device_id.h181 u8 x86_stepping; member in struct:x86_cpu_desc
189 .x86_stepping = (stepping), \
H A Dcpu.h28 unsigned int x86_stepping(unsigned int sig);
H A Dacpi.h93 boot_cpu_data.x86_stepping < 0x0A)
/linux-master/arch/x86/kernel/
H A Dasm-offsets_32.c18 OFFSET(CPUINFO_x86_stepping, cpuinfo_x86, x86_stepping);
/linux-master/drivers/cpufreq/
H A Dspeedstep-lib.c274 pr_debug("ebx value is %x, x86_stepping is %x\n", ebx, c->x86_stepping);
276 switch (c->x86_stepping) {
363 if (c->x86_stepping == 0x01) {
H A Dspeedstep-centrino.c41 __u8 x86_stepping; /* stepping */ member in struct:cpu_id
281 (c->x86_stepping == x->x86_stepping))
H A Dp4-clockmod.c166 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping;
H A Dlonghaul.c777 switch (c->x86_stepping) {
789 if (c->x86_stepping < 8) {
816 switch (c->x86_stepping) {
/linux-master/drivers/char/hw_random/
H A Dvia-rng.c165 if ((c->x86_model == 9) && (c->x86_stepping > 7))
/linux-master/arch/x86/kernel/cpu/microcode/
H A Dintel.c359 x86_family(eax), x86_model(eax), x86_stepping(eax));
582 c->x86_stepping == 0x01 &&
606 c->x86, c->x86_model, c->x86_stepping);
/linux-master/arch/x86/kernel/acpi/
H A Dcstate.c58 c->x86_stepping >= 0x0e)) {
/linux-master/drivers/platform/x86/intel/ifs/
H A Dload.c271 boot_cpu_data.x86_stepping, ifsd->cur_batch);
390 boot_cpu_data.x86_stepping, ifsd->cur_batch);
/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) {
H A Dhwmon-vid.c283 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor);
H A Dk8temp.c146 stepping = boot_cpu_data.x86_stepping;
/linux-master/arch/x86/events/intel/
H A Dp6.c237 if (boot_cpu_data.x86_stepping < 9) {
/linux-master/drivers/video/fbdev/geode/
H A Dvideo_gx.c126 if (cpu_data(0).x86_stepping == 1) {
/linux-master/arch/x86/kvm/
H A Dcpuid.h168 return x86_stepping(best->eax);

Completed in 196 milliseconds

12