Searched refs:x86_model (Results 1 – 25 of 31) sorted by relevance
12
/drivers/hwmon/ |
D | fam15h_power.c | 67 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()
|
D | k10temp.c | 346 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()
|
D | coretemp.c | 260 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()
|
D | hwmon-vid.c | 283 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor); in vid_which_vrm()
|
D | k8temp.c | 145 model = boot_cpu_data.x86_model; in k8temp_probe()
|
D | via-cputemp.c | 128 switch (c->x86_model) { in via_cputemp_probe()
|
/drivers/char/hw_random/ |
D | via-rng.c | 138 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/ |
D | speedstep-lib.c | 186 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()
|
D | p4-clockmod.c | 123 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()
|
D | speedstep-centrino.c | 40 __u8 x86_model; /* model */ member 280 (c->x86_model == x->x86_model) && in centrino_verify_cpu_id()
|
D | sc520_freq.c | 77 c->x86 != 4 || c->x86_model != 9) in sc520_freq_cpu_init()
|
D | e_powersaver.c | 197 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()
|
D | elanfreq.c | 151 (c->x86 != 4) || (c->x86_model != 10)) in elanfreq_cpu_init()
|
D | longhaul.c | 767 switch (c->x86_model) { in longhaul_cpu_init() 940 switch (c->x86_model) { in longhaul_init()
|
D | cpufreq_ondemand.c | 50 boot_cpu_data.x86_model >= 15) in should_io_be_busy()
|
D | powernow-k7.c | 134 if ((c->x86_model == 6) && (c->x86_stepping == 0)) { in check_powernow()
|
/drivers/staging/media/atomisp/include/linux/ |
D | atomisp_platform.h | 244 boot_cpu_data.x86_model == (x)) 247 (boot_cpu_data.x86_model == (x) || \ 248 boot_cpu_data.x86_model == (y)))
|
/drivers/mtd/nand/raw/ |
D | cs553x_nand.c | 337 boot_cpu_data.x86_model == 10) in is_geode() 343 boot_cpu_data.x86_model == 5) in is_geode()
|
/drivers/char/tpm/ |
D | tpm_tis_core.h | 162 return ((boot_cpu_data.x86_model == INTEL_FAM6_ATOM_AIRMONT) ? 1 : 0); in is_bsw()
|
/drivers/crypto/ |
D | padlock-sha.c | 510 if (c->x86_model < 0x0f) { in padlock_init() 542 if (c->x86_model >= 0x0f) { in padlock_fini()
|
D | padlock-aes.c | 507 if (c->x86 == 6 && c->x86_model == 15 && c->x86_stepping == 2) { in padlock_init()
|
/drivers/edac/ |
D | mce_amd.c | 1063 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/ |
D | sev-dev.c | 521 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/ |
D | init.c | 1491 (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/ |
D | intel_idle.c | 1493 switch (boot_cpu_data.x86_model) { in intel_idle_init_cstates_icpu() 1699 boot_cpu_data.x86_model); in intel_idle_init()
|
12