Home
last modified time | relevance | path

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

/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()
Dpowernow-k7.c134 if ((c->x86_model == 6) && (c->x86_stepping == 0)) { in check_powernow()
Dacpi-cpufreq.c632 (c->x86_stepping == 8)) { in acpi_cpufreq_blacklist()
/drivers/hwmon/
Dcoretemp.c271 (tm->mask == ANY || c->x86_stepping == tm->mask)) in adjust_tjmax()
277 if (c->x86_model == 0xf && c->x86_stepping < 4) in adjust_tjmax()
428 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()
Dk10temp.c182 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2); in has_erratum_319()
Dk8temp.c190 stepping = boot_cpu_data.x86_stepping; in k8temp_probe()
/drivers/char/hw_random/
Dvia-rng.c165 if ((c->x86_model == 9) && (c->x86_stepping > 7)) in via_rng_init()
/drivers/video/fbdev/geode/
Dvideo_gx.c130 if (cpu_data(0).x86_stepping == 1) { in gx_set_dclk_frequency()
/drivers/crypto/
Dpadlock-aes.c519 if (c->x86 == 6 && c->x86_model == 15 && c->x86_stepping == 2) { in padlock_init()
/drivers/edac/
Dmce_amd.c958 fam, x86_model(m->cpuid), x86_stepping(m->cpuid), in amd_decode_mce()
Damd64_edac.c3170 pvt->stepping = boot_cpu_data.x86_stepping; in per_family_init()