Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/hw_random/
Dvia-rng.c138 if (((c->x86 == 6) && (c->x86_model >= 0x0f)) || (c->x86 > 6)){ in via_rng_init()
165 if ((c->x86_model == 9) && (c->x86_stepping > 7)) in via_rng_init()
169 if (c->x86_model >= 10) in via_rng_init()
/linux-4.19.296/drivers/cpufreq/
Dspeedstep-lib.c187 if (c->x86_model < 2) in pentium4_get_frequency()
260 pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model); in speedstep_detect_processor()
269 if (c->x86_model != 2) in speedstep_detect_processor()
325 switch (c->x86_model) { in speedstep_detect_processor()
Dp4-clockmod.c128 switch (c->x86_model) { in cpufreq_p4_get_frequency()
171 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping; in cpufreq_p4_cpu_init()
182 c->x86_model < 2) { in cpufreq_p4_cpu_init()
Dspeedstep-centrino.c39 __u8 x86_model; /* model */ member
279 (c->x86_model == x->x86_model) && in centrino_verify_cpu_id()
Dsc520_freq.c81 c->x86 != 4 || c->x86_model != 9) in sc520_freq_cpu_init()
Delanfreq.c156 (c->x86 != 4) || (c->x86_model != 10)) in elanfreq_cpu_init()
De_powersaver.c198 switch (c->x86_model) { in eps_cpu_init()
397 if (!x86_match_cpu(eps_cpu_id) || boot_cpu_data.x86_model < 10) in eps_init()
Dlonghaul.c768 switch (c->x86_model) { in longhaul_cpu_init()
941 switch (c->x86_model) { in longhaul_init()
Dcpufreq_ondemand.c53 boot_cpu_data.x86_model >= 15) in should_io_be_busy()
Dpowernow-k7.c134 if ((c->x86_model == 6) && (c->x86_stepping == 0)) { in check_powernow()
Dacpi-cpufreq.c632 (c->x86_model == 6) && in acpi_cpufreq_blacklist()
/linux-4.19.296/drivers/char/tpm/
Dtpm_tis_core.h158 return ((boot_cpu_data.x86_model == INTEL_FAM6_ATOM_AIRMONT) ? 1 : 0); in is_bsw()
/linux-4.19.296/drivers/misc/mic/card/
Dmic_x100.c316 if (!(c->x86 == 11 && c->x86_model == 1)) { in mic_init()
/linux-4.19.296/drivers/edac/
Dmce_amd.c958 fam, x86_model(m->cpuid), x86_stepping(m->cpuid), in amd_decode_mce()
1101 xec_mask = c->x86_model == 0x60 ? 0x3f : 0x1f; in mce_amd_init()
Damd64_edac.c3189 pvt->ext_model = boot_cpu_data.x86_model >> 4; in per_family_init()
3191 pvt->model = boot_cpu_data.x86_model; in per_family_init()