Home
last modified time | relevance | path

Searched refs:x86_model (Results 1 – 25 of 38) sorted by relevance

12

/arch/x86/kernel/cpu/
Damd.c83 if (c->x86_model == 9 || c->x86_model == 10) { in init_amd_k5()
96 if (c->x86_model < 6) { in init_amd_k6()
98 if (c->x86_model == 0) { in init_amd_k6()
105 if (c->x86_model == 6 && c->x86_mask == 1) { in init_amd_k6()
134 if (c->x86_model < 8 || in init_amd_k6()
135 (c->x86_model == 8 && c->x86_mask < 8)) { in init_amd_k6()
154 if ((c->x86_model == 8 && c->x86_mask > 7) || in init_amd_k6()
155 c->x86_model == 9 || c->x86_model == 13) { in init_amd_k6()
176 if (c->x86_model == 10) { in init_amd_k6()
194 if (c->x86_model >= 6 && c->x86_model <= 10) { in init_amd_k7()
[all …]
Dcentaur.c50 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()
Dintel.c33 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()
117 if (c->x86 == 6 && c->x86_model < 15) in early_init_intel()
139 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel()
158 if (c->x86 == 5 && c->x86_model == 9) { in early_init_intel()
176 boot_cpu_data.x86_model == 1 && in ppro_with_ram_bug()
[all …]
Dcyrix.c213 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()
Dmatch.c41 if (m->model != X86_MODEL_ANY && c->x86_model != m->model) in x86_match_cpu()
Dperf_event_p6.c250 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()
Dcommon.c369 if (c->x86_model >= 16) in table_lookup_model()
379 return info->model_names[c->x86_model]; in table_lookup_model()
600 c->x86_model = (tfms >> 4) & 0xf; in cpu_detect()
606 c->x86_model += ((tfms >> 16) & 0xf) << 4; in cpu_detect()
845 c->x86_model = c->x86_mask = 0; /* So far unknown... */ in identify_cpu()
915 c->x86, c->x86_model); in identify_cpu()
1099 printk(KERN_CONT " (fam: %02x, model: %02x", c->x86, c->x86_model); in print_cpu_info()
Dproc.c69 c->x86_model, in show_cpuinfo()
Dperf_event_p4.c735 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()
/arch/x86/include/asm/
Dgeode.h21 (boot_cpu_data.x86_model == 5)); in is_geode_gx()
28 (boot_cpu_data.x86_model == 10)); in is_geode_lx()
Dacpi.h90 boot_cpu_data.x86_model <= 0x05 && in acpi_processor_cstate_check()
Dcpufeature.h578 boot_cpu_data.x86_model
/arch/x86/kernel/
Dtsc_msr.c43 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()
Damd_nb.c92 (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model < 0x10)) in amd_cache_northbridges()
106 boot_cpu_data.x86_model >= 0x8 && in amd_cache_northbridges()
107 (boot_cpu_data.x86_model > 0x9 || in amd_cache_northbridges()
Dalternative.c199 boot_cpu_data.x86_model >= 0x0f && in arch_init_ideal_nops()
200 boot_cpu_data.x86_model != 0x1c && in arch_init_ideal_nops()
201 boot_cpu_data.x86_model != 0x26 && in arch_init_ideal_nops()
202 boot_cpu_data.x86_model != 0x27 && in arch_init_ideal_nops()
203 boot_cpu_data.x86_model < 0x30) { in arch_init_ideal_nops()
Dasm-offsets_32.c29 OFFSET(CPUINFO_x86_model, cpuinfo_x86, x86_model); in foo()
/arch/x86/kernel/cpu/microcode/
Dintel_early.c143 u8 x86, x86_model; in get_x86_model() local
146 x86_model = (sig >> 4) & 0xf; in get_x86_model()
149 x86_model += ((sig >> 16) & 0xf) << 4; in get_x86_model()
151 return x86_model; in get_x86_model()
162 u8 x86, x86_model; in matching_model_microcode() local
171 x86_model = get_x86_model(sig); in matching_model_microcode()
176 if (x86 == x86_ucode && x86_model == x86_model_ucode) in matching_model_microcode()
192 if (x86 == x86_ucode && x86_model == x86_model_ucode) in matching_model_microcode()
371 u8 x86, x86_model; in collect_cpu_info_early() local
387 x86_model = get_x86_model(csig.sig); in collect_cpu_info_early()
[all …]
Dintel.c102 if ((c->x86_model >= 5) || (c->x86 > 6)) { in collect_cpu_info()
284 c->x86_model == 79 && in is_blacklisted()
308 c->x86, c->x86_model, c->x86_mask); in request_microcode_fw()
/arch/x86/platform/intel-mid/
Dintel-mid.c110 boot_cpu_data.x86, boot_cpu_data.x86_model); in intel_mid_arch_setup()
115 switch (boot_cpu_data.x86_model) { in intel_mid_arch_setup()
/arch/x86/oprofile/
Dop_model_ppro.c88 __this_cpu_read(cpu_info.x86_model) == 15)) { in ppro_setup_ctrs()
216 boot_cpu_data.x86_model == 15) { in arch_perfmon_setup_counters()
Dnmi_int.c581 __u8 cpu_model = boot_cpu_data.x86_model; in p4_init()
635 __u8 cpu_model = boot_cpu_data.x86_model; in ppro_init()
/arch/x86/crypto/
Dtwofish_glue_3way.c443 (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/acpi/
Dcstate.c53 (c->x86 > 0xf || (c->x86 == 6 && c->x86_model >= 0x0f))) in acpi_processor_power_init_bm_check()
/arch/x86/kernel/cpu/mcheck/
Dtherm_throt.c516 if (c->x86 == 6 && (c->x86_model == 9 || c->x86_model == 13)) { in intel_init_thermal()
Dmce.c1547 (c->x86_model >= 0x10 && c->x86_model <= 0x1f)) { in __mcheck_cpu_apply_quirks()
1590 if (c->x86 == 6 && c->x86_model < 0x1A && cfg->banks > 0) in __mcheck_cpu_apply_quirks()
1597 if ((c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xe)) && in __mcheck_cpu_apply_quirks()
1605 if (c->x86 == 6 && c->x86_model <= 13 && cfg->bootlog < 0) in __mcheck_cpu_apply_quirks()
1608 if (c->x86 == 6 && c->x86_model == 45) in __mcheck_cpu_apply_quirks()

12