Searched refs:x86_model (Results 1 – 25 of 36) sorted by relevance
12
| /drivers/hwmon/ |
| A D | fam15h_power.c | 68 return boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60; in is_carrizo_or_later() 296 (c->x86_model <= 0xf || in fam15h_power_init_attrs() 297 (c->x86_model >= 0x60 && c->x86_model <= 0x7f))) in fam15h_power_init_attrs() 314 (c->x86_model <= 0xf || in fam15h_power_init_attrs() 315 (c->x86_model >= 0x60 && c->x86_model <= 0x7f))) in fam15h_power_init_attrs()
|
| A D | k10temp.c | 356 return boot_cpu_data.x86_model < 4 || in has_erratum_319() 357 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2); in has_erratum_319() 451 ((boot_cpu_data.x86_model & 0xf0) == 0x60 || in k10temp_probe() 452 (boot_cpu_data.x86_model & 0xf0) == 0x70)) { in k10temp_probe() 461 switch (boot_cpu_data.x86_model) { in k10temp_probe() 483 switch (boot_cpu_data.x86_model) { in k10temp_probe() 507 switch (boot_cpu_data.x86_model) { in k10temp_probe()
|
| A D | coretemp.c | 190 if (c->x86_model == tm->model && in adjust_tjmax() 197 if (c->x86_model == 0xf && c->x86_stepping < 4) in adjust_tjmax() 200 if (c->x86_model > 0xe && usemsr_ee) { in adjust_tjmax() 214 } else if (c->x86_model < 0x17 && !(eax & 0x10000000)) { in adjust_tjmax() 229 if (c->x86_model == 0x17 && in adjust_tjmax() 263 u8 model = c->x86_model; in cpu_has_tjmax() 463 if (c->x86_model == 0xe && c->x86_stepping < 0xc && c->microcode < 0x39) { in chk_ucode_version() 583 if (c->x86_model > 0xe && c->x86_model != 0x1c) in create_core_data()
|
| A D | hwmon-vid.c | 287 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor); in vid_which_vrm()
|
| A D | k8temp.c | 145 model = boot_cpu_data.x86_model; in k8temp_probe()
|
| A D | via-cputemp.c | 128 switch (c->x86_model) { in via_cputemp_probe()
|
| /drivers/platform/x86/amd/hsmp/ |
| A D | plat.c | 143 if (boot_cpu_data.x86 == 0x1A && boot_cpu_data.x86_model <= 0x0F) in is_f1a_m0h() 178 boot_cpu_data.x86, boot_cpu_data.x86_model); in init_platform_device() 272 switch (boot_cpu_data.x86_model) { in legacy_hsmp_support() 282 switch (boot_cpu_data.x86_model) { in legacy_hsmp_support() 309 boot_cpu_data.x86, boot_cpu_data.x86_model); in hsmp_plt_init()
|
| /drivers/cpufreq/ |
| A 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()
|
| A 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()
|
| A D | speedstep-centrino.c | 40 __u8 x86_model; /* model */ member 280 (c->x86_model == x->x86_model) && in centrino_verify_cpu_id()
|
| A D | e_powersaver.c | 197 switch (c->x86_model) { in eps_cpu_init() 392 if (!x86_match_cpu(eps_cpu_id) || boot_cpu_data.x86_model < 10) in eps_init()
|
| A D | sc520_freq.c | 77 c->x86 != 4 || c->x86_model != 9) in sc520_freq_cpu_init()
|
| A D | elanfreq.c | 150 (c->x86 != 4) || (c->x86_model != 10)) in elanfreq_cpu_init()
|
| A D | longhaul.c | 768 switch (c->x86_model) { in longhaul_cpu_init() 940 switch (c->x86_model) { in longhaul_init()
|
| A D | amd-pstate.c | 1713 if ((boot_cpu_data.x86 == 0x17) && (boot_cpu_data.x86_model < 0x30)) { in amd_cppc_supported() 1733 switch (c->x86_model) { in amd_cppc_supported() 1741 switch (c->x86_model) { in amd_cppc_supported()
|
| A D | cpufreq_ondemand.c | 49 boot_cpu_data.x86_model >= 15) in should_io_be_busy()
|
| /drivers/char/hw_random/ |
| A 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/platform/x86/amd/pmc/ |
| A D | mp1_stb.c | 244 switch (boot_cpu_data.x86_model) { in amd_stb_update_args() 264 if (boot_cpu_data.x86_model == 0x44) in amd_is_stb_supported() 274 if (boot_cpu_data.x86_model == 0x70) in amd_is_stb_supported()
|
| /drivers/mtd/nand/raw/ |
| A D | cs553x_nand.c | 331 boot_cpu_data.x86_model == 10) in is_geode() 337 boot_cpu_data.x86_model == 5) in is_geode()
|
| /drivers/crypto/ |
| A D | padlock-sha.c | 337 if (c->x86_model < 0x0f) { in padlock_init() 369 if (c->x86_model >= 0x0f) { in padlock_fini()
|
| /drivers/platform/x86/intel/ifs/ |
| A D | load.c | 279 boot_cpu_data.x86, boot_cpu_data.x86_model, in validate_ifs_metadata() 404 test->test_num, boot_cpu_data.x86, boot_cpu_data.x86_model, in ifs_load_firmware()
|
| /drivers/ras/amd/atl/ |
| A D | core.c | 171 switch (boot_cpu_data.x86_model) { in check_for_legacy_df_access()
|
| /drivers/thermal/intel/ |
| A D | therm_throt.c | 755 if (c->x86 == 6 && (c->x86_model == 9 || c->x86_model == 13)) { in intel_init_thermal()
|
| /drivers/edac/ |
| A D | mce_amd.c | 809 fam, x86_model(m->cpuid), x86_stepping(m->cpuid), in amd_decode_mce() 973 xec_mask = c->x86_model == 0x60 ? 0x3f : 0x1f; in mce_amd_init()
|
| /drivers/ras/amd/ |
| A D | fmpm.c | 772 if (!(boot_cpu_data.x86_model >= 0x90 && in get_system_info() 773 boot_cpu_data.x86_model <= 0x9f)) in get_system_info()
|
Completed in 48 milliseconds
12