Home
last modified time | relevance | path

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

12

/linux/arch/x86/kernel/acpi/
H A Dcppc.c32 if (boot_cpu_data.x86 == 0x19 && ((boot_cpu_data.x86_model <= 0x0f) || in cpc_supported_by_cpu()
33 (boot_cpu_data.x86_model >= 0x20 && boot_cpu_data.x86_model <= 0x2f))) in cpc_supported_by_cpu()
36 boot_cpu_data.x86_model >= 0x30 && boot_cpu_data.x86_model <= 0x7f) in cpc_supported_by_cpu()
265 switch (boot_cpu_data.x86_model) { in amd_get_boost_ratio_numerator()
H A Dcstate.c59 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model == 0x0f && in acpi_processor_power_init_bm_check()
/linux/arch/x86/include/asm/
H A Dgeode.h18 (boot_cpu_data.x86_model == 5)); in is_geode_gx()
25 (boot_cpu_data.x86_model == 10)); in is_geode_lx()
H A Dcpufeature.h139 boot_cpu_data.x86_model
H A Dacpi.h101 boot_cpu_data.x86_model <= 0x05 && in acpi_processor_cstate_check()
/linux/drivers/char/hw_random/
H A 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/arch/x86/lib/
H A Dcpu.c19 unsigned int x86_model(unsigned int sig) in x86_model() function
32 EXPORT_SYMBOL_GPL(x86_model);
/linux/arch/x86/kernel/cpu/
H A Dtopology_amd.c119 if (!boot_cpu_has(X86_FEATURE_HYPERVISOR) && tscan->c->x86_model <= 0x3) { in parse_8000_001e()
163 c->x86 != 0x15 || c->x86_model < 0x10 || c->x86_model > 0x6f) in topoext_fixup()
H A Dcommon.c720 if (c->x86_model >= 16) in table_lookup_model()
730 return info->model_names[c->x86_model]; in table_lookup_model()
942 c->x86_model = x86_model(tfms); in cpu_detect()
1995 c->x86_model = c->x86_stepping = 0; /* So far unknown... */ in identify_cpu()
2079 c->x86, c->x86_model); in identify_cpu()
2203 pr_cont(" (family: 0x%x, model: 0x%x", c->x86, c->x86_model); in print_cpu_info()
/linux/drivers/platform/x86/amd/pmc/
H A Dmp1_stb.c244 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()
/linux/arch/x86/kernel/
H A Damd_nb.c104 boot_cpu_data.x86_model >= 0x8 && in amd_cache_northbridges()
105 (boot_cpu_data.x86_model > 0x9 || in amd_cache_northbridges()
/linux/drivers/cpufreq/
H A De_powersaver.c196 switch (c->x86_model) { in eps_cpu_init()
390 if (!x86_match_cpu(eps_cpu_id) || boot_cpu_data.x86_model < 10) in eps_init()
H A Dlonghaul.c767 switch (c->x86_model) { in longhaul_cpu_init()
939 switch (c->x86_model) { in longhaul_init()
H A Damd-pstate.c1728 if ((boot_cpu_data.x86 == 0x17) && (boot_cpu_data.x86_model < 0x30)) { in amd_cppc_supported()
1748 switch (c->x86_model) { in amd_cppc_supported()
1756 switch (c->x86_model) { in amd_cppc_supported()
H A Dpowernow-k7.c134 if ((c->x86_model == 6) && (c->x86_stepping == 0)) { in check_powernow()
/linux/drivers/mtd/nand/raw/
H A Dcs553x_nand.c331 boot_cpu_data.x86_model == 10) in is_geode()
337 boot_cpu_data.x86_model == 5) in is_geode()
/linux/drivers/crypto/
H A Dpadlock-sha.c344 if (c->x86_model < 0x0f) { in padlock_init()
376 if (c->x86_model >= 0x0f) { in padlock_fini()
/linux/arch/um/include/asm/
H A Dcpufeature.h138 boot_cpu_data.x86_model
/linux/arch/x86/events/amd/
H A Dibs.c915 if (boot_cpu_data.x86 != 0x19 || boot_cpu_data.x86_model > 0xF || in perf_ibs_get_mem_lvl()
981 (boot_cpu_data.x86_model <= 0xF || in perf_ibs_cache_hit_st_valid()
982 (boot_cpu_data.x86_model >= 0x20 && in perf_ibs_cache_hit_st_valid()
983 boot_cpu_data.x86_model <= 0x5F))) { in perf_ibs_cache_hit_st_valid()
1081 if (boot_cpu_data.x86 == 0x19 && boot_cpu_data.x86_model <= 0xF && in perf_ibs_get_op_data2()
1443 if (boot_cpu_data.x86 == 0x19 && boot_cpu_data.x86_model < 0x10) in perf_ibs_fetch_init()
/linux/arch/x86/kernel/cpu/mce/
H A Damd.c609 c->x86_model >= 0x10 && c->x86_model <= 0x2F && in amd_filter_mce()
640 (c->x86_model >= 0x10 && c->x86_model <= 0x2F)) { in disable_err_thresholding()
H A Dcore.c1944 if (c->x86 == 0x15 && c->x86_model <= 0xf) in amd_apply_global_quirks()
1988 if (c->x86 > 6 || (c->x86_model == 0x19 || c->x86_model == 0x1f)) { in zhaoxin_apply_global_quirks()
2023 if ((c->x86 == 6 && c->x86_model == 0xf && c->x86_stepping >= 0xe) || in mce_centaur_feature_init()
2043 if ((c->x86 == 7 && c->x86_model == 0x1b) || in mce_zhaoxin_feature_init()
2044 (c->x86_model == 0x19 || c->x86_model == 0x1f)) { in mce_zhaoxin_feature_init()
/linux/drivers/hwmon/
H A Dk8temp.c145 model = boot_cpu_data.x86_model; in k8temp_probe()
H A Dvia-cputemp.c128 switch (c->x86_model) { in via_cputemp_probe()
/linux/drivers/ras/amd/
H A Dfmpm.c772 if (!(boot_cpu_data.x86_model >= 0x90 && in get_system_info()
773 boot_cpu_data.x86_model <= 0x9f)) in get_system_info()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h361 static inline unsigned int x86_model(unsigned int eax) in x86_model() function
695 return x86_model(this_cpu_fms()); in this_cpu_model()
965 return x86_model(kvm_cpu_fms()); in kvm_cpu_model()

12