| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | amd.c | 102 if (c->x86_model == 9 || c->x86_model == 10) { in init_amd_k5() 115 if (c->x86_model < 6) { in init_amd_k6() 117 if (c->x86_model == 0) { in init_amd_k6() 153 if (c->x86_model < 8 || in init_amd_k6() 174 c->x86_model == 9 || c->x86_model == 13) { in init_amd_k6() 195 if (c->x86_model == 10) { in init_amd_k6() 213 if (c->x86_model >= 6 && c->x86_model <= 10) { in init_amd_k7() 226 if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) { in init_amd_k7() 261 (c->x86_model > 7)) in init_amd_k7() 579 if (c->x86_model == 13 || c->x86_model == 9 || in early_init_amd() [all …]
|
| H A D | centaur.c | 53 if (c->x86_model >= 6 && c->x86_model <= 13) { in init_c3() 61 if (c->x86_model >= 6 && c->x86_model < 9) in init_c3() 64 if (c->x86 == 0x6 && c->x86_model >= 0xf) { in init_c3() 101 if ((c->x86 == 6 && c->x86_model >= 0xf) || in early_init_centaur() 146 switch (c->x86_model) { in init_centaur() 195 if (c->x86_model >= 8) in init_centaur() 221 if ((c->x86 == 6) && ((c->x86_model == 7) || (c->x86_model == 8))) in centaur_size_cache() 229 if ((c->x86 == 6) && (c->x86_model == 9) && in centaur_size_cache()
|
| H A D | cyrix.c | 218 c->x86_model = (dir1 >> 4) + 1; in init_cyrix() 250 (c->x86_model)++; in init_cyrix() 315 c->x86_model = (dir1 & 0x20) ? 1 : 2; in init_cyrix() 332 (c->x86_model)++; in init_cyrix() 381 if (c->x86 == 5 && c->x86_model == 5) in init_nsc()
|
| H A D | topology_amd.c | 113 if (!boot_cpu_has(X86_FEATURE_HYPERVISOR) && tscan->c->x86_model <= 0x3) { in parse_8000_001e() 157 c->x86 != 0x15 || c->x86_model < 0x10 || c->x86_model > 0x6f) in topoext_fixup()
|
| H A D | match.c | 74 if (m->model != X86_MODEL_ANY && c->x86_model != m->model) in x86_match_cpu()
|
| /linux-6.15/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()
|
| /linux-6.15/drivers/hwmon/ |
| H 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()
|
| H 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()
|
| H 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()
|
| /linux-6.15/drivers/platform/x86/amd/hsmp/ |
| H A D | plat.c | 142 if (boot_cpu_data.x86 == 0x1A && boot_cpu_data.x86_model <= 0x0F) in is_f1a_m0h() 177 boot_cpu_data.x86, boot_cpu_data.x86_model); in init_platform_device() 259 switch (boot_cpu_data.x86_model) { in legacy_hsmp_support() 269 switch (boot_cpu_data.x86_model) { in legacy_hsmp_support() 288 boot_cpu_data.x86, boot_cpu_data.x86_model); in hsmp_plt_init()
|
| /linux-6.15/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 | cpu.h | 26 unsigned int x86_model(unsigned int sig);
|
| H A D | amd_nb.h | 58 (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model < 0x10)) in amd_gart_present()
|
| /linux-6.15/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-6.15/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-6.15/drivers/cpufreq/ |
| H 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()
|
| H 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()
|
| H A D | speedstep-centrino.c | 40 __u8 x86_model; /* model */ member 280 (c->x86_model == x->x86_model) && in centrino_verify_cpu_id()
|
| H A D | sc520_freq.c | 78 c->x86 != 4 || c->x86_model != 9) in sc520_freq_cpu_init()
|
| /linux-6.15/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-6.15/arch/x86/kernel/ |
| H A D | amd_nb.c | 105 boot_cpu_data.x86_model >= 0x8 && in amd_cache_northbridges() 106 (boot_cpu_data.x86_model > 0x9 || in amd_cache_northbridges()
|
| H A D | asm-offsets_32.c | 17 OFFSET(CPUINFO_x86_model, cpuinfo_x86, x86_model); in foo()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | cpuid.h | 132 return x86_model(best->eax); in guest_cpuid_model() 137 return boot_cpu_data.x86_model == guest_cpuid_model(vcpu); in cpuid_model_is_consistent()
|
| /linux-6.15/arch/x86/events/zhaoxin/ |
| H A D | core.c | 549 if ((boot_cpu_data.x86_model == 0x0f && boot_cpu_data.x86_stepping >= 0x0e) || in zhaoxin_pmu_init() 550 boot_cpu_data.x86_model == 0x19) { in zhaoxin_pmu_init() 575 switch (boot_cpu_data.x86_model) { in zhaoxin_pmu_init()
|
| /linux-6.15/arch/x86/kernel/cpu/microcode/ |
| H A D | intel.c | 77 if (IFM(x86_family(sig->sig), x86_model(sig->sig)) >= INTEL_PENTIUM_III_DESCHUTES) { in intel_collect_cpu_info() 353 x86_family(eax), x86_model(eax), x86_stepping(eax)); in load_builtin_intel_microcode() 599 c->x86, c->x86_model, c->x86_stepping); in request_microcode_fw()
|