| /linux/arch/x86/kernel/acpi/ |
| H A D | cppc.c | 32 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 D | cstate.c | 59 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 D | geode.h | 18 (boot_cpu_data.x86_model == 5)); in is_geode_gx() 25 (boot_cpu_data.x86_model == 10)); in is_geode_lx()
|
| H A D | cpufeature.h | 139 boot_cpu_data.x86_model
|
| H A D | acpi.h | 101 boot_cpu_data.x86_model <= 0x05 && in acpi_processor_cstate_check()
|
| /linux/arch/x86/lib/ |
| H A D | cpu.c | 19 unsigned int x86_model(unsigned int sig) in x86_model() function 32 EXPORT_SYMBOL_GPL(x86_model);
|
| /linux/drivers/char/hw_random/ |
| H 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()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | topology_amd.c | 119 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 D | common.c | 736 if (c->x86_model >= 16) in table_lookup_model() 746 return info->model_names[c->x86_model]; in table_lookup_model() 958 c->x86_model = x86_model(tfms); in cpu_detect() 2011 c->x86_model = c->x86_stepping = 0; /* So far unknown... */ in identify_cpu() 2088 c->x86, c->x86_model); in identify_cpu() 2213 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 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()
|
| /linux/arch/x86/kernel/ |
| H A D | amd_nb.c | 104 boot_cpu_data.x86_model >= 0x8 && in amd_cache_northbridges() 105 (boot_cpu_data.x86_model > 0x9 || in amd_cache_northbridges()
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | amd.c | 611 c->x86_model == 0x50 && in amd_filter_mce() 619 c->x86_model >= 0x10 && c->x86_model <= 0x2F && in amd_filter_mce() 650 (c->x86_model >= 0x10 && c->x86_model <= 0x2F)) { in disable_err_thresholding()
|
| H A D | core.c | 1944 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/cpufreq/ |
| H A D | e_powersaver.c | 196 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 D | longhaul.c | 767 switch (c->x86_model) { in longhaul_cpu_init() 939 switch (c->x86_model) { in longhaul_init()
|
| H A D | powernow-k7.c | 134 if ((c->x86_model == 6) && (c->x86_stepping == 0)) { in check_powernow()
|
| /linux/drivers/mtd/nand/raw/ |
| H 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()
|
| /linux/drivers/crypto/ |
| H A D | padlock-sha.c | 344 if (c->x86_model < 0x0f) { in padlock_init() 376 if (c->x86_model >= 0x0f) { in padlock_fini()
|
| H A D | padlock-aes.c | 507 if (c->x86 == 6 && c->x86_model == 15 && c->x86_stepping == 2) { in padlock_init()
|
| /linux/arch/um/include/asm/ |
| H A D | cpufeature.h | 138 boot_cpu_data.x86_model
|
| /linux/drivers/hwmon/ |
| H A D | k8temp.c | 145 model = boot_cpu_data.x86_model; in k8temp_probe()
|
| H A D | via-cputemp.c | 128 switch (c->x86_model) { in via_cputemp_probe()
|
| /linux/drivers/ras/amd/ |
| H 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()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 363 static inline unsigned int x86_model(unsigned int eax) in x86_model() function 697 return x86_model(this_cpu_fms()); in this_cpu_model() 971 return x86_model(kvm_cpu_fms()); in kvm_cpu_model()
|
| /linux/drivers/iommu/amd/ |
| H A D | init.c | 1837 (boot_cpu_data.x86_model < 0x10) || in amd_iommu_erratum_746_workaround() 1838 (boot_cpu_data.x86_model > 0x1f)) in amd_iommu_erratum_746_workaround() 1868 (boot_cpu_data.x86_model < 0x30) || in amd_iommu_ats_write_check_workaround() 1869 (boot_cpu_data.x86_model > 0x3f)) in amd_iommu_ats_write_check_workaround() 3432 if (boot_cpu_data.x86_model >= 0x10) { in amd_iommu_apply_erratum_snp()
|