/linux-4.4.14/arch/x86/kernel/cpu/ |
D | amd.c | 92 if (c->x86_model == 9 || c->x86_model == 10) { in init_amd_k5() 105 if (c->x86_model < 6) { in init_amd_k6() 107 if (c->x86_model == 0) { in init_amd_k6() 114 if (c->x86_model == 6 && c->x86_mask == 1) { in init_amd_k6() 143 if (c->x86_model < 8 || in init_amd_k6() 144 (c->x86_model == 8 && c->x86_mask < 8)) { in init_amd_k6() 163 if ((c->x86_model == 8 && c->x86_mask > 7) || in init_amd_k6() 164 c->x86_model == 9 || c->x86_model == 13) { in init_amd_k6() 185 if (c->x86_model == 10) { in init_amd_k6() 203 if (c->x86_model >= 6 && c->x86_model <= 10) { in init_amd_k7() [all …]
|
D | centaur.c | 50 if (c->x86_model >= 6 && c->x86_model <= 13) { in init_c3() 58 if (c->x86_model >= 6 && c->x86_model < 9) in init_c3() 61 if (c->x86 == 0x6 && c->x86_model >= 0xf) { in init_c3() 100 if (c->x86_model >= 0xf) in early_init_centaur() 128 switch (c->x86_model) { in init_centaur() 177 if (c->x86_model >= 8) in init_centaur() 203 if ((c->x86 == 6) && ((c->x86_model == 7) || (c->x86_model == 8))) in centaur_size_cache() 211 if ((c->x86 == 6) && (c->x86_model == 9) && in centaur_size_cache()
|
D | intel.c | 33 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel() 41 if ((c->x86 == 0xf && c->x86_model >= 0x03) || in early_init_intel() 42 (c->x86 == 0x6 && c->x86_model >= 0x0e)) in early_init_intel() 62 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_mask <= 2 && in early_init_intel() 77 if (c->x86 == 0xF && c->x86_model == 0x3 in early_init_intel() 97 switch (c->x86_model) { in early_init_intel() 118 if (c->x86 == 6 && c->x86_model < 15) in early_init_intel() 140 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel() 159 if (c->x86 == 5 && c->x86_model == 9) { in early_init_intel() 177 boot_cpu_data.x86_model == 1 && in ppro_with_ram_bug() [all …]
|
D | cyrix.c | 213 c->x86_model = (dir1 >> 4) + 1; in init_cyrix() 245 (c->x86_model)++; in init_cyrix() 309 c->x86_model = (dir1 & 0x20) ? 1 : 2; in init_cyrix() 326 (c->x86_model)++; in init_cyrix() 375 if (c->x86 == 5 && c->x86_model == 5) in init_nsc()
|
D | perf_event_p6.c | 250 switch (boot_cpu_data.x86_model) { in p6_pmu_init() 271 pr_cont("unsupported p6 CPU model %d ", boot_cpu_data.x86_model); in p6_pmu_init()
|
D | match.c | 41 if (m->model != X86_MODEL_ANY && c->x86_model != m->model) in x86_match_cpu()
|
D | common.c | 351 if (c->x86_model >= 16) in table_lookup_model() 361 return info->model_names[c->x86_model]; in table_lookup_model() 585 c->x86_model = (tfms >> 4) & 0xf; in cpu_detect() 591 c->x86_model += ((tfms >> 16) & 0xf) << 4; in cpu_detect() 869 c->x86_model = c->x86_mask = 0; /* So far unknown... */ in identify_cpu() 939 c->x86, c->x86_model); in identify_cpu() 1113 printk(KERN_CONT " (family: 0x%x, model: 0x%x", c->x86, c->x86_model); in print_cpu_info()
|
D | perf_event_intel_cstate.c | 139 switch (boot_cpu_data.x86_model) { in test_core() 266 switch (boot_cpu_data.x86_model) { in test_pkg() 601 switch (boot_cpu_data.x86_model) { in cstate_init()
|
D | proc.c | 70 c->x86_model, in show_cpuinfo()
|
D | perf_event_msr.c | 24 switch (boot_cpu_data.x86_model) { in test_intel()
|
D | perf_event_p4.c | 735 if (boot_cpu_data.x86_model != 3 && in p4_event_match_cpu_model() 736 boot_cpu_data.x86_model != 4 && in p4_event_match_cpu_model() 737 boot_cpu_data.x86_model != 6) in p4_event_match_cpu_model() 1350 boot_cpu_data.x86_model); in p4_pmu_init()
|
D | perf_event_intel_uncore.c | 959 switch (boot_cpu_data.x86_model) { in uncore_pci_init() 1261 switch (boot_cpu_data.x86_model) { in uncore_cpu_init()
|
D | perf_event_intel_rapl.c | 721 switch (boot_cpu_data.x86_model) { in rapl_pmu_init()
|
D | perf_event_intel.c | 3048 switch (cpu_data(cpu).x86_model) { in intel_snb_pebs_broken() 3295 switch (boot_cpu_data.x86_model) { in intel_pmu_init() 3420 if (boot_cpu_data.x86_model == 45) in intel_pmu_init() 3458 if (boot_cpu_data.x86_model == 62) in intel_pmu_init()
|
D | perf_event_intel_lbr.c | 1014 if (boot_cpu_data.x86_model == 28 in intel_pmu_lbr_init_atom()
|
D | perf_event_intel_uncore_nhmex.c | 1213 if (boot_cpu_data.x86_model == 46) in nhmex_uncore_cpu_init()
|
D | perf_event_intel_ds.c | 152 int model = boot_cpu_data.x86_model; in load_latency_data()
|
/linux-4.4.14/drivers/hwmon/ |
D | fam15h_power.c | 78 if (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60) { in show_power() 126 (c->x86_model <= 0xf || in fam15h_power_init_attrs() 127 (c->x86_model >= 0x60 && c->x86_model <= 0x6f))) in fam15h_power_init_attrs() 140 (c->x86_model <= 0xf || in fam15h_power_init_attrs() 141 (c->x86_model >= 0x60 && c->x86_model <= 0x6f))) in fam15h_power_init_attrs()
|
D | coretemp.c | 271 if (c->x86_model == tm->model && in adjust_tjmax() 278 if (c->x86_model == 0xf && c->x86_mask < 4) in adjust_tjmax() 281 if (c->x86_model > 0xe && usemsr_ee) { in adjust_tjmax() 295 } else if (c->x86_model < 0x17 && !(eax & 0x10000000)) { in adjust_tjmax() 310 if (c->x86_model == 0x17 && in adjust_tjmax() 344 u8 model = c->x86_model; in cpu_has_tjmax() 429 if (c->x86_model == 0xe && c->x86_mask < 0xc && c->microcode < 0x39) { in chk_ucode_version() 518 if (c->x86_model > 0xe && c->x86_model != 0x1c) { in create_core_data()
|
D | k10temp.c | 81 if (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model == 0x60) { in show_temp() 181 return boot_cpu_data.x86_model < 4 || in has_erratum_319() 182 (boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_mask <= 2); in has_erratum_319()
|
D | via-cputemp.c | 139 switch (c->x86_model) { in via_cputemp_probe() 328 if (c->x86_model < 0x0a) in via_cputemp_init() 331 if (c->x86_model > 0x0f) { in via_cputemp_init() 332 pr_warn("Unknown CPU model 0x%x\n", c->x86_model); in via_cputemp_init()
|
D | hwmon-vid.c | 296 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_mask, c->x86_vendor); in vid_which_vrm()
|
D | k8temp.c | 189 model = boot_cpu_data.x86_model; in k8temp_probe()
|
/linux-4.4.14/arch/x86/kernel/ |
D | tsc_msr.c | 43 u8 x86_model; /* model */ member 67 (model == freq_desc_tables[i].x86_model)) in match_cpu() 89 cpu_index = match_cpu(boot_cpu_data.x86, boot_cpu_data.x86_model); in try_msr_calibrate_tsc()
|
D | alternative.c | 218 boot_cpu_data.x86_model >= 0x0f && in arch_init_ideal_nops() 219 boot_cpu_data.x86_model != 0x1c && in arch_init_ideal_nops() 220 boot_cpu_data.x86_model != 0x26 && in arch_init_ideal_nops() 221 boot_cpu_data.x86_model != 0x27 && in arch_init_ideal_nops() 222 boot_cpu_data.x86_model < 0x30) { in arch_init_ideal_nops()
|
D | amd_nb.c | 106 boot_cpu_data.x86_model >= 0x8 && in amd_cache_northbridges() 107 (boot_cpu_data.x86_model > 0x9 || in amd_cache_northbridges()
|
D | asm-offsets_32.c | 22 OFFSET(CPUINFO_x86_model, cpuinfo_x86, x86_model); in foo()
|
D | mpparse.c | 410 (boot_cpu_data.x86_model << 4) | boot_cpu_data.x86_mask; in construct_default_ISA_mptable()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | geode.h | 21 (boot_cpu_data.x86_model == 5)); in is_geode_gx() 28 (boot_cpu_data.x86_model == 10)); in is_geode_lx()
|
D | acpi.h | 94 boot_cpu_data.x86_model <= 0x05 && in acpi_processor_cstate_check()
|
D | amd_nb.h | 105 (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model < 0x10)) in amd_gart_present()
|
D | microcode.h | 144 static inline unsigned int x86_model(unsigned int sig) in x86_model() function
|
D | cpufeature.h | 607 boot_cpu_data.x86_model
|
D | processor.h | 91 __u8 x86_model; member
|
/linux-4.4.14/drivers/char/hw_random/ |
D | via-rng.c | 142 if ((c->x86 == 6) && (c->x86_model >= 0x0f)) { in via_rng_init() 169 if ((c->x86_model == 9) && (c->x86_mask > 7)) in via_rng_init() 173 if (c->x86_model >= 10) in via_rng_init()
|
/linux-4.4.14/drivers/cpufreq/ |
D | speedstep-lib.c | 185 if (c->x86_model < 2) in pentium4_get_frequency() 258 pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model); in speedstep_detect_processor() 267 if (c->x86_model != 2) in speedstep_detect_processor() 323 switch (c->x86_model) { in speedstep_detect_processor()
|
D | p4-clockmod.c | 132 switch (c->x86_model) { in cpufreq_p4_get_frequency() 179 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_mask; in cpufreq_p4_cpu_init() 190 c->x86_model < 2) { in cpufreq_p4_cpu_init()
|
D | speedstep-centrino.c | 38 __u8 x86_model; /* model */ member 278 (c->x86_model == x->x86_model) && in centrino_verify_cpu_id()
|
D | sc520_freq.c | 81 c->x86 != 4 || c->x86_model != 9) in sc520_freq_cpu_init()
|
D | elanfreq.c | 154 (c->x86 != 4) || (c->x86_model != 10)) in elanfreq_cpu_init()
|
D | e_powersaver.c | 199 switch (c->x86_model) { in eps_cpu_init() 411 if (!x86_match_cpu(eps_cpu_id) || boot_cpu_data.x86_model < 10) in eps_init()
|
D | longhaul.c | 779 switch (c->x86_model) { in longhaul_cpu_init() 954 switch (c->x86_model) { in longhaul_init()
|
D | powernow-k7.c | 135 if ((c->x86_model == 6) && (c->x86_mask == 0)) { in check_powernow()
|
D | cpufreq_ondemand.c | 65 boot_cpu_data.x86_model >= 15) in should_io_be_busy()
|
D | acpi-cpufreq.c | 641 (c->x86_model == 6) && in acpi_cpufreq_blacklist()
|
/linux-4.4.14/arch/x86/platform/intel-mid/ |
D | intel-mid.c | 118 boot_cpu_data.x86, boot_cpu_data.x86_model); in intel_mid_arch_setup() 123 switch (boot_cpu_data.x86_model) { in intel_mid_arch_setup()
|
/linux-4.4.14/arch/x86/kernel/cpu/microcode/ |
D | intel.c | 149 model = x86_model(sig); in matching_model_microcode() 152 model_ucode = x86_model(mc_header->sig); in matching_model_microcode() 167 model_ucode = x86_model(ext_sig->sig); in matching_model_microcode() 369 model = x86_model(csig.sig); in collect_cpu_info_early() 530 model = x86_model(eax); in load_builtin_intel_microcode() 817 if ((c->x86_model >= 5) || (c->x86 > 6)) { in collect_cpu_info() 1002 c->x86, c->x86_model, c->x86_mask); in request_microcode_fw()
|
/linux-4.4.14/arch/x86/oprofile/ |
D | op_model_ppro.c | 88 __this_cpu_read(cpu_info.x86_model) == 15)) { in ppro_setup_ctrs() 216 __this_cpu_read(cpu_info.x86_model) == 15) { in arch_perfmon_setup_counters()
|
D | nmi_int.c | 581 __u8 cpu_model = boot_cpu_data.x86_model; in p4_init() 635 __u8 cpu_model = boot_cpu_data.x86_model; in ppro_init()
|
D | op_model_p4.c | 434 if (boot_cpu_data.x86_model >= 0x3) { in p4_fill_in_addresses()
|
/linux-4.4.14/arch/x86/crypto/ |
D | twofish_glue_3way.c | 443 (boot_cpu_data.x86_model == 0x1c || in is_blacklisted_cpu() 444 boot_cpu_data.x86_model == 0x26 || in is_blacklisted_cpu() 445 boot_cpu_data.x86_model == 0x36)) { in is_blacklisted_cpu()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | cs553x_nand.c | 270 boot_cpu_data.x86_model == 10) in is_geode() 276 boot_cpu_data.x86_model == 5) in is_geode()
|
/linux-4.4.14/arch/x86/kernel/acpi/ |
D | cstate.c | 53 (c->x86 > 0xf || (c->x86 == 6 && c->x86_model >= 0x0f))) in acpi_processor_power_init_bm_check()
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | therm_throt.c | 511 if (c->x86 == 6 && (c->x86_model == 9 || c->x86_model == 13)) { in intel_init_thermal()
|
D | mce.c | 1512 if (c->x86 == 0x15 && c->x86_model <= 0xf) in __mcheck_cpu_apply_quirks() 1520 (c->x86_model >= 0x10 && c->x86_model <= 0x1f)) { in __mcheck_cpu_apply_quirks() 1557 if (c->x86 == 6 && c->x86_model < 0x1A && cfg->banks > 0) in __mcheck_cpu_apply_quirks() 1564 if ((c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xe)) && in __mcheck_cpu_apply_quirks() 1572 if (c->x86 == 6 && c->x86_model <= 13 && cfg->bootlog < 0) in __mcheck_cpu_apply_quirks() 1575 if (c->x86 == 6 && c->x86_model == 45) in __mcheck_cpu_apply_quirks()
|
/linux-4.4.14/drivers/idle/ |
D | intel_idle.c | 946 boot_cpu_data.x86, boot_cpu_data.x86_model); in intel_idle_probe() 971 " model 0x%X\n", boot_cpu_data.x86_model); in intel_idle_probe() 1074 switch (boot_cpu_data.x86_model) { in intel_idle_state_table_update()
|
/linux-4.4.14/drivers/crypto/ccp/ |
D | ccp-dev.c | 598 if ((cpuinfo->x86_model < 48) || (cpuinfo->x86_model > 63)) in ccp_mod_init()
|
/linux-4.4.14/drivers/edac/ |
D | mce_amd.c | 763 c->x86, c->x86_model, c->x86_mask, in amd_decode_mce() 877 xec_mask = c->x86_model == 0x60 ? 0x3f : 0x1f; in mce_amd_init()
|
D | amd64_edac.c | 2717 pvt->ext_model = boot_cpu_data.x86_model >> 4; in per_family_init() 2719 pvt->model = boot_cpu_data.x86_model; in per_family_init()
|
/linux-4.4.14/drivers/crypto/ |
D | padlock-sha.c | 548 if (c->x86_model < 0x0f) { in padlock_init() 580 if (c->x86_model >= 0x0f) { in padlock_fini()
|
D | padlock-aes.c | 534 if (c->x86 == 6 && c->x86_model == 15 && c->x86_mask == 2) { in padlock_init()
|
/linux-4.4.14/drivers/misc/mic/card/ |
D | mic_x100.c | 323 if (!(c->x86 == 11 && c->x86_model == 1)) { in mic_init()
|
/linux-4.4.14/arch/x86/mm/ |
D | pat.c | 270 (((c->x86 == 0x6) && (c->x86_model <= 0xd)) || in pat_init() 271 ((c->x86 == 0xf) && (c->x86_model <= 0x6)))) { in pat_init()
|
/linux-4.4.14/drivers/iommu/ |
D | amd_iommu_init.c | 1001 (boot_cpu_data.x86_model < 0x10) || in amd_iommu_erratum_746_workaround() 1002 (boot_cpu_data.x86_model > 0x1f)) in amd_iommu_erratum_746_workaround() 1033 (boot_cpu_data.x86_model < 0x30) || in amd_iommu_ats_write_check_workaround() 1034 (boot_cpu_data.x86_model > 0x3f)) in amd_iommu_ats_write_check_workaround()
|
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
D | main.c | 701 boot_cpu_data.x86_model == 0x3 && in mtrr_bp_init()
|
D | generic.c | 858 boot_cpu_data.x86_model == 1 && in generic_validate_add_page()
|
/linux-4.4.14/drivers/thermal/ |
D | intel_powerclamp.c | 712 boot_cpu_data.x86, boot_cpu_data.x86_model); in powerclamp_probe()
|
/linux-4.4.14/drivers/acpi/ |
D | processor_perflib.c | 298 if ((boot_cpu_data.x86 == 0x10 && boot_cpu_data.x86_model < 10) in amd_fixup_frequency()
|
/linux-4.4.14/drivers/powercap/ |
D | intel_rapl.c | 1520 boot_cpu_data.x86, boot_cpu_data.x86_model); in rapl_init()
|
/linux-4.4.14/drivers/platform/x86/ |
D | intel_ips.c | 1374 if (!(boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 37)) { in ips_detect_cpu()
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | apic.c | 1698 if ((boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model > 1) || in detect_init_APIC()
|
/linux-4.4.14/arch/x86/kvm/ |
D | vmx.c | 3288 switch (boot_cpu_data.x86_model) { in setup_vmcs_config()
|