blob: 71700247a5d7d0d1f4242e82f0f116852953c005 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#include <linux/init.h>
2#include <linux/kernel.h>
3
4#include <linux/string.h>
5#include <linux/bitops.h>
6#include <linux/smp.h>
Ingo Molnar83ce4002009-02-26 20:16:58 +01007#include <linux/sched.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#include <linux/thread_info.h>
Nick Piggin53e86b92005-11-13 16:07:23 -08009#include <linux/module.h>
Alan Cox8bdbd962009-07-04 00:35:45 +010010#include <linux/uaccess.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
12#include <asm/processor.h>
Sam Ravnborgd72b1b42007-10-17 18:04:33 +020013#include <asm/pgtable.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070014#include <asm/msr.h>
Harvey Harrison73bdb732008-02-04 16:48:04 +010015#include <asm/bugs.h>
Yinghai Lu1f442d72009-03-07 23:46:26 -080016#include <asm/cpu.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070017
Yinghai Lu185f3b92008-09-09 16:40:35 -070018#ifdef CONFIG_X86_64
Alan Cox8bdbd962009-07-04 00:35:45 +010019#include <linux/topology.h>
Yinghai Lu185f3b92008-09-09 16:40:35 -070020#endif
21
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include "cpu.h"
23
24#ifdef CONFIG_X86_LOCAL_APIC
25#include <asm/mpspec.h>
26#include <asm/apic.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#endif
28
Thomas Petazzoni03ae5762008-02-15 12:00:23 +010029static void __cpuinit early_init_intel(struct cpuinfo_x86 *c)
Linus Torvalds1da177e2005-04-16 15:20:36 -070030{
Fenghua Yu161ec532011-05-17 15:29:11 -070031 u64 misc_enable;
32
Ingo Molnar99fb4d32009-01-26 04:30:41 +010033 /* Unmask CPUID levels if masked: */
H. Peter Anvin30a0fb92009-01-26 09:40:58 -080034 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) {
Ingo Molnar99fb4d32009-01-26 04:30:41 +010035 rdmsrl(MSR_IA32_MISC_ENABLE, misc_enable);
36
37 if (misc_enable & MSR_IA32_MISC_ENABLE_LIMIT_CPUID) {
38 misc_enable &= ~MSR_IA32_MISC_ENABLE_LIMIT_CPUID;
39 wrmsrl(MSR_IA32_MISC_ENABLE, misc_enable);
40 c->cpuid_level = cpuid_eax(0);
H. Peter Anvind9003292010-09-28 15:35:01 -070041 get_cpu_cap(c);
Ingo Molnar99fb4d32009-01-26 04:30:41 +010042 }
H. Peter Anvin066941b2009-01-21 15:04:32 -080043 }
44
Andi Kleen2b16a232008-01-30 13:32:40 +010045 if ((c->x86 == 0xf && c->x86_model >= 0x03) ||
46 (c->x86 == 0x6 && c->x86_model >= 0x0e))
47 set_cpu_cap(c, X86_FEATURE_CONSTANT_TSC);
Yinghai Lu185f3b92008-09-09 16:40:35 -070048
Andi Kleen506ed6b2011-10-12 17:46:33 -070049 if (c->x86 >= 6 && !cpu_has(c, X86_FEATURE_IA64)) {
50 unsigned lower_word;
51
52 wrmsr(MSR_IA32_UCODE_REV, 0, 0);
53 /* Required by the SDM */
54 sync_core();
55 rdmsr(MSR_IA32_UCODE_REV, lower_word, c->microcode);
56 }
57
H. Peter Anvin7a0fc402010-04-13 14:40:54 -070058 /*
59 * Atom erratum AAE44/AAF40/AAG38/AAH41:
60 *
61 * A race condition between speculative fetches and invalidating
62 * a large page. This is worked around in microcode, but we
63 * need the microcode to have already been loaded... so if it is
64 * not, recommend a BIOS update and disable large pages.
65 */
Andi Kleen30963c02011-10-12 17:46:34 -070066 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_mask <= 2 &&
67 c->microcode < 0x20e) {
68 printk(KERN_WARNING "Atom PSE erratum detected, BIOS microcode update recommended\n");
69 clear_cpu_cap(c, X86_FEATURE_PSE);
H. Peter Anvin7a0fc402010-04-13 14:40:54 -070070 }
71
Yinghai Lu185f3b92008-09-09 16:40:35 -070072#ifdef CONFIG_X86_64
73 set_cpu_cap(c, X86_FEATURE_SYSENTER32);
74#else
75 /* Netburst reports 64 bytes clflush size, but does IO in 128 bytes */
76 if (c->x86 == 15 && c->x86_cache_alignment == 64)
77 c->x86_cache_alignment = 128;
78#endif
Venki Pallipadi40fb1712008-11-17 16:11:37 -080079
Jan Beulich13c6c532009-03-12 12:37:34 +000080 /* CPUID workaround for 0F33/0F34 CPU */
81 if (c->x86 == 0xF && c->x86_model == 0x3
82 && (c->x86_mask == 0x3 || c->x86_mask == 0x4))
83 c->x86_phys_bits = 36;
84
Venki Pallipadi40fb1712008-11-17 16:11:37 -080085 /*
86 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate
Ingo Molnar83ce4002009-02-26 20:16:58 +010087 * with P/T states and does not stop in deep C-states.
88 *
89 * It is also reliable across cores and sockets. (but not across
90 * cabinets - we turn it off in that case explicitly.)
Venki Pallipadi40fb1712008-11-17 16:11:37 -080091 */
92 if (c->x86_power & (1 << 8)) {
93 set_cpu_cap(c, X86_FEATURE_CONSTANT_TSC);
94 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC);
Dimitri Sivanich14be1f72010-03-01 11:48:15 -060095 if (!check_tsc_unstable())
96 sched_clock_stable = 1;
Venki Pallipadi40fb1712008-11-17 16:11:37 -080097 }
98
H. Peter Anvin75a04812009-01-22 16:17:05 -080099 /*
100 * There is a known erratum on Pentium III and Core Solo
101 * and Core Duo CPUs.
102 * " Page with PAT set to WC while associated MTRR is UC
103 * may consolidate to UC "
104 * Because of this erratum, it is better to stick with
105 * setting WC in MTRR rather than using PAT on these CPUs.
106 *
107 * Enable PAT WC only on P4, Core 2 or later CPUs.
108 */
109 if (c->x86 == 6 && c->x86_model < 15)
110 clear_cpu_cap(c, X86_FEATURE_PAT);
Vegard Nossumf8561292008-04-04 00:53:23 +0200111
112#ifdef CONFIG_KMEMCHECK
113 /*
114 * P4s have a "fast strings" feature which causes single-
115 * stepping REP instructions to only generate a #DB on
116 * cache-line boundaries.
117 *
118 * Ingo Molnar reported a Pentium D (model 6) and a Xeon
119 * (model 2) with the same problem.
120 */
121 if (c->x86 == 15) {
Vegard Nossumf8561292008-04-04 00:53:23 +0200122 rdmsrl(MSR_IA32_MISC_ENABLE, misc_enable);
123
124 if (misc_enable & MSR_IA32_MISC_ENABLE_FAST_STRING) {
125 printk(KERN_INFO "kmemcheck: Disabling fast string operations\n");
126
127 misc_enable &= ~MSR_IA32_MISC_ENABLE_FAST_STRING;
128 wrmsrl(MSR_IA32_MISC_ENABLE, misc_enable);
129 }
130 }
131#endif
Fenghua Yu161ec532011-05-17 15:29:11 -0700132
133 /*
134 * If fast string is not enabled in IA32_MISC_ENABLE for any reason,
135 * clear the fast string and enhanced fast string CPU capabilities.
136 */
137 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) {
138 rdmsrl(MSR_IA32_MISC_ENABLE, misc_enable);
139 if (!(misc_enable & MSR_IA32_MISC_ENABLE_FAST_STRING)) {
140 printk(KERN_INFO "Disabled fast string operations\n");
141 setup_clear_cpu_cap(X86_FEATURE_REP_GOOD);
142 setup_clear_cpu_cap(X86_FEATURE_ERMS);
143 }
144 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145}
146
Yinghai Lu185f3b92008-09-09 16:40:35 -0700147#ifdef CONFIG_X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148/*
149 * Early probe support logic for ppro memory erratum #50
150 *
151 * This is called before we do cpu ident work
152 */
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100153
Chuck Ebbert3bc9b762006-03-23 02:59:33 -0800154int __cpuinit ppro_with_ram_bug(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155{
156 /* Uses data from early_cpu_detect now */
157 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL &&
158 boot_cpu_data.x86 == 6 &&
159 boot_cpu_data.x86_model == 1 &&
160 boot_cpu_data.x86_mask < 8) {
161 printk(KERN_INFO "Pentium Pro with Errata#50 detected. Taking evasive action.\n");
162 return 1;
163 }
164 return 0;
165}
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100166
Yinghai Lu1f442d72009-03-07 23:46:26 -0800167static void __cpuinit intel_smp_check(struct cpuinfo_x86 *c)
168{
Yinghai Lu1f442d72009-03-07 23:46:26 -0800169 /* calling is from identify_secondary_cpu() ? */
Robert Richterf6e9456c2010-07-21 19:03:58 +0200170 if (!c->cpu_index)
Yinghai Lu1f442d72009-03-07 23:46:26 -0800171 return;
172
173 /*
174 * Mask B, Pentium, but not Pentium MMX
175 */
176 if (c->x86 == 5 &&
177 c->x86_mask >= 1 && c->x86_mask <= 4 &&
178 c->x86_model <= 3) {
179 /*
180 * Remember we have B step Pentia with bugs
181 */
182 WARN_ONCE(1, "WARNING: SMP operation may be unreliable"
183 "with B stepping processors.\n");
184 }
Yinghai Lu1f442d72009-03-07 23:46:26 -0800185}
186
Yinghai Lu40527042008-09-09 16:40:38 -0700187static void __cpuinit intel_workarounds(struct cpuinfo_x86 *c)
188{
189 unsigned long lo, hi;
190
191#ifdef CONFIG_X86_F00F_BUG
192 /*
193 * All current models of Pentium and Pentium with MMX technology CPUs
Alan Cox8bdbd962009-07-04 00:35:45 +0100194 * have the F0 0F bug, which lets nonprivileged users lock up the
Kees Cook4eefbe72013-04-10 12:24:22 -0700195 * system. Announce that the fault handler will be checking for it.
Yinghai Lu40527042008-09-09 16:40:38 -0700196 */
197 c->f00f_bug = 0;
198 if (!paravirt_enabled() && c->x86 == 5) {
199 static int f00f_workaround_enabled;
200
201 c->f00f_bug = 1;
202 if (!f00f_workaround_enabled) {
Yinghai Lu40527042008-09-09 16:40:38 -0700203 printk(KERN_NOTICE "Intel Pentium with F0 0F bug - workaround enabled.\n");
204 f00f_workaround_enabled = 1;
205 }
206 }
207#endif
208
209 /*
210 * SEP CPUID bug: Pentium Pro reports SEP but doesn't have it until
211 * model 3 mask 3
212 */
213 if ((c->x86<<8 | c->x86_model<<4 | c->x86_mask) < 0x633)
214 clear_cpu_cap(c, X86_FEATURE_SEP);
215
216 /*
217 * P4 Xeon errata 037 workaround.
218 * Hardware prefetcher may cause stale data to be loaded into the cache.
219 */
220 if ((c->x86 == 15) && (c->x86_model == 1) && (c->x86_mask == 1)) {
221 rdmsr(MSR_IA32_MISC_ENABLE, lo, hi);
Vegard Nossumecab22a2009-02-20 11:56:38 +0100222 if ((lo & MSR_IA32_MISC_ENABLE_PREFETCH_DISABLE) == 0) {
Yinghai Lu40527042008-09-09 16:40:38 -0700223 printk (KERN_INFO "CPU: C0 stepping P4 Xeon detected.\n");
224 printk (KERN_INFO "CPU: Disabling hardware prefetching (Errata 037)\n");
Vegard Nossumecab22a2009-02-20 11:56:38 +0100225 lo |= MSR_IA32_MISC_ENABLE_PREFETCH_DISABLE;
Alan Cox8bdbd962009-07-04 00:35:45 +0100226 wrmsr(MSR_IA32_MISC_ENABLE, lo, hi);
Yinghai Lu40527042008-09-09 16:40:38 -0700227 }
228 }
229
230 /*
231 * See if we have a good local APIC by checking for buggy Pentia,
232 * i.e. all B steppings and the C2 stepping of P54C when using their
233 * integrated APIC (see 11AP erratum in "Pentium Processor
234 * Specification Update").
235 */
236 if (cpu_has_apic && (c->x86<<8 | c->x86_model<<4) == 0x520 &&
237 (c->x86_mask < 0x6 || c->x86_mask == 0xb))
238 set_cpu_cap(c, X86_FEATURE_11AP);
239
240
241#ifdef CONFIG_X86_INTEL_USERCOPY
242 /*
243 * Set up the preferred alignment for movsl bulk memory moves
244 */
245 switch (c->x86) {
246 case 4: /* 486: untested */
247 break;
248 case 5: /* Old Pentia: untested */
249 break;
250 case 6: /* PII/PIII only like movsl with 8-byte alignment */
251 movsl_mask.mask = 7;
252 break;
253 case 15: /* P4 is OK down to 8-byte alignment */
254 movsl_mask.mask = 7;
255 break;
256 }
257#endif
258
259#ifdef CONFIG_X86_NUMAQ
260 numaq_tsc_disable();
261#endif
Yinghai Lu1f442d72009-03-07 23:46:26 -0800262
263 intel_smp_check(c);
Yinghai Lu40527042008-09-09 16:40:38 -0700264}
265#else
266static void __cpuinit intel_workarounds(struct cpuinfo_x86 *c)
267{
268}
Yinghai Lu185f3b92008-09-09 16:40:35 -0700269#endif
270
Yinghai Lu2759c322009-05-15 13:05:16 -0700271static void __cpuinit srat_detect_node(struct cpuinfo_x86 *c)
Yinghai Lu185f3b92008-09-09 16:40:35 -0700272{
Tejun Heo645a7912011-01-23 14:37:40 +0100273#ifdef CONFIG_NUMA
Yinghai Lu185f3b92008-09-09 16:40:35 -0700274 unsigned node;
275 int cpu = smp_processor_id();
Yinghai Lu185f3b92008-09-09 16:40:35 -0700276
277 /* Don't do the funky fallback heuristics the AMD version employs
278 for now. */
Tejun Heobbc9e2f2011-01-23 14:37:39 +0100279 node = numa_cpu_node(cpu);
Nikanth Karthikesan50f2d7f2010-09-30 17:34:10 +0530280 if (node == NUMA_NO_NODE || !node_online(node)) {
Yinghai Lud9c2d5a2009-11-21 00:23:37 -0800281 /* reuse the value from init_cpu_to_node() */
282 node = cpu_to_node(cpu);
283 }
Yinghai Lu185f3b92008-09-09 16:40:35 -0700284 numa_set_node(cpu, node);
Yinghai Lu185f3b92008-09-09 16:40:35 -0700285#endif
286}
287
Andi Kleen3dd9d512005-04-16 15:25:15 -0700288/*
289 * find out the number of processor cores on the die
290 */
Yinghai Luf69feff2008-09-07 17:58:58 -0700291static int __cpuinit intel_num_cpu_cores(struct cpuinfo_x86 *c)
Andi Kleen3dd9d512005-04-16 15:25:15 -0700292{
Zachary Amsdenf2ab4462005-09-03 15:56:42 -0700293 unsigned int eax, ebx, ecx, edx;
Andi Kleen3dd9d512005-04-16 15:25:15 -0700294
295 if (c->cpuid_level < 4)
296 return 1;
297
Zachary Amsdenf2ab4462005-09-03 15:56:42 -0700298 /* Intel has a non-standard dependency on %ecx for this CPUID level. */
299 cpuid_count(4, 0, &eax, &ebx, &ecx, &edx);
Andi Kleen3dd9d512005-04-16 15:25:15 -0700300 if (eax & 0x1f)
Alan Cox8bdbd962009-07-04 00:35:45 +0100301 return (eax >> 26) + 1;
Andi Kleen3dd9d512005-04-16 15:25:15 -0700302 else
303 return 1;
304}
305
Sheng Yange38e05a2008-09-10 18:53:34 +0800306static void __cpuinit detect_vmx_virtcap(struct cpuinfo_x86 *c)
307{
308 /* Intel VMX MSR indicated features */
309#define X86_VMX_FEATURE_PROC_CTLS_TPR_SHADOW 0x00200000
310#define X86_VMX_FEATURE_PROC_CTLS_VNMI 0x00400000
311#define X86_VMX_FEATURE_PROC_CTLS_2ND_CTLS 0x80000000
312#define X86_VMX_FEATURE_PROC_CTLS2_VIRT_APIC 0x00000001
313#define X86_VMX_FEATURE_PROC_CTLS2_EPT 0x00000002
314#define X86_VMX_FEATURE_PROC_CTLS2_VPID 0x00000020
315
316 u32 vmx_msr_low, vmx_msr_high, msr_ctl, msr_ctl2;
317
318 clear_cpu_cap(c, X86_FEATURE_TPR_SHADOW);
319 clear_cpu_cap(c, X86_FEATURE_VNMI);
320 clear_cpu_cap(c, X86_FEATURE_FLEXPRIORITY);
321 clear_cpu_cap(c, X86_FEATURE_EPT);
322 clear_cpu_cap(c, X86_FEATURE_VPID);
323
324 rdmsr(MSR_IA32_VMX_PROCBASED_CTLS, vmx_msr_low, vmx_msr_high);
325 msr_ctl = vmx_msr_high | vmx_msr_low;
326 if (msr_ctl & X86_VMX_FEATURE_PROC_CTLS_TPR_SHADOW)
327 set_cpu_cap(c, X86_FEATURE_TPR_SHADOW);
328 if (msr_ctl & X86_VMX_FEATURE_PROC_CTLS_VNMI)
329 set_cpu_cap(c, X86_FEATURE_VNMI);
330 if (msr_ctl & X86_VMX_FEATURE_PROC_CTLS_2ND_CTLS) {
331 rdmsr(MSR_IA32_VMX_PROCBASED_CTLS2,
332 vmx_msr_low, vmx_msr_high);
333 msr_ctl2 = vmx_msr_high | vmx_msr_low;
334 if ((msr_ctl2 & X86_VMX_FEATURE_PROC_CTLS2_VIRT_APIC) &&
335 (msr_ctl & X86_VMX_FEATURE_PROC_CTLS_TPR_SHADOW))
336 set_cpu_cap(c, X86_FEATURE_FLEXPRIORITY);
337 if (msr_ctl2 & X86_VMX_FEATURE_PROC_CTLS2_EPT)
338 set_cpu_cap(c, X86_FEATURE_EPT);
339 if (msr_ctl2 & X86_VMX_FEATURE_PROC_CTLS2_VPID)
340 set_cpu_cap(c, X86_FEATURE_VPID);
341 }
342}
343
Chuck Ebbert3bc9b762006-03-23 02:59:33 -0800344static void __cpuinit init_intel(struct cpuinfo_x86 *c)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345{
346 unsigned int l2 = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347
Andi Kleen2b16a232008-01-30 13:32:40 +0100348 early_init_intel(c);
349
Yinghai Lu40527042008-09-09 16:40:38 -0700350 intel_workarounds(c);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351
Suresh Siddha345077c2008-12-18 18:09:21 -0800352 /*
353 * Detect the extended topology information if available. This
354 * will reinitialise the initial_apicid which will be used
355 * in init_intel_cacheinfo()
356 */
357 detect_extended_topology(c);
358
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359 l2 = init_intel_cacheinfo(c);
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100360 if (c->cpuid_level > 9) {
Venkatesh Pallipadi0080e662006-06-26 13:59:59 +0200361 unsigned eax = cpuid_eax(10);
362 /* Check for version and the number of counters */
363 if ((eax & 0xff) && (((eax>>8) & 0xff) > 1))
Ingo Molnard0e95eb2008-02-26 08:52:33 +0100364 set_cpu_cap(c, X86_FEATURE_ARCH_PERFMON);
Venkatesh Pallipadi0080e662006-06-26 13:59:59 +0200365 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366
Yinghai Lu40527042008-09-09 16:40:38 -0700367 if (cpu_has_xmm2)
368 set_cpu_cap(c, X86_FEATURE_LFENCE_RDTSC);
369 if (cpu_has_ds) {
370 unsigned int l1;
371 rdmsr(MSR_IA32_MISC_ENABLE, l1, l2);
372 if (!(l1 & (1<<11)))
373 set_cpu_cap(c, X86_FEATURE_BTS);
374 if (!(l1 & (1<<12)))
375 set_cpu_cap(c, X86_FEATURE_PEBS);
Yinghai Lu40527042008-09-09 16:40:38 -0700376 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377
Pallipadi, Venkateshe736ad52009-02-06 16:52:05 -0800378 if (c->x86 == 6 && c->x86_model == 29 && cpu_has_clflush)
379 set_cpu_cap(c, X86_FEATURE_CLFLUSH_MONITOR);
380
Yinghai Lu40527042008-09-09 16:40:38 -0700381#ifdef CONFIG_X86_64
382 if (c->x86 == 15)
383 c->x86_cache_alignment = c->x86_clflush_size * 2;
384 if (c->x86 == 6)
385 set_cpu_cap(c, X86_FEATURE_REP_GOOD);
386#else
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100387 /*
388 * Names for the Pentium II/Celeron processors
389 * detectable only by also checking the cache size.
390 * Dixon is NOT a Celeron.
391 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392 if (c->x86 == 6) {
Yinghai Lu40527042008-09-09 16:40:38 -0700393 char *p = NULL;
394
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395 switch (c->x86_model) {
396 case 5:
Ondrej Zary865be7a2011-05-16 21:38:08 +0200397 if (l2 == 0)
398 p = "Celeron (Covington)";
399 else if (l2 == 256)
400 p = "Mobile Pentium II (Dixon)";
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401 break;
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100402
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403 case 6:
404 if (l2 == 128)
405 p = "Celeron (Mendocino)";
406 else if (c->x86_mask == 0 || c->x86_mask == 5)
407 p = "Celeron-A";
408 break;
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100409
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410 case 8:
411 if (l2 == 128)
412 p = "Celeron (Coppermine)";
413 break;
414 }
Yinghai Lu40527042008-09-09 16:40:38 -0700415
416 if (p)
417 strcpy(c->x86_model_id, p);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418 }
419
Yinghai Lu185f3b92008-09-09 16:40:35 -0700420 if (c->x86 == 15)
421 set_cpu_cap(c, X86_FEATURE_P4);
422 if (c->x86 == 6)
423 set_cpu_cap(c, X86_FEATURE_P3);
Markus Metzgerf4166c52008-11-09 14:29:21 +0100424#endif
Yinghai Lu185f3b92008-09-09 16:40:35 -0700425
Yinghai Lu185f3b92008-09-09 16:40:35 -0700426 if (!cpu_has(c, X86_FEATURE_XTOPOLOGY)) {
427 /*
428 * let's use the legacy cpuid vector 0x1 and 0x4 for topology
429 * detection.
430 */
431 c->x86_max_cores = intel_num_cpu_cores(c);
432#ifdef CONFIG_X86_32
433 detect_ht(c);
434#endif
435 }
436
437 /* Work around errata */
Yinghai Lu2759c322009-05-15 13:05:16 -0700438 srat_detect_node(c);
Sheng Yange38e05a2008-09-10 18:53:34 +0800439
440 if (cpu_has(c, X86_FEATURE_VMX))
441 detect_vmx_virtcap(c);
Len Brownabe48b12011-07-14 00:53:24 -0400442
443 /*
444 * Initialize MSR_IA32_ENERGY_PERF_BIAS if BIOS did not.
445 * x86_energy_perf_policy(8) is available to change it at run-time
446 */
447 if (cpu_has(c, X86_FEATURE_EPB)) {
448 u64 epb;
449
450 rdmsrl(MSR_IA32_ENERGY_PERF_BIAS, epb);
Len Brown17edf2d2011-07-15 17:37:15 -0400451 if ((epb & 0xF) == ENERGY_PERF_BIAS_PERFORMANCE) {
452 printk_once(KERN_WARNING "ENERGY_PERF_BIAS:"
453 " Set to 'normal', was 'performance'\n"
454 "ENERGY_PERF_BIAS: View and update with"
455 " x86_energy_perf_policy(8)\n");
Len Brownabe48b12011-07-14 00:53:24 -0400456 epb = (epb & ~0xF) | ENERGY_PERF_BIAS_NORMAL;
457 wrmsrl(MSR_IA32_ENERGY_PERF_BIAS, epb);
458 }
459 }
Stephane Eranian42ed4582006-12-07 02:14:01 +0100460}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461
Yinghai Lu185f3b92008-09-09 16:40:35 -0700462#ifdef CONFIG_X86_32
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100463static unsigned int __cpuinit intel_size_cache(struct cpuinfo_x86 *c, unsigned int size)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464{
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100465 /*
466 * Intel PIII Tualatin. This comes in two flavours.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467 * One has 256kb of cache, the other 512. We have no way
468 * to determine which, so we use a boottime override
469 * for the 512kb model, and assume 256 otherwise.
470 */
471 if ((c->x86 == 6) && (c->x86_model == 11) && (size == 0))
472 size = 256;
473 return size;
474}
Yinghai Lu185f3b92008-09-09 16:40:35 -0700475#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476
Alex Shie0ba94f2012-06-28 09:02:16 +0800477#define TLB_INST_4K 0x01
478#define TLB_INST_4M 0x02
479#define TLB_INST_2M_4M 0x03
480
481#define TLB_INST_ALL 0x05
482#define TLB_INST_1G 0x06
483
484#define TLB_DATA_4K 0x11
485#define TLB_DATA_4M 0x12
486#define TLB_DATA_2M_4M 0x13
487#define TLB_DATA_4K_4M 0x14
488
489#define TLB_DATA_1G 0x16
490
491#define TLB_DATA0_4K 0x21
492#define TLB_DATA0_4M 0x22
493#define TLB_DATA0_2M_4M 0x23
494
495#define STLB_4K 0x41
496
497static const struct _tlb_table intel_tlb_table[] __cpuinitconst = {
498 { 0x01, TLB_INST_4K, 32, " TLB_INST 4 KByte pages, 4-way set associative" },
499 { 0x02, TLB_INST_4M, 2, " TLB_INST 4 MByte pages, full associative" },
500 { 0x03, TLB_DATA_4K, 64, " TLB_DATA 4 KByte pages, 4-way set associative" },
501 { 0x04, TLB_DATA_4M, 8, " TLB_DATA 4 MByte pages, 4-way set associative" },
502 { 0x05, TLB_DATA_4M, 32, " TLB_DATA 4 MByte pages, 4-way set associative" },
503 { 0x0b, TLB_INST_4M, 4, " TLB_INST 4 MByte pages, 4-way set associative" },
504 { 0x4f, TLB_INST_4K, 32, " TLB_INST 4 KByte pages */" },
505 { 0x50, TLB_INST_ALL, 64, " TLB_INST 4 KByte and 2-MByte or 4-MByte pages" },
506 { 0x51, TLB_INST_ALL, 128, " TLB_INST 4 KByte and 2-MByte or 4-MByte pages" },
507 { 0x52, TLB_INST_ALL, 256, " TLB_INST 4 KByte and 2-MByte or 4-MByte pages" },
508 { 0x55, TLB_INST_2M_4M, 7, " TLB_INST 2-MByte or 4-MByte pages, fully associative" },
509 { 0x56, TLB_DATA0_4M, 16, " TLB_DATA0 4 MByte pages, 4-way set associative" },
510 { 0x57, TLB_DATA0_4K, 16, " TLB_DATA0 4 KByte pages, 4-way associative" },
511 { 0x59, TLB_DATA0_4K, 16, " TLB_DATA0 4 KByte pages, fully associative" },
512 { 0x5a, TLB_DATA0_2M_4M, 32, " TLB_DATA0 2-MByte or 4 MByte pages, 4-way set associative" },
513 { 0x5b, TLB_DATA_4K_4M, 64, " TLB_DATA 4 KByte and 4 MByte pages" },
514 { 0x5c, TLB_DATA_4K_4M, 128, " TLB_DATA 4 KByte and 4 MByte pages" },
515 { 0x5d, TLB_DATA_4K_4M, 256, " TLB_DATA 4 KByte and 4 MByte pages" },
516 { 0xb0, TLB_INST_4K, 128, " TLB_INST 4 KByte pages, 4-way set associative" },
517 { 0xb1, TLB_INST_2M_4M, 4, " TLB_INST 2M pages, 4-way, 8 entries or 4M pages, 4-way entries" },
518 { 0xb2, TLB_INST_4K, 64, " TLB_INST 4KByte pages, 4-way set associative" },
519 { 0xb3, TLB_DATA_4K, 128, " TLB_DATA 4 KByte pages, 4-way set associative" },
520 { 0xb4, TLB_DATA_4K, 256, " TLB_DATA 4 KByte pages, 4-way associative" },
521 { 0xba, TLB_DATA_4K, 64, " TLB_DATA 4 KByte pages, 4-way associative" },
522 { 0xc0, TLB_DATA_4K_4M, 8, " TLB_DATA 4 KByte and 4 MByte pages, 4-way associative" },
523 { 0xca, STLB_4K, 512, " STLB 4 KByte pages, 4-way associative" },
524 { 0x00, 0, 0 }
525};
526
527static void __cpuinit intel_tlb_lookup(const unsigned char desc)
528{
529 unsigned char k;
530 if (desc == 0)
531 return;
532
533 /* look up this descriptor in the table */
534 for (k = 0; intel_tlb_table[k].descriptor != desc && \
535 intel_tlb_table[k].descriptor != 0; k++)
536 ;
537
538 if (intel_tlb_table[k].tlb_type == 0)
539 return;
540
541 switch (intel_tlb_table[k].tlb_type) {
542 case STLB_4K:
543 if (tlb_lli_4k[ENTRIES] < intel_tlb_table[k].entries)
544 tlb_lli_4k[ENTRIES] = intel_tlb_table[k].entries;
545 if (tlb_lld_4k[ENTRIES] < intel_tlb_table[k].entries)
546 tlb_lld_4k[ENTRIES] = intel_tlb_table[k].entries;
547 break;
548 case TLB_INST_ALL:
549 if (tlb_lli_4k[ENTRIES] < intel_tlb_table[k].entries)
550 tlb_lli_4k[ENTRIES] = intel_tlb_table[k].entries;
551 if (tlb_lli_2m[ENTRIES] < intel_tlb_table[k].entries)
552 tlb_lli_2m[ENTRIES] = intel_tlb_table[k].entries;
553 if (tlb_lli_4m[ENTRIES] < intel_tlb_table[k].entries)
554 tlb_lli_4m[ENTRIES] = intel_tlb_table[k].entries;
555 break;
556 case TLB_INST_4K:
557 if (tlb_lli_4k[ENTRIES] < intel_tlb_table[k].entries)
558 tlb_lli_4k[ENTRIES] = intel_tlb_table[k].entries;
559 break;
560 case TLB_INST_4M:
561 if (tlb_lli_4m[ENTRIES] < intel_tlb_table[k].entries)
562 tlb_lli_4m[ENTRIES] = intel_tlb_table[k].entries;
563 break;
564 case TLB_INST_2M_4M:
565 if (tlb_lli_2m[ENTRIES] < intel_tlb_table[k].entries)
566 tlb_lli_2m[ENTRIES] = intel_tlb_table[k].entries;
567 if (tlb_lli_4m[ENTRIES] < intel_tlb_table[k].entries)
568 tlb_lli_4m[ENTRIES] = intel_tlb_table[k].entries;
569 break;
570 case TLB_DATA_4K:
571 case TLB_DATA0_4K:
572 if (tlb_lld_4k[ENTRIES] < intel_tlb_table[k].entries)
573 tlb_lld_4k[ENTRIES] = intel_tlb_table[k].entries;
574 break;
575 case TLB_DATA_4M:
576 case TLB_DATA0_4M:
577 if (tlb_lld_4m[ENTRIES] < intel_tlb_table[k].entries)
578 tlb_lld_4m[ENTRIES] = intel_tlb_table[k].entries;
579 break;
580 case TLB_DATA_2M_4M:
581 case TLB_DATA0_2M_4M:
582 if (tlb_lld_2m[ENTRIES] < intel_tlb_table[k].entries)
583 tlb_lld_2m[ENTRIES] = intel_tlb_table[k].entries;
584 if (tlb_lld_4m[ENTRIES] < intel_tlb_table[k].entries)
585 tlb_lld_4m[ENTRIES] = intel_tlb_table[k].entries;
586 break;
587 case TLB_DATA_4K_4M:
588 if (tlb_lld_4k[ENTRIES] < intel_tlb_table[k].entries)
589 tlb_lld_4k[ENTRIES] = intel_tlb_table[k].entries;
590 if (tlb_lld_4m[ENTRIES] < intel_tlb_table[k].entries)
591 tlb_lld_4m[ENTRIES] = intel_tlb_table[k].entries;
592 break;
593 }
594}
595
Alex Shic4211f42012-06-28 09:02:19 +0800596static void __cpuinit intel_tlb_flushall_shift_set(struct cpuinfo_x86 *c)
597{
Alex Shic4211f42012-06-28 09:02:19 +0800598 switch ((c->x86 << 8) + c->x86_model) {
599 case 0x60f: /* original 65 nm celeron/pentium/core2/xeon, "Merom"/"Conroe" */
600 case 0x616: /* single-core 65 nm celeron/core2solo "Merom-L"/"Conroe-L" */
601 case 0x617: /* current 45 nm celeron/core2/xeon "Penryn"/"Wolfdale" */
602 case 0x61d: /* six-core 45 nm xeon "Dunnington" */
603 tlb_flushall_shift = -1;
604 break;
605 case 0x61a: /* 45 nm nehalem, "Bloomfield" */
606 case 0x61e: /* 45 nm nehalem, "Lynnfield" */
607 case 0x625: /* 32 nm nehalem, "Clarkdale" */
608 case 0x62c: /* 32 nm nehalem, "Gulftown" */
609 case 0x62e: /* 45 nm nehalem-ex, "Beckton" */
610 case 0x62f: /* 32 nm Xeon E7 */
611 tlb_flushall_shift = 6;
612 break;
613 case 0x62a: /* SandyBridge */
614 case 0x62d: /* SandyBridge, "Romely-EP" */
615 tlb_flushall_shift = 5;
616 break;
617 case 0x63a: /* Ivybridge */
618 tlb_flushall_shift = 1;
619 break;
620 default:
621 tlb_flushall_shift = 6;
622 }
623}
624
Alex Shie0ba94f2012-06-28 09:02:16 +0800625static void __cpuinit intel_detect_tlb(struct cpuinfo_x86 *c)
626{
627 int i, j, n;
628 unsigned int regs[4];
629 unsigned char *desc = (unsigned char *)regs;
Borislav Petkov5b556332012-08-06 19:00:37 +0200630
631 if (c->cpuid_level < 2)
632 return;
633
Alex Shie0ba94f2012-06-28 09:02:16 +0800634 /* Number of times to iterate */
635 n = cpuid_eax(2) & 0xFF;
636
637 for (i = 0 ; i < n ; i++) {
638 cpuid(2, &regs[0], &regs[1], &regs[2], &regs[3]);
639
640 /* If bit 31 is set, this is an unknown format */
641 for (j = 0 ; j < 3 ; j++)
642 if (regs[j] & (1 << 31))
643 regs[j] = 0;
644
645 /* Byte 0 is level count, not a descriptor */
646 for (j = 1 ; j < 16 ; j++)
647 intel_tlb_lookup(desc[j]);
648 }
Alex Shic4211f42012-06-28 09:02:19 +0800649 intel_tlb_flushall_shift_set(c);
Alex Shie0ba94f2012-06-28 09:02:16 +0800650}
651
Jan Beulich02dde8b2009-03-12 12:08:49 +0000652static const struct cpu_dev __cpuinitconst intel_cpu_dev = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653 .c_vendor = "Intel",
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100654 .c_ident = { "GenuineIntel" },
Yinghai Lu185f3b92008-09-09 16:40:35 -0700655#ifdef CONFIG_X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656 .c_models = {
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100657 { .vendor = X86_VENDOR_INTEL, .family = 4, .model_names =
658 {
659 [0] = "486 DX-25/33",
660 [1] = "486 DX-50",
661 [2] = "486 SX",
662 [3] = "486 DX/2",
663 [4] = "486 SL",
664 [5] = "486 SX/2",
665 [7] = "486 DX/2-WB",
666 [8] = "486 DX/4",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667 [9] = "486 DX/4-WB"
668 }
669 },
670 { .vendor = X86_VENDOR_INTEL, .family = 5, .model_names =
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100671 {
672 [0] = "Pentium 60/66 A-step",
673 [1] = "Pentium 60/66",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674 [2] = "Pentium 75 - 200",
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100675 [3] = "OverDrive PODP5V83",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676 [4] = "Pentium MMX",
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100677 [7] = "Mobile Pentium 75 - 200",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678 [8] = "Mobile Pentium MMX"
679 }
680 },
681 { .vendor = X86_VENDOR_INTEL, .family = 6, .model_names =
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100682 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683 [0] = "Pentium Pro A-step",
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100684 [1] = "Pentium Pro",
685 [3] = "Pentium II (Klamath)",
686 [4] = "Pentium II (Deschutes)",
687 [5] = "Pentium II (Deschutes)",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688 [6] = "Mobile Pentium II",
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100689 [7] = "Pentium III (Katmai)",
690 [8] = "Pentium III (Coppermine)",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691 [10] = "Pentium III (Cascades)",
692 [11] = "Pentium III (Tualatin)",
693 }
694 },
695 { .vendor = X86_VENDOR_INTEL, .family = 15, .model_names =
696 {
697 [0] = "Pentium 4 (Unknown)",
698 [1] = "Pentium 4 (Willamette)",
699 [2] = "Pentium 4 (Northwood)",
700 [4] = "Pentium 4 (Foster)",
701 [5] = "Pentium 4 (Foster)",
702 }
703 },
704 },
Yinghai Lu185f3b92008-09-09 16:40:35 -0700705 .c_size_cache = intel_size_cache,
706#endif
Alex Shie0ba94f2012-06-28 09:02:16 +0800707 .c_detect_tlb = intel_detect_tlb,
Thomas Petazzoni03ae5762008-02-15 12:00:23 +0100708 .c_early_init = early_init_intel,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700709 .c_init = init_intel,
Yinghai Lu10a434f2008-09-04 21:09:45 +0200710 .c_x86_vendor = X86_VENDOR_INTEL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711};
712
Yinghai Lu10a434f2008-09-04 21:09:45 +0200713cpu_dev_register(intel_cpu_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714