/arch/x86/kernel/cpu/ |
D | amd.c | 93 if (c->x86_model == 9 || c->x86_model == 10) { in init_amd_k5() 106 if (c->x86_model < 6) { in init_amd_k6() 108 if (c->x86_model == 0) { in init_amd_k6() 115 if (c->x86_model == 6 && c->x86_stepping == 1) { in init_amd_k6() 144 if (c->x86_model < 8 || in init_amd_k6() 145 (c->x86_model == 8 && c->x86_stepping < 8)) { in init_amd_k6() 164 if ((c->x86_model == 8 && c->x86_stepping > 7) || in init_amd_k6() 165 c->x86_model == 9 || c->x86_model == 13) { in init_amd_k6() 186 if (c->x86_model == 10) { in init_amd_k6() 204 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 | 82 if (c->x86_model == spectre_bad_microcodes[i].model && in bad_spectre_microcode() 94 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel() 102 if ((c->x86 == 0xf && c->x86_model >= 0x03) || in early_init_intel() 103 (c->x86 == 0x6 && c->x86_model >= 0x0e)) in early_init_intel() 133 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_stepping <= 2 && in early_init_intel() 148 if (c->x86 == 0xF && c->x86_model == 0x3 in early_init_intel() 168 switch (c->x86_model) { in early_init_intel() 189 if (c->x86 == 6 && c->x86_model < 15) in early_init_intel() 211 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel() 230 if (c->x86 == 5 && c->x86_model == 9) { in early_init_intel() [all …]
|
D | cyrix.c | 214 c->x86_model = (dir1 >> 4) + 1; in init_cyrix() 246 (c->x86_model)++; in init_cyrix() 310 c->x86_model = (dir1 & 0x20) ? 1 : 2; in init_cyrix() 327 (c->x86_model)++; in init_cyrix() 376 if (c->x86 == 5 && c->x86_model == 5) in init_nsc()
|
D | match.c | 43 if (m->model != X86_MODEL_ANY && c->x86_model != m->model) in x86_match_cpu()
|
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 | perf_event_intel_cstate.c | 140 switch (boot_cpu_data.x86_model) { in test_core() 267 switch (boot_cpu_data.x86_model) { in test_pkg() 603 switch (boot_cpu_data.x86_model) { in cstate_init()
|
D | common.c | 420 if (c->x86_model >= 16) in table_lookup_model() 430 return info->model_names[c->x86_model]; in table_lookup_model() 654 c->x86_model = (tfms >> 4) & 0xf; in cpu_detect() 660 c->x86_model += ((tfms >> 16) & 0xf) << 4; in cpu_detect() 1193 c->x86_model = c->x86_stepping = 0; /* So far unknown... */ in identify_cpu() 1263 c->x86, c->x86_model); in identify_cpu() 1438 printk(KERN_CONT " (family: 0x%x, model: 0x%x", c->x86, c->x86_model); in print_cpu_info()
|
D | proc.c | 70 c->x86_model, in show_cpuinfo()
|
D | perf_event_msr.c | 25 switch (boot_cpu_data.x86_model) { in test_intel()
|
/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 | 243 boot_cpu_data.x86_model
|
/arch/x86/kernel/ |
D | tsc_msr.c | 44 u8 x86_model; /* model */ member 68 (model == freq_desc_tables[i].x86_model)) in match_cpu() 90 cpu_index = match_cpu(boot_cpu_data.x86, boot_cpu_data.x86_model); in try_msr_calibrate_tsc()
|
D | alternative.c | 207 boot_cpu_data.x86_model >= 0x0f && in arch_init_ideal_nops() 208 boot_cpu_data.x86_model != 0x1c && in arch_init_ideal_nops() 209 boot_cpu_data.x86_model != 0x26 && in arch_init_ideal_nops() 210 boot_cpu_data.x86_model != 0x27 && in arch_init_ideal_nops() 211 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()
|
/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()
|
/arch/x86/oprofile/ |
D | op_model_ppro.c | 88 __this_cpu_read(cpu_info.x86_model) == 15)) { in ppro_setup_ctrs() 216 boot_cpu_data.x86_model == 15) { in arch_perfmon_setup_counters()
|
/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()
|
/arch/x86/kernel/cpu/microcode/ |
D | intel.c | 327 model = x86_model(csig.sig); in collect_cpu_info_early() 481 model = x86_model(eax); in load_builtin_intel_microcode() 774 if ((c->x86_model >= 5) || (c->x86 > 6)) { in collect_cpu_info() 970 c->x86_model == 79 && in is_blacklisted() 994 c->x86, c->x86_model, c->x86_stepping); in request_microcode_fw()
|
/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()
|
/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()
|