| /linux/arch/x86/kernel/cpu/ |
| A D | amd.c | 100 if (c->x86_model == 9 || c->x86_model == 10) { in init_amd_k5() 113 if (c->x86_model < 6) { in init_amd_k6() 115 if (c->x86_model == 0) { in init_amd_k6() 151 if (c->x86_model < 8 || in init_amd_k6() 172 c->x86_model == 9 || c->x86_model == 13) { in init_amd_k6() 193 if (c->x86_model == 10) { in init_amd_k6() 211 if (c->x86_model >= 6 && c->x86_model <= 10) { in init_amd_k7() 224 if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) { in init_amd_k7() 259 (c->x86_model > 7)) in init_amd_k7() 567 if (c->x86_model == 13 || c->x86_model == 9 || in early_init_amd() [all …]
|
| 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()
|
| A D | match.c | 46 if (m->model != X86_MODEL_ANY && c->x86_model != m->model) in x86_match_cpu() 65 for (m = match; m->x86_family | m->x86_model; m++) { in x86_match_cpu_with_stepping() 70 if (c->x86_model != m->x86_model) in x86_match_cpu_with_stepping()
|
| A D | intel.c | 226 if (c->x86 < 6 || (c->x86 == 6 && c->x86_model < 0xd)) in intel_unlock_cpuid_leafs() 241 if ((c->x86 == 0xf && c->x86_model >= 0x03) || in early_init_intel() 242 (c->x86 == 0x6 && c->x86_model >= 0x0e)) in early_init_intel() 287 if (c->x86 == 0xF && c->x86_model == 0x3 in early_init_intel() 332 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel() 383 boot_cpu_data.x86_model == 1 && in ppro_with_ram_bug() 402 c->x86_model <= 3) { in intel_smp_check() 429 if (c->x86 == 5 && c->x86_model < 9) { in intel_workarounds() 607 switch (c->x86_model) { in init_intel() 660 if ((c->x86 == 6) && (c->x86_model == 11) && (size == 0)) in intel_size_cache() [all …]
|
| 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()
|
| 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()
|
| /linux/arch/x86/kernel/acpi/ |
| A D | cppc.c | 30 if (boot_cpu_data.x86 == 0x19 && ((boot_cpu_data.x86_model <= 0x0f) || in cpc_supported_by_cpu() 31 (boot_cpu_data.x86_model >= 0x20 && boot_cpu_data.x86_model <= 0x2f))) in cpc_supported_by_cpu() 34 boot_cpu_data.x86_model >= 0x30 && boot_cpu_data.x86_model <= 0x7f) in cpc_supported_by_cpu() 261 switch (boot_cpu_data.x86_model) { in amd_get_boost_ratio_numerator()
|
| A D | cstate.c | 53 (c->x86 > 0xf || (c->x86 == 6 && c->x86_model >= 0x0f))) in acpi_processor_power_init_bm_check() 57 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model == 0x0f && in acpi_processor_power_init_bm_check()
|
| /linux/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 | 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 | k10temp.c | 351 return boot_cpu_data.x86_model < 4 || in has_erratum_319() 352 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2); in has_erratum_319() 446 ((boot_cpu_data.x86_model & 0xf0) == 0x60 || in k10temp_probe() 447 (boot_cpu_data.x86_model & 0xf0) == 0x70)) { in k10temp_probe() 456 switch (boot_cpu_data.x86_model) { in k10temp_probe() 477 switch (boot_cpu_data.x86_model) { in k10temp_probe()
|
| /linux/arch/x86/include/asm/ |
| 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()
|
| A D | cpu_device_id.h | 258 u8 x86_model; member 266 .x86_model = VFM_MODEL(vfm), \ 274 .x86_model = (model), \
|
| A D | cpu.h | 27 unsigned int x86_model(unsigned int sig);
|
| /linux/arch/x86/lib/ |
| 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/ |
| 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/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 | sc520_freq.c | 78 c->x86 != 4 || c->x86_model != 9) in sc520_freq_cpu_init()
|
| /linux/arch/x86/events/intel/ |
| A D | p6.c | 251 switch (boot_cpu_data.x86_model) { in p6_pmu_init() 272 pr_cont("unsupported p6 CPU model %d ", boot_cpu_data.x86_model); in p6_pmu_init()
|
| /linux/drivers/platform/x86/amd/ |
| A D | hsmp.c | 740 if (boot_cpu_data.x86 == 0x1A && boot_cpu_data.x86_model <= 0x0F) in is_f1a_m0h() 777 boot_cpu_data.x86, boot_cpu_data.x86_model); in init_platform_device() 828 boot_cpu_data.x86, boot_cpu_data.x86_model); in hsmp_pltdrv_probe() 921 switch (boot_cpu_data.x86_model) { in legacy_hsmp_support() 931 switch (boot_cpu_data.x86_model) { in legacy_hsmp_support() 967 boot_cpu_data.x86, boot_cpu_data.x86_model); in hsmp_plt_init()
|
| /linux/arch/x86/kvm/ |
| A D | cpuid.h | 134 return x86_model(best->eax); in guest_cpuid_model() 139 return boot_cpu_data.x86_model == guest_cpuid_model(vcpu); in cpuid_model_is_consistent()
|
| /linux/arch/x86/kernel/cpu/mce/ |
| A D | core.c | 1922 if (c->x86 == 0x15 && c->x86_model <= 0xf) in __mcheck_cpu_apply_quirks() 1940 if (c->x86 == 6 && c->x86_model < 0x1A && this_cpu_read(mce_num_banks) > 0) in __mcheck_cpu_apply_quirks() 1947 if ((c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xe)) && in __mcheck_cpu_apply_quirks() 1955 if (c->x86 == 6 && c->x86_model <= 13 && cfg->bootlog < 0) in __mcheck_cpu_apply_quirks() 1974 if (c->x86 > 6 || (c->x86_model == 0x19 || c->x86_model == 0x1f)) { in __mcheck_cpu_apply_quirks() 2030 if ((c->x86 == 6 && c->x86_model == 0xf && c->x86_stepping >= 0xe) || in mce_centaur_feature_init() 2050 if ((c->x86 == 7 && c->x86_model == 0x1b) || in mce_zhaoxin_feature_init() 2051 (c->x86_model == 0x19 || c->x86_model == 0x1f)) { in mce_zhaoxin_feature_init()
|
| /linux/arch/x86/kernel/cpu/microcode/ |
| A D | intel.c | 77 if (x86_model(sig->sig) >= 5 || x86_family(sig->sig) > 6) { in intel_collect_cpu_info() 359 x86_family(eax), x86_model(eax), x86_stepping(eax)); in load_builtin_intel_microcode() 605 c->x86, c->x86_model, c->x86_stepping); in request_microcode_fw()
|