Home
last modified time | relevance | path

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

12

/drivers/hwmon/
Dfam15h_power.c67 return boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60; in is_carrizo_or_later()
297 (c->x86_model <= 0xf || in fam15h_power_init_attrs()
298 (c->x86_model >= 0x60 && c->x86_model <= 0x7f))) in fam15h_power_init_attrs()
315 (c->x86_model <= 0xf || in fam15h_power_init_attrs()
316 (c->x86_model >= 0x60 && c->x86_model <= 0x7f))) in fam15h_power_init_attrs()
Dk10temp.c346 return boot_cpu_data.x86_model < 4 || in has_erratum_319()
347 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2); in has_erratum_319()
424 ((boot_cpu_data.x86_model & 0xf0) == 0x60 || in k10temp_probe()
425 (boot_cpu_data.x86_model & 0xf0) == 0x70)) { in k10temp_probe()
434 switch (boot_cpu_data.x86_model) { in k10temp_probe()
452 switch (boot_cpu_data.x86_model) { in k10temp_probe()
Dcoretemp.c260 if (c->x86_model == tm->model && in adjust_tjmax()
267 if (c->x86_model == 0xf && c->x86_stepping < 4) in adjust_tjmax()
270 if (c->x86_model > 0xe && usemsr_ee) { in adjust_tjmax()
284 } else if (c->x86_model < 0x17 && !(eax & 0x10000000)) { in adjust_tjmax()
299 if (c->x86_model == 0x17 && in adjust_tjmax()
333 u8 model = c->x86_model; in cpu_has_tjmax()
425 if (c->x86_model == 0xe && c->x86_stepping < 0xc && c->microcode < 0x39) { in chk_ucode_version()
503 if (c->x86_model > 0xe && c->x86_model != 0x1c) { in create_core_data()
Dhwmon-vid.c283 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor); in vid_which_vrm()
Dk8temp.c145 model = boot_cpu_data.x86_model; in k8temp_probe()
Dvia-cputemp.c128 switch (c->x86_model) { in via_cputemp_probe()
/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()
/drivers/cpufreq/
Dspeedstep-lib.c186 if (c->x86_model < 2) in pentium4_get_frequency()
259 pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model); in speedstep_detect_processor()
268 if (c->x86_model != 2) in speedstep_detect_processor()
324 switch (c->x86_model) { in speedstep_detect_processor()
Dp4-clockmod.c123 switch (c->x86_model) { in cpufreq_p4_get_frequency()
166 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping; in cpufreq_p4_cpu_init()
177 c->x86_model < 2) { in cpufreq_p4_cpu_init()
Dspeedstep-centrino.c40 __u8 x86_model; /* model */ member
280 (c->x86_model == x->x86_model) && in centrino_verify_cpu_id()
Dsc520_freq.c77 c->x86 != 4 || c->x86_model != 9) in sc520_freq_cpu_init()
De_powersaver.c197 switch (c->x86_model) { in eps_cpu_init()
394 if (!x86_match_cpu(eps_cpu_id) || boot_cpu_data.x86_model < 10) in eps_init()
Delanfreq.c151 (c->x86 != 4) || (c->x86_model != 10)) in elanfreq_cpu_init()
Dlonghaul.c767 switch (c->x86_model) { in longhaul_cpu_init()
940 switch (c->x86_model) { in longhaul_init()
Dcpufreq_ondemand.c50 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()
/drivers/staging/media/atomisp/include/linux/
Datomisp_platform.h244 boot_cpu_data.x86_model == (x))
247 (boot_cpu_data.x86_model == (x) || \
248 boot_cpu_data.x86_model == (y)))
/drivers/mtd/nand/raw/
Dcs553x_nand.c337 boot_cpu_data.x86_model == 10) in is_geode()
343 boot_cpu_data.x86_model == 5) in is_geode()
/drivers/char/tpm/
Dtpm_tis_core.h162 return ((boot_cpu_data.x86_model == INTEL_FAM6_ATOM_AIRMONT) ? 1 : 0); in is_bsw()
/drivers/crypto/
Dpadlock-sha.c510 if (c->x86_model < 0x0f) { in padlock_init()
542 if (c->x86_model >= 0x0f) { in padlock_fini()
Dpadlock-aes.c507 if (c->x86 == 6 && c->x86_model == 15 && c->x86_stepping == 2) { in padlock_init()
/drivers/edac/
Dmce_amd.c1063 fam, x86_model(m->cpuid), x86_stepping(m->cpuid), in amd_decode_mce()
1219 xec_mask = c->x86_model == 0x60 ? 0x3f : 0x1f; in mce_amd_init()
/drivers/crypto/ccp/
Dsev-dev.c521 boot_cpu_data.x86, boot_cpu_data.x86_model); in sev_get_firmware()
525 boot_cpu_data.x86, (boot_cpu_data.x86_model & 0xf0) >> 4); in sev_get_firmware()
/drivers/iommu/amd/
Dinit.c1491 (boot_cpu_data.x86_model < 0x10) || in amd_iommu_erratum_746_workaround()
1492 (boot_cpu_data.x86_model > 0x1f)) in amd_iommu_erratum_746_workaround()
1522 (boot_cpu_data.x86_model < 0x30) || in amd_iommu_ats_write_check_workaround()
1523 (boot_cpu_data.x86_model > 0x3f)) in amd_iommu_ats_write_check_workaround()
/drivers/idle/
Dintel_idle.c1493 switch (boot_cpu_data.x86_model) { in intel_idle_init_cstates_icpu()
1699 boot_cpu_data.x86_model); in intel_idle_init()

12