x86/apic: Mark the apic_intr_mode extern for sanity check cleanup
[linux-2.6-block.git] / arch / x86 / kernel / apic / apic.c
CommitLineData
1da177e4
LT
1/*
2 * Local APIC handling, local APIC timers
3 *
8f47e163 4 * (c) 1999, 2000, 2009 Ingo Molnar <mingo@redhat.com>
1da177e4
LT
5 *
6 * Fixes
7 * Maciej W. Rozycki : Bits for genuine 82489DX APICs;
8 * thanks to Eric Gilmore
9 * and Rolf G. Tews
10 * for testing these extensively.
11 * Maciej W. Rozycki : Various updates and fixes.
12 * Mikael Pettersson : Power Management for UP-APIC.
13 * Pavel Machek and
14 * Mikael Pettersson : PM converted to driver model.
15 */
16
cdd6c482 17#include <linux/perf_event.h>
1da177e4 18#include <linux/kernel_stat.h>
d1de36f5 19#include <linux/mc146818rtc.h>
70a20025 20#include <linux/acpi_pmtmr.h>
d1de36f5
IM
21#include <linux/clockchips.h>
22#include <linux/interrupt.h>
23#include <linux/bootmem.h>
24#include <linux/ftrace.h>
25#include <linux/ioport.h>
186f4360 26#include <linux/export.h>
f3c6ea1b 27#include <linux/syscore_ops.h>
d1de36f5
IM
28#include <linux/delay.h>
29#include <linux/timex.h>
334955ef 30#include <linux/i8253.h>
6e1cb38a 31#include <linux/dmar.h>
d1de36f5
IM
32#include <linux/init.h>
33#include <linux/cpu.h>
34#include <linux/dmi.h>
d1de36f5
IM
35#include <linux/smp.h>
36#include <linux/mm.h>
1da177e4 37
83ab8514 38#include <asm/trace/irq_vectors.h>
8a8f422d 39#include <asm/irq_remapping.h>
cdd6c482 40#include <asm/perf_event.h>
736decac 41#include <asm/x86_init.h>
1da177e4 42#include <asm/pgalloc.h>
60063497 43#include <linux/atomic.h>
1da177e4 44#include <asm/mpspec.h>
d1de36f5 45#include <asm/i8259.h>
73dea47f 46#include <asm/proto.h>
2c8c0e6b 47#include <asm/apic.h>
7167d08e 48#include <asm/io_apic.h>
d1de36f5
IM
49#include <asm/desc.h>
50#include <asm/hpet.h>
d1de36f5 51#include <asm/mtrr.h>
16f871bc 52#include <asm/time.h>
2bc13797 53#include <asm/smp.h>
be71b855 54#include <asm/mce.h>
8c3ba8d0 55#include <asm/tsc.h>
2904ed8d 56#include <asm/hypervisor.h>
bd9240a1
PZ
57#include <asm/cpu_device_id.h>
58#include <asm/intel-family.h>
1da177e4 59
ec70de8b 60unsigned int num_processors;
fdbecd9f 61
148f9bb8 62unsigned disabled_cpus;
fdbecd9f 63
ec70de8b
BG
64/* Processor that is doing the boot up */
65unsigned int boot_cpu_physical_apicid = -1U;
cc08e04c 66EXPORT_SYMBOL_GPL(boot_cpu_physical_apicid);
5af5573e 67
cff9ab2b
DV
68u8 boot_cpu_apic_version;
69
80e5609c 70/*
fdbecd9f 71 * The highest APIC ID seen during enumeration.
80e5609c 72 */
a491cc90 73static unsigned int max_physical_apicid;
5af5573e 74
80e5609c 75/*
fdbecd9f 76 * Bitmask of physically existing CPUs:
80e5609c 77 */
ec70de8b
BG
78physid_mask_t phys_cpu_present_map;
79
151e0c7d
HD
80/*
81 * Processor to be disabled specified by kernel parameter
82 * disable_cpu_apicid=<int>, mostly used for the kdump 2nd kernel to
83 * avoid undefined behaviour caused by sending INIT from AP to BSP.
84 */
5b4d1dbc 85static unsigned int disabled_cpu_apicid __read_mostly = BAD_APICID;
151e0c7d 86
b7c4948e
HK
87/*
88 * This variable controls which CPUs receive external NMIs. By default,
89 * external NMIs are delivered only to the BSP.
90 */
91static int apic_extnmi = APIC_EXTNMI_BSP;
92
ec70de8b
BG
93/*
94 * Map cpu index to physical APIC ID
95 */
0816b0f0
VZ
96DEFINE_EARLY_PER_CPU_READ_MOSTLY(u16, x86_cpu_to_apicid, BAD_APICID);
97DEFINE_EARLY_PER_CPU_READ_MOSTLY(u16, x86_bios_cpu_apicid, BAD_APICID);
3e9e57fa 98DEFINE_EARLY_PER_CPU_READ_MOSTLY(u32, x86_cpu_to_acpiid, U32_MAX);
ec70de8b
BG
99EXPORT_EARLY_PER_CPU_SYMBOL(x86_cpu_to_apicid);
100EXPORT_EARLY_PER_CPU_SYMBOL(x86_bios_cpu_apicid);
3e9e57fa 101EXPORT_EARLY_PER_CPU_SYMBOL(x86_cpu_to_acpiid);
80e5609c 102
b3c51170 103#ifdef CONFIG_X86_32
4c321ff8 104
4c321ff8
TH
105/*
106 * On x86_32, the mapping between cpu and logical apicid may vary
107 * depending on apic in use. The following early percpu variable is
108 * used for the mapping. This is where the behaviors of x86_64 and 32
109 * actually diverge. Let's keep it ugly for now.
110 */
0816b0f0 111DEFINE_EARLY_PER_CPU_READ_MOSTLY(int, x86_cpu_to_logical_apicid, BAD_APICID);
4c321ff8 112
f28c0ae2
YL
113/* Local APIC was disabled by the BIOS and enabled by the kernel */
114static int enabled_via_apicbase;
115
c0eaa453
CG
116/*
117 * Handle interrupt mode configuration register (IMCR).
118 * This register controls whether the interrupt signals
119 * that reach the BSP come from the master PIC or from the
120 * local APIC. Before entering Symmetric I/O Mode, either
121 * the BIOS or the operating system must switch out of
122 * PIC Mode by changing the IMCR.
123 */
5cda395f 124static inline void imcr_pic_to_apic(void)
c0eaa453
CG
125{
126 /* select IMCR register */
127 outb(0x70, 0x22);
128 /* NMI and 8259 INTR go through APIC */
129 outb(0x01, 0x23);
130}
131
5cda395f 132static inline void imcr_apic_to_pic(void)
c0eaa453
CG
133{
134 /* select IMCR register */
135 outb(0x70, 0x22);
136 /* NMI and 8259 INTR go directly to BSP */
137 outb(0x00, 0x23);
138}
b3c51170
YL
139#endif
140
279f1461
SS
141/*
142 * Knob to control our willingness to enable the local APIC.
143 *
144 * +1=force-enable
145 */
146static int force_enable_local_apic __initdata;
dc9788f4 147
279f1461
SS
148/*
149 * APIC command line parameters
150 */
151static int __init parse_lapic(char *arg)
152{
97f2645f 153 if (IS_ENABLED(CONFIG_X86_32) && !arg)
279f1461 154 force_enable_local_apic = 1;
27cf9298 155 else if (arg && !strncmp(arg, "notscdeadline", 13))
279f1461
SS
156 setup_clear_cpu_cap(X86_FEATURE_TSC_DEADLINE_TIMER);
157 return 0;
158}
159early_param("lapic", parse_lapic);
160
b3c51170 161#ifdef CONFIG_X86_64
bc1d99c1 162static int apic_calibrate_pmtmr __initdata;
b3c51170
YL
163static __init int setup_apicpmtimer(char *s)
164{
165 apic_calibrate_pmtmr = 1;
166 notsc_setup(NULL);
167 return 0;
168}
169__setup("apicpmtimer", setup_apicpmtimer);
170#endif
171
b3c51170
YL
172unsigned long mp_lapic_addr;
173int disable_apic;
174/* Disable local APIC timer from the kernel commandline or via dmi quirk */
25874a29 175static int disable_apic_timer __initdata;
e83a5fdc 176/* Local APIC timer works in C2 */
2e7c2838
LT
177int local_apic_timer_c2_ok;
178EXPORT_SYMBOL_GPL(local_apic_timer_c2_ok);
179
e83a5fdc
HS
180/*
181 * Debug level, exported for io_apic.c
182 */
baa13188 183unsigned int apic_verbosity;
e83a5fdc 184
89c38c28
CG
185int pic_mode;
186
bab4b27c
AS
187/* Have we found an MP table */
188int smp_found_config;
189
39928722
AD
190static struct resource lapic_resource = {
191 .name = "Local APIC",
192 .flags = IORESOURCE_MEM | IORESOURCE_BUSY,
193};
194
1ade93ef 195unsigned int lapic_timer_frequency = 0;
d03030e9 196
0e078e2f 197static void apic_pm_activate(void);
ba7eda4c 198
d3432896
AK
199static unsigned long apic_phys;
200
0e078e2f
TG
201/*
202 * Get the LAPIC version
203 */
204static inline int lapic_get_version(void)
ba7eda4c 205{
0e078e2f 206 return GET_APIC_VERSION(apic_read(APIC_LVR));
ba7eda4c
TG
207}
208
0e078e2f 209/*
9c803869 210 * Check, if the APIC is integrated or a separate chip
0e078e2f
TG
211 */
212static inline int lapic_is_integrated(void)
ba7eda4c 213{
9c803869 214#ifdef CONFIG_X86_64
0e078e2f 215 return 1;
9c803869
CG
216#else
217 return APIC_INTEGRATED(lapic_get_version());
218#endif
ba7eda4c
TG
219}
220
221/*
0e078e2f 222 * Check, whether this is a modern or a first generation APIC
ba7eda4c 223 */
0e078e2f 224static int modern_apic(void)
ba7eda4c 225{
0e078e2f
TG
226 /* AMD systems use old APIC versions, so check the CPU */
227 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD &&
228 boot_cpu_data.x86 >= 0xf)
229 return 1;
230 return lapic_get_version() >= 0x14;
ba7eda4c
TG
231}
232
08306ce6 233/*
a933c618
CG
234 * right after this call apic become NOOP driven
235 * so apic->write/read doesn't do anything
08306ce6 236 */
25874a29 237static void __init apic_disable(void)
08306ce6 238{
f88f2b4f 239 pr_info("APIC: switched to apic NOOP\n");
a933c618 240 apic = &apic_noop;
08306ce6
CG
241}
242
c1eeb2de 243void native_apic_wait_icr_idle(void)
8339e9fb
FLV
244{
245 while (apic_read(APIC_ICR) & APIC_ICR_BUSY)
246 cpu_relax();
247}
248
c1eeb2de 249u32 native_safe_apic_wait_icr_idle(void)
8339e9fb 250{
3c6bb07a 251 u32 send_status;
8339e9fb
FLV
252 int timeout;
253
254 timeout = 0;
255 do {
256 send_status = apic_read(APIC_ICR) & APIC_ICR_BUSY;
257 if (!send_status)
258 break;
b49d7d87 259 inc_irq_stat(icr_read_retry_count);
8339e9fb
FLV
260 udelay(100);
261 } while (timeout++ < 1000);
262
263 return send_status;
264}
265
c1eeb2de 266void native_apic_icr_write(u32 low, u32 id)
1b374e4d 267{
ea7bdc65
JK
268 unsigned long flags;
269
270 local_irq_save(flags);
ed4e5ec1 271 apic_write(APIC_ICR2, SET_APIC_DEST_FIELD(id));
1b374e4d 272 apic_write(APIC_ICR, low);
ea7bdc65 273 local_irq_restore(flags);
1b374e4d
SS
274}
275
c1eeb2de 276u64 native_apic_icr_read(void)
1b374e4d
SS
277{
278 u32 icr1, icr2;
279
280 icr2 = apic_read(APIC_ICR2);
281 icr1 = apic_read(APIC_ICR);
282
cf9768d7 283 return icr1 | ((u64)icr2 << 32);
1b374e4d
SS
284}
285
7c37e48b
CG
286#ifdef CONFIG_X86_32
287/**
288 * get_physical_broadcast - Get number of physical broadcast IDs
289 */
290int get_physical_broadcast(void)
291{
292 return modern_apic() ? 0xff : 0xf;
293}
294#endif
295
0e078e2f
TG
296/**
297 * lapic_get_maxlvt - get the maximum number of local vector table entries
298 */
37e650c7 299int lapic_get_maxlvt(void)
1da177e4 300{
36a028de 301 unsigned int v;
1da177e4
LT
302
303 v = apic_read(APIC_LVR);
36a028de
CG
304 /*
305 * - we always have APIC integrated on 64bit mode
306 * - 82489DXs do not report # of LVT entries
307 */
308 return APIC_INTEGRATED(GET_APIC_VERSION(v)) ? GET_APIC_MAXLVT(v) : 2;
1da177e4
LT
309}
310
274cfe59
CG
311/*
312 * Local APIC timer
313 */
314
c40aaec6 315/* Clock divisor */
c40aaec6 316#define APIC_DIVISOR 16
1a9e4c56 317#define TSC_DIVISOR 8
f07f4f90 318
0e078e2f
TG
319/*
320 * This function sets up the local APIC timer, with a timeout of
321 * 'clocks' APIC bus clock. During calibration we actually call
322 * this function twice on the boot CPU, once with a bogus timeout
323 * value, second time for real. The other (noncalibrating) CPUs
324 * call this function only once, with the real, calibrated value.
325 *
326 * We do reads before writes even if unnecessary, to get around the
327 * P5 APIC double write bug.
328 */
0e078e2f 329static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen)
1da177e4 330{
0e078e2f 331 unsigned int lvtt_value, tmp_value;
1da177e4 332
0e078e2f
TG
333 lvtt_value = LOCAL_TIMER_VECTOR;
334 if (!oneshot)
335 lvtt_value |= APIC_LVT_TIMER_PERIODIC;
279f1461
SS
336 else if (boot_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER))
337 lvtt_value |= APIC_LVT_TIMER_TSCDEADLINE;
338
f07f4f90
CG
339 if (!lapic_is_integrated())
340 lvtt_value |= SET_APIC_TIMER_BASE(APIC_TIMER_BASE_DIV);
341
0e078e2f
TG
342 if (!irqen)
343 lvtt_value |= APIC_LVT_MASKED;
1da177e4 344
0e078e2f 345 apic_write(APIC_LVTT, lvtt_value);
1da177e4 346
279f1461 347 if (lvtt_value & APIC_LVT_TIMER_TSCDEADLINE) {
5d7c631d
SL
348 /*
349 * See Intel SDM: TSC-Deadline Mode chapter. In xAPIC mode,
350 * writing to the APIC LVTT and TSC_DEADLINE MSR isn't serialized.
351 * According to Intel, MFENCE can do the serialization here.
352 */
353 asm volatile("mfence" : : : "memory");
354
279f1461
SS
355 printk_once(KERN_DEBUG "TSC deadline timer enabled\n");
356 return;
357 }
358
1da177e4 359 /*
0e078e2f 360 * Divide PICLK by 16
1da177e4 361 */
0e078e2f 362 tmp_value = apic_read(APIC_TDCR);
c40aaec6
CG
363 apic_write(APIC_TDCR,
364 (tmp_value & ~(APIC_TDR_DIV_1 | APIC_TDR_DIV_TMBASE)) |
365 APIC_TDR_DIV_16);
0e078e2f
TG
366
367 if (!oneshot)
f07f4f90 368 apic_write(APIC_TMICT, clocks / APIC_DIVISOR);
1da177e4
LT
369}
370
0e078e2f 371/*
a68c439b 372 * Setup extended LVT, AMD specific
7b83dae7 373 *
a68c439b
RR
374 * Software should use the LVT offsets the BIOS provides. The offsets
375 * are determined by the subsystems using it like those for MCE
376 * threshold or IBS. On K8 only offset 0 (APIC500) and MCE interrupts
377 * are supported. Beginning with family 10h at least 4 offsets are
378 * available.
286f5718 379 *
a68c439b
RR
380 * Since the offsets must be consistent for all cores, we keep track
381 * of the LVT offsets in software and reserve the offset for the same
382 * vector also to be used on other cores. An offset is freed by
383 * setting the entry to APIC_EILVT_MASKED.
384 *
385 * If the BIOS is right, there should be no conflicts. Otherwise a
386 * "[Firmware Bug]: ..." error message is generated. However, if
387 * software does not properly determines the offsets, it is not
388 * necessarily a BIOS bug.
0e078e2f 389 */
7b83dae7 390
a68c439b
RR
391static atomic_t eilvt_offsets[APIC_EILVT_NR_MAX];
392
393static inline int eilvt_entry_is_changeable(unsigned int old, unsigned int new)
394{
395 return (old & APIC_EILVT_MASKED)
396 || (new == APIC_EILVT_MASKED)
397 || ((new & ~APIC_EILVT_MASKED) == old);
398}
399
400static unsigned int reserve_eilvt_offset(int offset, unsigned int new)
401{
8abc3122 402 unsigned int rsvd, vector;
a68c439b
RR
403
404 if (offset >= APIC_EILVT_NR_MAX)
405 return ~0;
406
8abc3122 407 rsvd = atomic_read(&eilvt_offsets[offset]);
a68c439b 408 do {
8abc3122
RR
409 vector = rsvd & ~APIC_EILVT_MASKED; /* 0: unassigned */
410 if (vector && !eilvt_entry_is_changeable(vector, new))
a68c439b
RR
411 /* may not change if vectors are different */
412 return rsvd;
413 rsvd = atomic_cmpxchg(&eilvt_offsets[offset], rsvd, new);
414 } while (rsvd != new);
415
8abc3122
RR
416 rsvd &= ~APIC_EILVT_MASKED;
417 if (rsvd && rsvd != vector)
418 pr_info("LVT offset %d assigned for vector 0x%02x\n",
419 offset, rsvd);
420
a68c439b
RR
421 return new;
422}
423
424/*
425 * If mask=1, the LVT entry does not generate interrupts while mask=0
cbf74cea
RR
426 * enables the vector. See also the BKDGs. Must be called with
427 * preemption disabled.
a68c439b
RR
428 */
429
27afdf20 430int setup_APIC_eilvt(u8 offset, u8 vector, u8 msg_type, u8 mask)
1da177e4 431{
a68c439b
RR
432 unsigned long reg = APIC_EILVTn(offset);
433 unsigned int new, old, reserved;
434
435 new = (mask << 16) | (msg_type << 8) | vector;
436 old = apic_read(reg);
437 reserved = reserve_eilvt_offset(offset, new);
438
439 if (reserved != new) {
eb48c9cb
RR
440 pr_err(FW_BUG "cpu %d, try to use APIC%lX (LVT offset %d) for "
441 "vector 0x%x, but the register is already in use for "
442 "vector 0x%x on another cpu\n",
443 smp_processor_id(), reg, offset, new, reserved);
a68c439b
RR
444 return -EINVAL;
445 }
446
447 if (!eilvt_entry_is_changeable(old, new)) {
eb48c9cb
RR
448 pr_err(FW_BUG "cpu %d, try to use APIC%lX (LVT offset %d) for "
449 "vector 0x%x, but the register is already in use for "
450 "vector 0x%x on this cpu\n",
451 smp_processor_id(), reg, offset, new, old);
a68c439b
RR
452 return -EBUSY;
453 }
454
455 apic_write(reg, new);
a8fcf1a2 456
a68c439b 457 return 0;
1da177e4 458}
27afdf20 459EXPORT_SYMBOL_GPL(setup_APIC_eilvt);
7b83dae7 460
0e078e2f
TG
461/*
462 * Program the next event, relative to now
463 */
464static int lapic_next_event(unsigned long delta,
465 struct clock_event_device *evt)
1da177e4 466{
0e078e2f
TG
467 apic_write(APIC_TMICT, delta);
468 return 0;
1da177e4
LT
469}
470
279f1461
SS
471static int lapic_next_deadline(unsigned long delta,
472 struct clock_event_device *evt)
473{
474 u64 tsc;
475
4ea1636b 476 tsc = rdtsc();
279f1461
SS
477 wrmsrl(MSR_IA32_TSC_DEADLINE, tsc + (((u64) delta) * TSC_DIVISOR));
478 return 0;
479}
480
b23d8e52 481static int lapic_timer_shutdown(struct clock_event_device *evt)
9b7711f0 482{
0e078e2f 483 unsigned int v;
9b7711f0 484
0e078e2f
TG
485 /* Lapic used as dummy for broadcast ? */
486 if (evt->features & CLOCK_EVT_FEAT_DUMMY)
b23d8e52 487 return 0;
9b7711f0 488
b23d8e52
VK
489 v = apic_read(APIC_LVTT);
490 v |= (APIC_LVT_MASKED | LOCAL_TIMER_VECTOR);
491 apic_write(APIC_LVTT, v);
492 apic_write(APIC_TMICT, 0);
b23d8e52
VK
493 return 0;
494}
9b7711f0 495
b23d8e52
VK
496static inline int
497lapic_timer_set_periodic_oneshot(struct clock_event_device *evt, bool oneshot)
498{
b23d8e52
VK
499 /* Lapic used as dummy for broadcast ? */
500 if (evt->features & CLOCK_EVT_FEAT_DUMMY)
501 return 0;
9b7711f0 502
b23d8e52 503 __setup_APIC_LVTT(lapic_timer_frequency, oneshot, 1);
b23d8e52
VK
504 return 0;
505}
506
507static int lapic_timer_set_periodic(struct clock_event_device *evt)
508{
509 return lapic_timer_set_periodic_oneshot(evt, false);
510}
511
512static int lapic_timer_set_oneshot(struct clock_event_device *evt)
513{
514 return lapic_timer_set_periodic_oneshot(evt, true);
9b7711f0
HS
515}
516
1da177e4 517/*
0e078e2f 518 * Local APIC timer broadcast function
1da177e4 519 */
9628937d 520static void lapic_timer_broadcast(const struct cpumask *mask)
1da177e4 521{
0e078e2f 522#ifdef CONFIG_SMP
dac5f412 523 apic->send_IPI_mask(mask, LOCAL_TIMER_VECTOR);
0e078e2f
TG
524#endif
525}
1da177e4 526
25874a29
HK
527
528/*
529 * The local apic timer can be used for any function which is CPU local.
530 */
531static struct clock_event_device lapic_clockevent = {
914122c3
FW
532 .name = "lapic",
533 .features = CLOCK_EVT_FEAT_PERIODIC |
534 CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_C3STOP
535 | CLOCK_EVT_FEAT_DUMMY,
536 .shift = 32,
537 .set_state_shutdown = lapic_timer_shutdown,
538 .set_state_periodic = lapic_timer_set_periodic,
539 .set_state_oneshot = lapic_timer_set_oneshot,
540 .set_state_oneshot_stopped = lapic_timer_shutdown,
541 .set_next_event = lapic_next_event,
542 .broadcast = lapic_timer_broadcast,
543 .rating = 100,
544 .irq = -1,
25874a29
HK
545};
546static DEFINE_PER_CPU(struct clock_event_device, lapic_events);
547
bd9240a1
PZ
548#define DEADLINE_MODEL_MATCH_FUNC(model, func) \
549 { X86_VENDOR_INTEL, 6, model, X86_FEATURE_ANY, (unsigned long)&func }
550
551#define DEADLINE_MODEL_MATCH_REV(model, rev) \
552 { X86_VENDOR_INTEL, 6, model, X86_FEATURE_ANY, (unsigned long)rev }
553
554static u32 hsx_deadline_rev(void)
555{
556 switch (boot_cpu_data.x86_mask) {
557 case 0x02: return 0x3a; /* EP */
558 case 0x04: return 0x0f; /* EX */
559 }
560
561 return ~0U;
562}
563
564static u32 bdx_deadline_rev(void)
565{
566 switch (boot_cpu_data.x86_mask) {
567 case 0x02: return 0x00000011;
568 case 0x03: return 0x0700000e;
569 case 0x04: return 0x0f00000c;
570 case 0x05: return 0x0e000003;
571 }
572
573 return ~0U;
574}
575
576static const struct x86_cpu_id deadline_match[] = {
577 DEADLINE_MODEL_MATCH_FUNC( INTEL_FAM6_HASWELL_X, hsx_deadline_rev),
578 DEADLINE_MODEL_MATCH_REV ( INTEL_FAM6_BROADWELL_X, 0x0b000020),
579 DEADLINE_MODEL_MATCH_FUNC( INTEL_FAM6_BROADWELL_XEON_D, bdx_deadline_rev),
580 DEADLINE_MODEL_MATCH_REV ( INTEL_FAM6_SKYLAKE_X, 0x02000014),
581
582 DEADLINE_MODEL_MATCH_REV ( INTEL_FAM6_HASWELL_CORE, 0x22),
583 DEADLINE_MODEL_MATCH_REV ( INTEL_FAM6_HASWELL_ULT, 0x20),
584 DEADLINE_MODEL_MATCH_REV ( INTEL_FAM6_HASWELL_GT3E, 0x17),
585
586 DEADLINE_MODEL_MATCH_REV ( INTEL_FAM6_BROADWELL_CORE, 0x25),
587 DEADLINE_MODEL_MATCH_REV ( INTEL_FAM6_BROADWELL_GT3E, 0x17),
588
589 DEADLINE_MODEL_MATCH_REV ( INTEL_FAM6_SKYLAKE_MOBILE, 0xb2),
590 DEADLINE_MODEL_MATCH_REV ( INTEL_FAM6_SKYLAKE_DESKTOP, 0xb2),
591
592 DEADLINE_MODEL_MATCH_REV ( INTEL_FAM6_KABYLAKE_MOBILE, 0x52),
593 DEADLINE_MODEL_MATCH_REV ( INTEL_FAM6_KABYLAKE_DESKTOP, 0x52),
594
595 {},
596};
597
598static void apic_check_deadline_errata(void)
599{
594a30fb 600 const struct x86_cpu_id *m;
bd9240a1
PZ
601 u32 rev;
602
594a30fb
HG
603 if (!boot_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER))
604 return;
605
606 m = x86_match_cpu(deadline_match);
bd9240a1
PZ
607 if (!m)
608 return;
609
610 /*
611 * Function pointers will have the MSB set due to address layout,
612 * immediate revisions will not.
613 */
614 if ((long)m->driver_data < 0)
615 rev = ((u32 (*)(void))(m->driver_data))();
616 else
617 rev = (u32)m->driver_data;
618
619 if (boot_cpu_data.microcode >= rev)
620 return;
621
622 setup_clear_cpu_cap(X86_FEATURE_TSC_DEADLINE_TIMER);
623 pr_err(FW_BUG "TSC_DEADLINE disabled due to Errata; "
624 "please update microcode to version: 0x%x (or later)\n", rev);
625}
626
0e078e2f 627/*
421f91d2 628 * Setup the local APIC timer for this CPU. Copy the initialized values
0e078e2f
TG
629 * of the boot CPU and register the clock event in the framework.
630 */
148f9bb8 631static void setup_APIC_timer(void)
0e078e2f 632{
89cbc767 633 struct clock_event_device *levt = this_cpu_ptr(&lapic_events);
1da177e4 634
349c004e 635 if (this_cpu_has(X86_FEATURE_ARAT)) {
db954b58
VP
636 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_C3STOP;
637 /* Make LAPIC timer preferrable over percpu HPET */
638 lapic_clockevent.rating = 150;
639 }
640
0e078e2f 641 memcpy(levt, &lapic_clockevent, sizeof(*levt));
320ab2b0 642 levt->cpumask = cpumask_of(smp_processor_id());
1da177e4 643
279f1461 644 if (this_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER)) {
c6e9f42b 645 levt->name = "lapic-deadline";
279f1461
SS
646 levt->features &= ~(CLOCK_EVT_FEAT_PERIODIC |
647 CLOCK_EVT_FEAT_DUMMY);
648 levt->set_next_event = lapic_next_deadline;
649 clockevents_config_and_register(levt,
1a9e4c56 650 tsc_khz * (1000 / TSC_DIVISOR),
279f1461
SS
651 0xF, ~0UL);
652 } else
653 clockevents_register_device(levt);
0e078e2f 654}
1da177e4 655
6731b0d6
NS
656/*
657 * Install the updated TSC frequency from recalibration at the TSC
658 * deadline clockevent devices.
659 */
660static void __lapic_update_tsc_freq(void *info)
661{
662 struct clock_event_device *levt = this_cpu_ptr(&lapic_events);
663
664 if (!this_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER))
665 return;
666
667 clockevents_update_freq(levt, tsc_khz * (1000 / TSC_DIVISOR));
668}
669
670void lapic_update_tsc_freq(void)
671{
672 /*
673 * The clockevent device's ->mult and ->shift can both be
674 * changed. In order to avoid races, schedule the frequency
675 * update code on each CPU.
676 */
677 on_each_cpu(__lapic_update_tsc_freq, NULL, 0);
678}
679
2f04fa88
YL
680/*
681 * In this functions we calibrate APIC bus clocks to the external timer.
682 *
683 * We want to do the calibration only once since we want to have local timer
684 * irqs syncron. CPUs connected by the same APIC bus have the very same bus
685 * frequency.
686 *
687 * This was previously done by reading the PIT/HPET and waiting for a wrap
688 * around to find out, that a tick has elapsed. I have a box, where the PIT
689 * readout is broken, so it never gets out of the wait loop again. This was
690 * also reported by others.
691 *
692 * Monitoring the jiffies value is inaccurate and the clockevents
693 * infrastructure allows us to do a simple substitution of the interrupt
694 * handler.
695 *
696 * The calibration routine also uses the pm_timer when possible, as the PIT
697 * happens to run way too slow (factor 2.3 on my VAIO CoreDuo, which goes
698 * back to normal later in the boot process).
699 */
700
701#define LAPIC_CAL_LOOPS (HZ/10)
702
703static __initdata int lapic_cal_loops = -1;
704static __initdata long lapic_cal_t1, lapic_cal_t2;
705static __initdata unsigned long long lapic_cal_tsc1, lapic_cal_tsc2;
706static __initdata unsigned long lapic_cal_pm1, lapic_cal_pm2;
707static __initdata unsigned long lapic_cal_j1, lapic_cal_j2;
708
709/*
710 * Temporary interrupt handler.
711 */
712static void __init lapic_cal_handler(struct clock_event_device *dev)
713{
714 unsigned long long tsc = 0;
715 long tapic = apic_read(APIC_TMCCT);
716 unsigned long pm = acpi_pm_read_early();
717
59e21e3d 718 if (boot_cpu_has(X86_FEATURE_TSC))
4ea1636b 719 tsc = rdtsc();
2f04fa88
YL
720
721 switch (lapic_cal_loops++) {
722 case 0:
723 lapic_cal_t1 = tapic;
724 lapic_cal_tsc1 = tsc;
725 lapic_cal_pm1 = pm;
726 lapic_cal_j1 = jiffies;
727 break;
728
729 case LAPIC_CAL_LOOPS:
730 lapic_cal_t2 = tapic;
731 lapic_cal_tsc2 = tsc;
732 if (pm < lapic_cal_pm1)
733 pm += ACPI_PM_OVRRUN;
734 lapic_cal_pm2 = pm;
735 lapic_cal_j2 = jiffies;
736 break;
737 }
738}
739
754ef0cd
YI
740static int __init
741calibrate_by_pmtimer(long deltapm, long *delta, long *deltatsc)
b189892d
CG
742{
743 const long pm_100ms = PMTMR_TICKS_PER_SEC / 10;
744 const long pm_thresh = pm_100ms / 100;
745 unsigned long mult;
746 u64 res;
747
748#ifndef CONFIG_X86_PM_TIMER
749 return -1;
750#endif
751
39ba5d43 752 apic_printk(APIC_VERBOSE, "... PM-Timer delta = %ld\n", deltapm);
b189892d
CG
753
754 /* Check, if the PM timer is available */
755 if (!deltapm)
756 return -1;
757
758 mult = clocksource_hz2mult(PMTMR_TICKS_PER_SEC, 22);
759
760 if (deltapm > (pm_100ms - pm_thresh) &&
761 deltapm < (pm_100ms + pm_thresh)) {
39ba5d43 762 apic_printk(APIC_VERBOSE, "... PM-Timer result ok\n");
754ef0cd
YI
763 return 0;
764 }
765
766 res = (((u64)deltapm) * mult) >> 22;
767 do_div(res, 1000000);
768 pr_warning("APIC calibration not consistent "
39ba5d43 769 "with PM-Timer: %ldms instead of 100ms\n",(long)res);
754ef0cd
YI
770
771 /* Correct the lapic counter value */
772 res = (((u64)(*delta)) * pm_100ms);
773 do_div(res, deltapm);
774 pr_info("APIC delta adjusted to PM-Timer: "
775 "%lu (%ld)\n", (unsigned long)res, *delta);
776 *delta = (long)res;
777
778 /* Correct the tsc counter value */
59e21e3d 779 if (boot_cpu_has(X86_FEATURE_TSC)) {
754ef0cd 780 res = (((u64)(*deltatsc)) * pm_100ms);
b189892d 781 do_div(res, deltapm);
754ef0cd 782 apic_printk(APIC_VERBOSE, "TSC delta adjusted to "
3235dc3f 783 "PM-Timer: %lu (%ld)\n",
754ef0cd
YI
784 (unsigned long)res, *deltatsc);
785 *deltatsc = (long)res;
b189892d
CG
786 }
787
788 return 0;
789}
790
2f04fa88
YL
791static int __init calibrate_APIC_clock(void)
792{
89cbc767 793 struct clock_event_device *levt = this_cpu_ptr(&lapic_events);
2f04fa88
YL
794 void (*real_handler)(struct clock_event_device *dev);
795 unsigned long deltaj;
754ef0cd 796 long delta, deltatsc;
2f04fa88
YL
797 int pm_referenced = 0;
798
1ade93ef
JP
799 /**
800 * check if lapic timer has already been calibrated by platform
801 * specific routine, such as tsc calibration code. if so, we just fill
802 * in the clockevent structure and return.
803 */
804
279f1461
SS
805 if (boot_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER)) {
806 return 0;
807 } else if (lapic_timer_frequency) {
1ade93ef
JP
808 apic_printk(APIC_VERBOSE, "lapic timer already calibrated %d\n",
809 lapic_timer_frequency);
810 lapic_clockevent.mult = div_sc(lapic_timer_frequency/APIC_DIVISOR,
811 TICK_NSEC, lapic_clockevent.shift);
812 lapic_clockevent.max_delta_ns =
813 clockevent_delta2ns(0x7FFFFF, &lapic_clockevent);
747d04b3 814 lapic_clockevent.max_delta_ticks = 0x7FFFFF;
1ade93ef
JP
815 lapic_clockevent.min_delta_ns =
816 clockevent_delta2ns(0xF, &lapic_clockevent);
747d04b3 817 lapic_clockevent.min_delta_ticks = 0xF;
1ade93ef
JP
818 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY;
819 return 0;
820 }
821
279f1461
SS
822 apic_printk(APIC_VERBOSE, "Using local APIC timer interrupts.\n"
823 "calibrating APIC timer ...\n");
824
2f04fa88
YL
825 local_irq_disable();
826
827 /* Replace the global interrupt handler */
828 real_handler = global_clock_event->event_handler;
829 global_clock_event->event_handler = lapic_cal_handler;
830
831 /*
81608f3c 832 * Setup the APIC counter to maximum. There is no way the lapic
2f04fa88
YL
833 * can underflow in the 100ms detection time frame
834 */
81608f3c 835 __setup_APIC_LVTT(0xffffffff, 0, 0);
2f04fa88
YL
836
837 /* Let the interrupts run */
838 local_irq_enable();
839
840 while (lapic_cal_loops <= LAPIC_CAL_LOOPS)
841 cpu_relax();
842
843 local_irq_disable();
844
845 /* Restore the real event handler */
846 global_clock_event->event_handler = real_handler;
847
848 /* Build delta t1-t2 as apic timer counts down */
849 delta = lapic_cal_t1 - lapic_cal_t2;
850 apic_printk(APIC_VERBOSE, "... lapic delta = %ld\n", delta);
851
754ef0cd
YI
852 deltatsc = (long)(lapic_cal_tsc2 - lapic_cal_tsc1);
853
b189892d
CG
854 /* we trust the PM based calibration if possible */
855 pm_referenced = !calibrate_by_pmtimer(lapic_cal_pm2 - lapic_cal_pm1,
754ef0cd 856 &delta, &deltatsc);
2f04fa88
YL
857
858 /* Calculate the scaled math multiplication factor */
859 lapic_clockevent.mult = div_sc(delta, TICK_NSEC * LAPIC_CAL_LOOPS,
860 lapic_clockevent.shift);
861 lapic_clockevent.max_delta_ns =
4aed89d6 862 clockevent_delta2ns(0x7FFFFFFF, &lapic_clockevent);
747d04b3 863 lapic_clockevent.max_delta_ticks = 0x7FFFFFFF;
2f04fa88
YL
864 lapic_clockevent.min_delta_ns =
865 clockevent_delta2ns(0xF, &lapic_clockevent);
747d04b3 866 lapic_clockevent.min_delta_ticks = 0xF;
2f04fa88 867
1ade93ef 868 lapic_timer_frequency = (delta * APIC_DIVISOR) / LAPIC_CAL_LOOPS;
2f04fa88
YL
869
870 apic_printk(APIC_VERBOSE, "..... delta %ld\n", delta);
411462f6 871 apic_printk(APIC_VERBOSE, "..... mult: %u\n", lapic_clockevent.mult);
2f04fa88 872 apic_printk(APIC_VERBOSE, "..... calibration result: %u\n",
1ade93ef 873 lapic_timer_frequency);
2f04fa88 874
59e21e3d 875 if (boot_cpu_has(X86_FEATURE_TSC)) {
2f04fa88
YL
876 apic_printk(APIC_VERBOSE, "..... CPU clock speed is "
877 "%ld.%04ld MHz.\n",
754ef0cd
YI
878 (deltatsc / LAPIC_CAL_LOOPS) / (1000000 / HZ),
879 (deltatsc / LAPIC_CAL_LOOPS) % (1000000 / HZ));
2f04fa88
YL
880 }
881
882 apic_printk(APIC_VERBOSE, "..... host bus clock speed is "
883 "%u.%04u MHz.\n",
1ade93ef
JP
884 lapic_timer_frequency / (1000000 / HZ),
885 lapic_timer_frequency % (1000000 / HZ));
2f04fa88
YL
886
887 /*
888 * Do a sanity check on the APIC calibration result
889 */
1ade93ef 890 if (lapic_timer_frequency < (1000000 / HZ)) {
2f04fa88 891 local_irq_enable();
ba21ebb6 892 pr_warning("APIC frequency too slow, disabling apic timer\n");
2f04fa88
YL
893 return -1;
894 }
895
896 levt->features &= ~CLOCK_EVT_FEAT_DUMMY;
897
b189892d
CG
898 /*
899 * PM timer calibration failed or not turned on
900 * so lets try APIC timer based calibration
901 */
2f04fa88
YL
902 if (!pm_referenced) {
903 apic_printk(APIC_VERBOSE, "... verify APIC timer\n");
904
905 /*
906 * Setup the apic timer manually
907 */
908 levt->event_handler = lapic_cal_handler;
b23d8e52 909 lapic_timer_set_periodic(levt);
2f04fa88
YL
910 lapic_cal_loops = -1;
911
912 /* Let the interrupts run */
913 local_irq_enable();
914
915 while (lapic_cal_loops <= LAPIC_CAL_LOOPS)
916 cpu_relax();
917
2f04fa88 918 /* Stop the lapic timer */
c948c260 919 local_irq_disable();
b23d8e52 920 lapic_timer_shutdown(levt);
2f04fa88 921
2f04fa88
YL
922 /* Jiffies delta */
923 deltaj = lapic_cal_j2 - lapic_cal_j1;
924 apic_printk(APIC_VERBOSE, "... jiffies delta = %lu\n", deltaj);
925
926 /* Check, if the jiffies result is consistent */
927 if (deltaj >= LAPIC_CAL_LOOPS-2 && deltaj <= LAPIC_CAL_LOOPS+2)
928 apic_printk(APIC_VERBOSE, "... jiffies result ok\n");
929 else
930 levt->features |= CLOCK_EVT_FEAT_DUMMY;
c948c260
TG
931 }
932 local_irq_enable();
2f04fa88
YL
933
934 if (levt->features & CLOCK_EVT_FEAT_DUMMY) {
e423e33e 935 pr_warning("APIC timer disabled due to verification failure\n");
2f04fa88
YL
936 return -1;
937 }
938
939 return 0;
940}
941
e83a5fdc
HS
942/*
943 * Setup the boot APIC
944 *
945 * Calibrate and verify the result.
946 */
0e078e2f
TG
947void __init setup_boot_APIC_clock(void)
948{
949 /*
274cfe59
CG
950 * The local apic timer can be disabled via the kernel
951 * commandline or from the CPU detection code. Register the lapic
952 * timer as a dummy clock event source on SMP systems, so the
953 * broadcast mechanism is used. On UP systems simply ignore it.
0e078e2f
TG
954 */
955 if (disable_apic_timer) {
ba21ebb6 956 pr_info("Disabling APIC timer\n");
0e078e2f 957 /* No broadcast on UP ! */
9d09951d
TG
958 if (num_possible_cpus() > 1) {
959 lapic_clockevent.mult = 1;
0e078e2f 960 setup_APIC_timer();
9d09951d 961 }
0e078e2f
TG
962 return;
963 }
964
89b3b1f4 965 if (calibrate_APIC_clock()) {
c2b84b30
TG
966 /* No broadcast on UP ! */
967 if (num_possible_cpus() > 1)
968 setup_APIC_timer();
969 return;
970 }
971
0e078e2f
TG
972 /*
973 * If nmi_watchdog is set to IO_APIC, we need the
974 * PIT/HPET going. Otherwise register lapic as a dummy
975 * device.
976 */
072b198a 977 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY;
0e078e2f 978
274cfe59 979 /* Setup the lapic or request the broadcast */
0e078e2f 980 setup_APIC_timer();
07c94a38 981 amd_e400_c1e_apic_setup();
0e078e2f
TG
982}
983
148f9bb8 984void setup_secondary_APIC_clock(void)
0e078e2f 985{
0e078e2f 986 setup_APIC_timer();
07c94a38 987 amd_e400_c1e_apic_setup();
0e078e2f
TG
988}
989
990/*
991 * The guts of the apic timer interrupt
992 */
993static void local_apic_timer_interrupt(void)
994{
3bec6def 995 struct clock_event_device *evt = this_cpu_ptr(&lapic_events);
0e078e2f
TG
996
997 /*
998 * Normally we should not be here till LAPIC has been initialized but
999 * in some cases like kdump, its possible that there is a pending LAPIC
1000 * timer interrupt from previous kernel's context and is delivered in
1001 * new kernel the moment interrupts are enabled.
1002 *
1003 * Interrupts are enabled early and LAPIC is setup much later, hence
1004 * its possible that when we get here evt->event_handler is NULL.
1005 * Check for event_handler being NULL and discard the interrupt as
1006 * spurious.
1007 */
1008 if (!evt->event_handler) {
3bec6def
TG
1009 pr_warning("Spurious LAPIC timer interrupt on cpu %d\n",
1010 smp_processor_id());
0e078e2f 1011 /* Switch it off */
b23d8e52 1012 lapic_timer_shutdown(evt);
0e078e2f
TG
1013 return;
1014 }
1015
1016 /*
1017 * the NMI deadlock-detector uses this.
1018 */
915b0d01 1019 inc_irq_stat(apic_timer_irqs);
0e078e2f
TG
1020
1021 evt->event_handler(evt);
1022}
1023
1024/*
1025 * Local APIC timer interrupt. This is the most natural way for doing
1026 * local interrupts, but local timer interrupts can be emulated by
1027 * broadcast interrupts too. [in case the hw doesn't support APIC timers]
1028 *
1029 * [ if a single-CPU system runs an SMP kernel then we call the local
1030 * interrupt as well. Thus we cannot inline the local irq ... ]
1031 */
1d9090e2 1032__visible void __irq_entry smp_apic_timer_interrupt(struct pt_regs *regs)
0e078e2f
TG
1033{
1034 struct pt_regs *old_regs = set_irq_regs(regs);
1035
1036 /*
1037 * NOTE! We'd better ACK the irq immediately,
1038 * because timer handling can be slow.
cf910e83 1039 *
0e078e2f
TG
1040 * update_process_times() expects us to have done irq_enter().
1041 * Besides, if we don't timer interrupts ignore the global
1042 * interrupt lock, which is the WrongThing (tm) to do.
1043 */
cf910e83
SA
1044 entering_ack_irq();
1045 trace_local_timer_entry(LOCAL_TIMER_VECTOR);
0e078e2f 1046 local_apic_timer_interrupt();
cf910e83
SA
1047 trace_local_timer_exit(LOCAL_TIMER_VECTOR);
1048 exiting_irq();
274cfe59 1049
0e078e2f
TG
1050 set_irq_regs(old_regs);
1051}
1052
1053int setup_profiling_timer(unsigned int multiplier)
1054{
1055 return -EINVAL;
1056}
1057
0e078e2f
TG
1058/*
1059 * Local APIC start and shutdown
1060 */
1061
1062/**
1063 * clear_local_APIC - shutdown the local APIC
1064 *
1065 * This is called, when a CPU is disabled and before rebooting, so the state of
1066 * the local APIC has no dangling leftovers. Also used to cleanout any BIOS
1067 * leftovers during boot.
1068 */
1069void clear_local_APIC(void)
1070{
2584a82d 1071 int maxlvt;
0e078e2f
TG
1072 u32 v;
1073
d3432896 1074 /* APIC hasn't been mapped yet */
fc1edaf9 1075 if (!x2apic_mode && !apic_phys)
d3432896
AK
1076 return;
1077
1078 maxlvt = lapic_get_maxlvt();
0e078e2f
TG
1079 /*
1080 * Masking an LVT entry can trigger a local APIC error
1081 * if the vector is zero. Mask LVTERR first to prevent this.
1082 */
1083 if (maxlvt >= 3) {
1084 v = ERROR_APIC_VECTOR; /* any non-zero vector will do */
1085 apic_write(APIC_LVTERR, v | APIC_LVT_MASKED);
1086 }
1087 /*
1088 * Careful: we have to set masks only first to deassert
1089 * any level-triggered sources.
1090 */
1091 v = apic_read(APIC_LVTT);
1092 apic_write(APIC_LVTT, v | APIC_LVT_MASKED);
1093 v = apic_read(APIC_LVT0);
1094 apic_write(APIC_LVT0, v | APIC_LVT_MASKED);
1095 v = apic_read(APIC_LVT1);
1096 apic_write(APIC_LVT1, v | APIC_LVT_MASKED);
1097 if (maxlvt >= 4) {
1098 v = apic_read(APIC_LVTPC);
1099 apic_write(APIC_LVTPC, v | APIC_LVT_MASKED);
1100 }
1101
6764014b 1102 /* lets not touch this if we didn't frob it */
4efc0670 1103#ifdef CONFIG_X86_THERMAL_VECTOR
6764014b
CG
1104 if (maxlvt >= 5) {
1105 v = apic_read(APIC_LVTTHMR);
1106 apic_write(APIC_LVTTHMR, v | APIC_LVT_MASKED);
1107 }
1108#endif
5ca8681c
AK
1109#ifdef CONFIG_X86_MCE_INTEL
1110 if (maxlvt >= 6) {
1111 v = apic_read(APIC_LVTCMCI);
1112 if (!(v & APIC_LVT_MASKED))
1113 apic_write(APIC_LVTCMCI, v | APIC_LVT_MASKED);
1114 }
1115#endif
1116
0e078e2f
TG
1117 /*
1118 * Clean APIC state for other OSs:
1119 */
1120 apic_write(APIC_LVTT, APIC_LVT_MASKED);
1121 apic_write(APIC_LVT0, APIC_LVT_MASKED);
1122 apic_write(APIC_LVT1, APIC_LVT_MASKED);
1123 if (maxlvt >= 3)
1124 apic_write(APIC_LVTERR, APIC_LVT_MASKED);
1125 if (maxlvt >= 4)
1126 apic_write(APIC_LVTPC, APIC_LVT_MASKED);
6764014b
CG
1127
1128 /* Integrated APIC (!82489DX) ? */
1129 if (lapic_is_integrated()) {
1130 if (maxlvt > 3)
1131 /* Clear ESR due to Pentium errata 3AP and 11AP */
1132 apic_write(APIC_ESR, 0);
1133 apic_read(APIC_ESR);
1134 }
0e078e2f
TG
1135}
1136
1137/**
1138 * disable_local_APIC - clear and disable the local APIC
1139 */
1140void disable_local_APIC(void)
1141{
1142 unsigned int value;
1143
4a13ad0b 1144 /* APIC hasn't been mapped yet */
fd19dce7 1145 if (!x2apic_mode && !apic_phys)
4a13ad0b
JB
1146 return;
1147
0e078e2f
TG
1148 clear_local_APIC();
1149
1150 /*
1151 * Disable APIC (implies clearing of registers
1152 * for 82489DX!).
1153 */
1154 value = apic_read(APIC_SPIV);
1155 value &= ~APIC_SPIV_APIC_ENABLED;
1156 apic_write(APIC_SPIV, value);
990b183e
CG
1157
1158#ifdef CONFIG_X86_32
1159 /*
1160 * When LAPIC was disabled by the BIOS and enabled by the kernel,
1161 * restore the disabled state.
1162 */
1163 if (enabled_via_apicbase) {
1164 unsigned int l, h;
1165
1166 rdmsr(MSR_IA32_APICBASE, l, h);
1167 l &= ~MSR_IA32_APICBASE_ENABLE;
1168 wrmsr(MSR_IA32_APICBASE, l, h);
1169 }
1170#endif
0e078e2f
TG
1171}
1172
fe4024dc
CG
1173/*
1174 * If Linux enabled the LAPIC against the BIOS default disable it down before
1175 * re-entering the BIOS on shutdown. Otherwise the BIOS may get confused and
1176 * not power-off. Additionally clear all LVT entries before disable_local_APIC
1177 * for the case where Linux didn't enable the LAPIC.
1178 */
0e078e2f
TG
1179void lapic_shutdown(void)
1180{
1181 unsigned long flags;
1182
93984fbd 1183 if (!boot_cpu_has(X86_FEATURE_APIC) && !apic_from_smp_config())
0e078e2f
TG
1184 return;
1185
1186 local_irq_save(flags);
1187
fe4024dc
CG
1188#ifdef CONFIG_X86_32
1189 if (!enabled_via_apicbase)
1190 clear_local_APIC();
1191 else
1192#endif
1193 disable_local_APIC();
1194
0e078e2f
TG
1195
1196 local_irq_restore(flags);
1197}
1198
0e078e2f
TG
1199/**
1200 * sync_Arb_IDs - synchronize APIC bus arbitration IDs
1201 */
1da177e4
LT
1202void __init sync_Arb_IDs(void)
1203{
296cb951
CG
1204 /*
1205 * Unsupported on P4 - see Intel Dev. Manual Vol. 3, Ch. 8.6.1 And not
1206 * needed on AMD.
1207 */
1208 if (modern_apic() || boot_cpu_data.x86_vendor == X86_VENDOR_AMD)
1da177e4
LT
1209 return;
1210
1211 /*
1212 * Wait for idle.
1213 */
1214 apic_wait_icr_idle();
1215
1216 apic_printk(APIC_DEBUG, "Synchronizing Arb IDs.\n");
6f6da97f
CG
1217 apic_write(APIC_ICR, APIC_DEST_ALLINC |
1218 APIC_INT_LEVELTRIG | APIC_DM_INIT);
1da177e4
LT
1219}
1220
4f45ed9f 1221enum apic_intr_mode_id apic_intr_mode;
0114a8e8
DL
1222
1223static int __init apic_intr_mode_select(void)
1224{
1225 /* Check kernel option */
1226 if (disable_apic) {
1227 pr_info("APIC disabled via kernel command line\n");
1228 return APIC_PIC;
1229 }
1230
1231 /* Check BIOS */
1232#ifdef CONFIG_X86_64
1233 /* On 64-bit, the APIC must be integrated, Check local APIC only */
1234 if (!boot_cpu_has(X86_FEATURE_APIC)) {
1235 disable_apic = 1;
1236 pr_info("APIC disabled by BIOS\n");
1237 return APIC_PIC;
1238 }
1239#else
1240 /* On 32-bit, the APIC may be integrated APIC or 82489DX */
1241
1242 /* Neither 82489DX nor integrated APIC ? */
1243 if (!boot_cpu_has(X86_FEATURE_APIC) && !smp_found_config) {
1244 disable_apic = 1;
1245 return APIC_PIC;
1246 }
1247
1248 /* If the BIOS pretends there is an integrated APIC ? */
1249 if (!boot_cpu_has(X86_FEATURE_APIC) &&
1250 APIC_INTEGRATED(boot_cpu_apic_version)) {
1251 disable_apic = 1;
1252 pr_err(FW_BUG "Local APIC %d not detected, force emulation\n",
1253 boot_cpu_physical_apicid);
1254 return APIC_PIC;
1255 }
1256#endif
1257
1258 /* Check MP table or ACPI MADT configuration */
1259 if (!smp_found_config) {
1260 disable_ioapic_support();
3e730dad 1261 if (!acpi_lapic) {
0114a8e8 1262 pr_info("APIC: ACPI MADT or MP tables are not detected\n");
3e730dad
DL
1263 return APIC_VIRTUAL_WIRE_NO_CONFIG;
1264 }
0114a8e8
DL
1265 return APIC_VIRTUAL_WIRE;
1266 }
1267
3e730dad
DL
1268#ifdef CONFIG_SMP
1269 /* If SMP should be disabled, then really disable it! */
1270 if (!setup_max_cpus) {
1271 pr_info("APIC: SMP mode deactivated\n");
1272 return APIC_SYMMETRIC_IO_NO_ROUTING;
1273 }
1274
1275 if (read_apic_id() != boot_cpu_physical_apicid) {
1276 panic("Boot APIC ID in local APIC unexpected (%d vs %d)",
1277 read_apic_id(), boot_cpu_physical_apicid);
1278 /* Or can we switch back to PIC here? */
1279 }
1280#endif
1281
0114a8e8
DL
1282 return APIC_SYMMETRIC_IO;
1283}
1284
1da177e4
LT
1285/*
1286 * An initial setup of the virtual wire mode.
1287 */
1288void __init init_bsp_APIC(void)
1289{
11a8e778 1290 unsigned int value;
1da177e4
LT
1291
1292 /*
1293 * Don't do the setup now if we have a SMP BIOS as the
1294 * through-I/O-APIC virtual wire mode might be active.
1295 */
93984fbd 1296 if (smp_found_config || !boot_cpu_has(X86_FEATURE_APIC))
1da177e4
LT
1297 return;
1298
1da177e4
LT
1299 /*
1300 * Do not trust the local APIC being empty at bootup.
1301 */
1302 clear_local_APIC();
1303
1304 /*
1305 * Enable APIC.
1306 */
1307 value = apic_read(APIC_SPIV);
1308 value &= ~APIC_VECTOR_MASK;
1309 value |= APIC_SPIV_APIC_ENABLED;
638c0411
CG
1310
1311#ifdef CONFIG_X86_32
1312 /* This bit is reserved on P4/Xeon and should be cleared */
1313 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) &&
1314 (boot_cpu_data.x86 == 15))
1315 value &= ~APIC_SPIV_FOCUS_DISABLED;
1316 else
1317#endif
1318 value |= APIC_SPIV_FOCUS_DISABLED;
1da177e4 1319 value |= SPURIOUS_APIC_VECTOR;
11a8e778 1320 apic_write(APIC_SPIV, value);
1da177e4
LT
1321
1322 /*
1323 * Set up the virtual wire mode.
1324 */
11a8e778 1325 apic_write(APIC_LVT0, APIC_DM_EXTINT);
1da177e4 1326 value = APIC_DM_NMI;
638c0411
CG
1327 if (!lapic_is_integrated()) /* 82489DX */
1328 value |= APIC_LVT_LEVEL_TRIGGER;
b7c4948e
HK
1329 if (apic_extnmi == APIC_EXTNMI_NONE)
1330 value |= APIC_LVT_MASKED;
11a8e778 1331 apic_write(APIC_LVT1, value);
1da177e4
LT
1332}
1333
4b1669e8
DL
1334/* Init the interrupt delivery mode for the BSP */
1335void __init apic_intr_mode_init(void)
1336{
3e730dad
DL
1337 bool upmode = false;
1338
4f45ed9f
DL
1339 apic_intr_mode = apic_intr_mode_select();
1340
1341 switch (apic_intr_mode) {
4b1669e8
DL
1342 case APIC_PIC:
1343 pr_info("APIC: Keep in PIC mode(8259)\n");
1344 return;
1345 case APIC_VIRTUAL_WIRE:
1346 pr_info("APIC: Switch to virtual wire mode setup\n");
3e730dad
DL
1347 default_setup_apic_routing();
1348 break;
1349 case APIC_VIRTUAL_WIRE_NO_CONFIG:
1350 pr_info("APIC: Switch to virtual wire mode setup with no configuration\n");
1351 upmode = true;
1352 default_setup_apic_routing();
1353 break;
4b1669e8
DL
1354 case APIC_SYMMETRIC_IO:
1355 pr_info("APIC: Switch to symmectic I/O mode setup\n");
3e730dad
DL
1356 default_setup_apic_routing();
1357 break;
1358 case APIC_SYMMETRIC_IO_NO_ROUTING:
1359 pr_info("APIC: Switch to symmectic I/O mode setup in no SMP routine\n");
1360 break;
4b1669e8 1361 }
3e730dad
DL
1362
1363 apic_bsp_setup(upmode);
4b1669e8
DL
1364}
1365
148f9bb8 1366static void lapic_setup_esr(void)
c43da2f5 1367{
9df08f10
CG
1368 unsigned int oldvalue, value, maxlvt;
1369
1370 if (!lapic_is_integrated()) {
ba21ebb6 1371 pr_info("No ESR for 82489DX.\n");
9df08f10
CG
1372 return;
1373 }
c43da2f5 1374
08125d3e 1375 if (apic->disable_esr) {
c43da2f5 1376 /*
9df08f10
CG
1377 * Something untraceable is creating bad interrupts on
1378 * secondary quads ... for the moment, just leave the
1379 * ESR disabled - we can't do anything useful with the
1380 * errors anyway - mbligh
c43da2f5 1381 */
ba21ebb6 1382 pr_info("Leaving ESR disabled.\n");
9df08f10 1383 return;
c43da2f5 1384 }
9df08f10
CG
1385
1386 maxlvt = lapic_get_maxlvt();
1387 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
1388 apic_write(APIC_ESR, 0);
1389 oldvalue = apic_read(APIC_ESR);
1390
1391 /* enables sending errors */
1392 value = ERROR_APIC_VECTOR;
1393 apic_write(APIC_LVTERR, value);
1394
1395 /*
1396 * spec says clear errors after enabling vector.
1397 */
1398 if (maxlvt > 3)
1399 apic_write(APIC_ESR, 0);
1400 value = apic_read(APIC_ESR);
1401 if (value != oldvalue)
1402 apic_printk(APIC_VERBOSE, "ESR value before enabling "
1403 "vector: 0x%08x after: 0x%08x\n",
1404 oldvalue, value);
c43da2f5
CG
1405}
1406
0e078e2f
TG
1407/**
1408 * setup_local_APIC - setup the local APIC
0aa002fe 1409 *
543113d2 1410 * Used to setup local APIC while initializing BSP or bringing up APs.
0aa002fe 1411 * Always called with preemption disabled.
0e078e2f 1412 */
148f9bb8 1413void setup_local_APIC(void)
1da177e4 1414{
0aa002fe 1415 int cpu = smp_processor_id();
8c3ba8d0
KJ
1416 unsigned int value, queued;
1417 int i, j, acked = 0;
1418 unsigned long long tsc = 0, ntsc;
b47dcbdc 1419 long long max_loops = cpu_khz ? cpu_khz : 1000000;
8c3ba8d0 1420
59e21e3d 1421 if (boot_cpu_has(X86_FEATURE_TSC))
4ea1636b 1422 tsc = rdtsc();
1da177e4 1423
f1182638 1424 if (disable_apic) {
7167d08e 1425 disable_ioapic_support();
f1182638
JB
1426 return;
1427 }
1428
89c38c28
CG
1429#ifdef CONFIG_X86_32
1430 /* Pound the ESR really hard over the head with a big hammer - mbligh */
08125d3e 1431 if (lapic_is_integrated() && apic->disable_esr) {
89c38c28
CG
1432 apic_write(APIC_ESR, 0);
1433 apic_write(APIC_ESR, 0);
1434 apic_write(APIC_ESR, 0);
1435 apic_write(APIC_ESR, 0);
1436 }
1437#endif
cdd6c482 1438 perf_events_lapic_init();
89c38c28 1439
1da177e4
LT
1440 /*
1441 * Double-check whether this APIC is really registered.
1442 * This is meaningless in clustered apic mode, so we skip it.
1443 */
c2777f98 1444 BUG_ON(!apic->apic_id_registered());
1da177e4
LT
1445
1446 /*
1447 * Intel recommends to set DFR, LDR and TPR before enabling
1448 * an APIC. See e.g. "AP-388 82489DX User's Manual" (Intel
1449 * document number 292116). So here it goes...
1450 */
a5c43296 1451 apic->init_apic_ldr();
1da177e4 1452
6f802c4b
TH
1453#ifdef CONFIG_X86_32
1454 /*
acb8bc09
TH
1455 * APIC LDR is initialized. If logical_apicid mapping was
1456 * initialized during get_smp_config(), make sure it matches the
1457 * actual value.
6f802c4b 1458 */
acb8bc09
TH
1459 i = early_per_cpu(x86_cpu_to_logical_apicid, cpu);
1460 WARN_ON(i != BAD_APICID && i != logical_smp_processor_id());
1461 /* always use the value from LDR */
6f802c4b
TH
1462 early_per_cpu(x86_cpu_to_logical_apicid, cpu) =
1463 logical_smp_processor_id();
1464#endif
1465
1da177e4
LT
1466 /*
1467 * Set Task Priority to 'accept all'. We never change this
1468 * later on.
1469 */
1470 value = apic_read(APIC_TASKPRI);
1471 value &= ~APIC_TPRI_MASK;
11a8e778 1472 apic_write(APIC_TASKPRI, value);
1da177e4 1473
da7ed9f9
VG
1474 /*
1475 * After a crash, we no longer service the interrupts and a pending
1476 * interrupt from previous kernel might still have ISR bit set.
1477 *
1478 * Most probably by now CPU has serviced that pending interrupt and
1479 * it might not have done the ack_APIC_irq() because it thought,
1480 * interrupt came from i8259 as ExtInt. LAPIC did not get EOI so it
1481 * does not clear the ISR bit and cpu thinks it has already serivced
1482 * the interrupt. Hence a vector might get locked. It was noticed
1483 * for timer irq (vector 0x31). Issue an extra EOI to clear ISR.
1484 */
8c3ba8d0
KJ
1485 do {
1486 queued = 0;
1487 for (i = APIC_ISR_NR - 1; i >= 0; i--)
1488 queued |= apic_read(APIC_IRR + i*0x10);
1489
1490 for (i = APIC_ISR_NR - 1; i >= 0; i--) {
1491 value = apic_read(APIC_ISR + i*0x10);
1492 for (j = 31; j >= 0; j--) {
1493 if (value & (1<<j)) {
1494 ack_APIC_irq();
1495 acked++;
1496 }
1497 }
da7ed9f9 1498 }
8c3ba8d0
KJ
1499 if (acked > 256) {
1500 printk(KERN_ERR "LAPIC pending interrupts after %d EOI\n",
1501 acked);
1502 break;
1503 }
42fa4250 1504 if (queued) {
59e21e3d 1505 if (boot_cpu_has(X86_FEATURE_TSC) && cpu_khz) {
4ea1636b 1506 ntsc = rdtsc();
42fa4250
SF
1507 max_loops = (cpu_khz << 10) - (ntsc - tsc);
1508 } else
1509 max_loops--;
1510 }
8c3ba8d0
KJ
1511 } while (queued && max_loops > 0);
1512 WARN_ON(max_loops <= 0);
da7ed9f9 1513
1da177e4
LT
1514 /*
1515 * Now that we are all set up, enable the APIC
1516 */
1517 value = apic_read(APIC_SPIV);
1518 value &= ~APIC_VECTOR_MASK;
1519 /*
1520 * Enable APIC
1521 */
1522 value |= APIC_SPIV_APIC_ENABLED;
1523
89c38c28
CG
1524#ifdef CONFIG_X86_32
1525 /*
1526 * Some unknown Intel IO/APIC (or APIC) errata is biting us with
1527 * certain networking cards. If high frequency interrupts are
1528 * happening on a particular IOAPIC pin, plus the IOAPIC routing
1529 * entry is masked/unmasked at a high rate as well then sooner or
1530 * later IOAPIC line gets 'stuck', no more interrupts are received
1531 * from the device. If focus CPU is disabled then the hang goes
1532 * away, oh well :-(
1533 *
1534 * [ This bug can be reproduced easily with a level-triggered
1535 * PCI Ne2000 networking cards and PII/PIII processors, dual
1536 * BX chipset. ]
1537 */
1538 /*
1539 * Actually disabling the focus CPU check just makes the hang less
1540 * frequent as it makes the interrupt distributon model be more
1541 * like LRU than MRU (the short-term load is more even across CPUs).
89c38c28
CG
1542 */
1543
1544 /*
1545 * - enable focus processor (bit==0)
1546 * - 64bit mode always use processor focus
1547 * so no need to set it
1548 */
1549 value &= ~APIC_SPIV_FOCUS_DISABLED;
1550#endif
3f14c746 1551
1da177e4
LT
1552 /*
1553 * Set spurious IRQ vector
1554 */
1555 value |= SPURIOUS_APIC_VECTOR;
11a8e778 1556 apic_write(APIC_SPIV, value);
1da177e4
LT
1557
1558 /*
1559 * Set up LVT0, LVT1:
1560 *
1561 * set up through-local-APIC on the BP's LINT0. This is not
1562 * strictly necessary in pure symmetric-IO mode, but sometimes
1563 * we delegate interrupts to the 8259A.
1564 */
1565 /*
1566 * TODO: set up through-local-APIC from through-I/O-APIC? --macro
1567 */
1568 value = apic_read(APIC_LVT0) & APIC_LVT_MASKED;
0aa002fe 1569 if (!cpu && (pic_mode || !value)) {
1da177e4 1570 value = APIC_DM_EXTINT;
0aa002fe 1571 apic_printk(APIC_VERBOSE, "enabled ExtINT on CPU#%d\n", cpu);
1da177e4
LT
1572 } else {
1573 value = APIC_DM_EXTINT | APIC_LVT_MASKED;
0aa002fe 1574 apic_printk(APIC_VERBOSE, "masked ExtINT on CPU#%d\n", cpu);
1da177e4 1575 }
11a8e778 1576 apic_write(APIC_LVT0, value);
1da177e4
LT
1577
1578 /*
b7c4948e
HK
1579 * Only the BSP sees the LINT1 NMI signal by default. This can be
1580 * modified by apic_extnmi= boot option.
1da177e4 1581 */
b7c4948e
HK
1582 if ((!cpu && apic_extnmi != APIC_EXTNMI_NONE) ||
1583 apic_extnmi == APIC_EXTNMI_ALL)
1da177e4
LT
1584 value = APIC_DM_NMI;
1585 else
1586 value = APIC_DM_NMI | APIC_LVT_MASKED;
89c38c28
CG
1587 if (!lapic_is_integrated()) /* 82489DX */
1588 value |= APIC_LVT_LEVEL_TRIGGER;
11a8e778 1589 apic_write(APIC_LVT1, value);
89c38c28 1590
be71b855
AK
1591#ifdef CONFIG_X86_MCE_INTEL
1592 /* Recheck CMCI information after local APIC is up on CPU #0 */
0aa002fe 1593 if (!cpu)
be71b855
AK
1594 cmci_recheck();
1595#endif
739f33b3 1596}
1da177e4 1597
05f7e46d 1598static void end_local_APIC_setup(void)
739f33b3
AK
1599{
1600 lapic_setup_esr();
fa6b95fc
CG
1601
1602#ifdef CONFIG_X86_32
1b4ee4e4
CG
1603 {
1604 unsigned int value;
1605 /* Disable the local apic timer */
1606 value = apic_read(APIC_LVTT);
1607 value |= (APIC_LVT_MASKED | LOCAL_TIMER_VECTOR);
1608 apic_write(APIC_LVTT, value);
1609 }
fa6b95fc
CG
1610#endif
1611
0e078e2f 1612 apic_pm_activate();
2fb270f3
JB
1613}
1614
05f7e46d
TG
1615/*
1616 * APIC setup function for application processors. Called from smpboot.c
1617 */
1618void apic_ap_setup(void)
2fb270f3 1619{
05f7e46d 1620 setup_local_APIC();
2fb270f3 1621 end_local_APIC_setup();
1da177e4 1622}
1da177e4 1623
06cd9a7d 1624#ifdef CONFIG_X86_X2APIC
bfb05070 1625int x2apic_mode;
12e189d3
TG
1626
1627enum {
1628 X2APIC_OFF,
1629 X2APIC_ON,
1630 X2APIC_DISABLED,
1631};
1632static int x2apic_state;
1633
d786ad32 1634static void __x2apic_disable(void)
44e25ff9
TG
1635{
1636 u64 msr;
1637
93984fbd 1638 if (!boot_cpu_has(X86_FEATURE_APIC))
659006bf
TG
1639 return;
1640
44e25ff9
TG
1641 rdmsrl(MSR_IA32_APICBASE, msr);
1642 if (!(msr & X2APIC_ENABLE))
1643 return;
1644 /* Disable xapic and x2apic first and then reenable xapic mode */
1645 wrmsrl(MSR_IA32_APICBASE, msr & ~(X2APIC_ENABLE | XAPIC_ENABLE));
1646 wrmsrl(MSR_IA32_APICBASE, msr & ~X2APIC_ENABLE);
1647 printk_once(KERN_INFO "x2apic disabled\n");
1648}
1649
d786ad32 1650static void __x2apic_enable(void)
659006bf
TG
1651{
1652 u64 msr;
1653
1654 rdmsrl(MSR_IA32_APICBASE, msr);
1655 if (msr & X2APIC_ENABLE)
1656 return;
1657 wrmsrl(MSR_IA32_APICBASE, msr | X2APIC_ENABLE);
1658 printk_once(KERN_INFO "x2apic enabled\n");
1659}
1660
bfb05070
TG
1661static int __init setup_nox2apic(char *str)
1662{
1663 if (x2apic_enabled()) {
1664 int apicid = native_apic_msr_read(APIC_ID);
1665
1666 if (apicid >= 255) {
1667 pr_warning("Apicid: %08x, cannot enforce nox2apic\n",
1668 apicid);
1669 return 0;
1670 }
44e25ff9
TG
1671 pr_warning("x2apic already enabled.\n");
1672 __x2apic_disable();
1673 }
1674 setup_clear_cpu_cap(X86_FEATURE_X2APIC);
12e189d3 1675 x2apic_state = X2APIC_DISABLED;
44e25ff9 1676 x2apic_mode = 0;
bfb05070
TG
1677 return 0;
1678}
1679early_param("nox2apic", setup_nox2apic);
1680
659006bf
TG
1681/* Called from cpu_init() to enable x2apic on (secondary) cpus */
1682void x2apic_setup(void)
1683{
1684 /*
1685 * If x2apic is not in ON state, disable it if already enabled
1686 * from BIOS.
1687 */
1688 if (x2apic_state != X2APIC_ON) {
1689 __x2apic_disable();
1690 return;
1691 }
1692 __x2apic_enable();
1693}
1694
44e25ff9 1695static __init void x2apic_disable(void)
fb209bd8 1696{
a57e456a 1697 u32 x2apic_id, state = x2apic_state;
fb209bd8 1698
a57e456a
TG
1699 x2apic_mode = 0;
1700 x2apic_state = X2APIC_DISABLED;
1701
1702 if (state != X2APIC_ON)
1703 return;
fb209bd8 1704
6d2d49d2
TG
1705 x2apic_id = read_apic_id();
1706 if (x2apic_id >= 255)
1707 panic("Cannot disable x2apic, id: %08x\n", x2apic_id);
9aa16365 1708
6d2d49d2
TG
1709 __x2apic_disable();
1710 register_lapic_address(mp_lapic_addr);
fb209bd8
YL
1711}
1712
659006bf 1713static __init void x2apic_enable(void)
6e1cb38a 1714{
659006bf 1715 if (x2apic_state != X2APIC_OFF)
06cd9a7d
YL
1716 return;
1717
659006bf 1718 x2apic_mode = 1;
12e189d3 1719 x2apic_state = X2APIC_ON;
659006bf 1720 __x2apic_enable();
6e1cb38a 1721}
d524165c 1722
62e61633 1723static __init void try_to_enable_x2apic(int remap_mode)
07806c50 1724{
659006bf 1725 if (x2apic_state == X2APIC_DISABLED)
07806c50
JL
1726 return;
1727
62e61633 1728 if (remap_mode != IRQ_REMAP_X2APIC_MODE) {
07806c50
JL
1729 /* IR is required if there is APIC ID > 255 even when running
1730 * under KVM
1731 */
1732 if (max_physical_apicid > 255 ||
8329aa9f 1733 !hypervisor_x2apic_available()) {
62e61633 1734 pr_info("x2apic: IRQ remapping doesn't support X2APIC mode\n");
44e25ff9 1735 x2apic_disable();
07806c50
JL
1736 return;
1737 }
1738
1739 /*
1740 * without IR all CPUs can be addressed by IOAPIC/MSI
1741 * only in physical mode
1742 */
55eae7de 1743 x2apic_phys = 1;
07806c50 1744 }
659006bf 1745 x2apic_enable();
55eae7de
TG
1746}
1747
1748void __init check_x2apic(void)
1749{
1750 if (x2apic_enabled()) {
1751 pr_info("x2apic: enabled by BIOS, switching to x2apic ops\n");
1752 x2apic_mode = 1;
12e189d3 1753 x2apic_state = X2APIC_ON;
62436a4d 1754 } else if (!boot_cpu_has(X86_FEATURE_X2APIC)) {
12e189d3 1755 x2apic_state = X2APIC_DISABLED;
55eae7de
TG
1756 }
1757}
1758#else /* CONFIG_X86_X2APIC */
1759static int __init validate_x2apic(void)
1760{
1761 if (!apic_is_x2apic_enabled())
1762 return 0;
1763 /*
1764 * Checkme: Can we simply turn off x2apic here instead of panic?
1765 */
1766 panic("BIOS has enabled x2apic but kernel doesn't support x2apic, please disable x2apic in BIOS.\n");
1767}
1768early_initcall(validate_x2apic);
1769
62e61633 1770static inline void try_to_enable_x2apic(int remap_mode) { }
659006bf 1771static inline void __x2apic_enable(void) { }
55eae7de
TG
1772#endif /* !CONFIG_X86_X2APIC */
1773
ce69a784
GN
1774void __init enable_IR_x2apic(void)
1775{
1776 unsigned long flags;
07806c50 1777 int ret, ir_stat;
b7f42ab2 1778
11277aab
DL
1779 if (skip_ioapic_setup) {
1780 pr_info("Not enabling interrupt remapping due to skipped IO-APIC setup\n");
2e63ad4b 1781 return;
11277aab 1782 }
2e63ad4b 1783
07806c50
JL
1784 ir_stat = irq_remapping_prepare();
1785 if (ir_stat < 0 && !x2apic_supported())
e670761f 1786 return;
ce69a784 1787
31dce14a 1788 ret = save_ioapic_entries();
5ffa4eb2 1789 if (ret) {
ba21ebb6 1790 pr_info("Saving IO-APIC state failed: %d\n", ret);
fb209bd8 1791 return;
5ffa4eb2 1792 }
6e1cb38a 1793
05c3dc2c 1794 local_irq_save(flags);
b81bb373 1795 legacy_pic->mask_all();
31dce14a 1796 mask_ioapic_entries();
05c3dc2c 1797
6a6256f9 1798 /* If irq_remapping_prepare() succeeded, try to enable it */
07806c50 1799 if (ir_stat >= 0)
11277aab 1800 ir_stat = irq_remapping_enable();
07806c50
JL
1801 /* ir_stat contains the remap mode or an error code */
1802 try_to_enable_x2apic(ir_stat);
a31bc327 1803
07806c50 1804 if (ir_stat < 0)
31dce14a 1805 restore_ioapic_entries();
b81bb373 1806 legacy_pic->restore_mask();
6e1cb38a 1807 local_irq_restore(flags);
6e1cb38a 1808}
93758238 1809
be7a656f 1810#ifdef CONFIG_X86_64
1da177e4
LT
1811/*
1812 * Detect and enable local APICs on non-SMP boards.
1813 * Original code written by Keir Fraser.
1814 * On AMD64 we trust the BIOS - if it says no APIC it is likely
6935d1f9 1815 * not correctly set up (usually the APIC timer won't work etc.)
1da177e4 1816 */
0e078e2f 1817static int __init detect_init_APIC(void)
1da177e4 1818{
93984fbd 1819 if (!boot_cpu_has(X86_FEATURE_APIC)) {
ba21ebb6 1820 pr_info("No local APIC present\n");
1da177e4
LT
1821 return -1;
1822 }
1823
1824 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE;
1da177e4
LT
1825 return 0;
1826}
be7a656f 1827#else
5a7ae78f 1828
25874a29 1829static int __init apic_verify(void)
5a7ae78f
TG
1830{
1831 u32 features, h, l;
1832
1833 /*
1834 * The APIC feature bit should now be enabled
1835 * in `cpuid'
1836 */
1837 features = cpuid_edx(1);
1838 if (!(features & (1 << X86_FEATURE_APIC))) {
1839 pr_warning("Could not enable APIC!\n");
1840 return -1;
1841 }
1842 set_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC);
1843 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE;
1844
1845 /* The BIOS may have set up the APIC at some other address */
cbf2829b
BD
1846 if (boot_cpu_data.x86 >= 6) {
1847 rdmsr(MSR_IA32_APICBASE, l, h);
1848 if (l & MSR_IA32_APICBASE_ENABLE)
1849 mp_lapic_addr = l & MSR_IA32_APICBASE_BASE;
1850 }
5a7ae78f
TG
1851
1852 pr_info("Found and enabled local APIC!\n");
1853 return 0;
1854}
1855
25874a29 1856int __init apic_force_enable(unsigned long addr)
5a7ae78f
TG
1857{
1858 u32 h, l;
1859
1860 if (disable_apic)
1861 return -1;
1862
1863 /*
1864 * Some BIOSes disable the local APIC in the APIC_BASE
1865 * MSR. This can only be done in software for Intel P6 or later
1866 * and AMD K7 (Model > 1) or later.
1867 */
cbf2829b
BD
1868 if (boot_cpu_data.x86 >= 6) {
1869 rdmsr(MSR_IA32_APICBASE, l, h);
1870 if (!(l & MSR_IA32_APICBASE_ENABLE)) {
1871 pr_info("Local APIC disabled by BIOS -- reenabling.\n");
1872 l &= ~MSR_IA32_APICBASE_BASE;
1873 l |= MSR_IA32_APICBASE_ENABLE | addr;
1874 wrmsr(MSR_IA32_APICBASE, l, h);
1875 enabled_via_apicbase = 1;
1876 }
5a7ae78f
TG
1877 }
1878 return apic_verify();
1879}
1880
be7a656f
YL
1881/*
1882 * Detect and initialize APIC
1883 */
1884static int __init detect_init_APIC(void)
1885{
be7a656f
YL
1886 /* Disabled by kernel option? */
1887 if (disable_apic)
1888 return -1;
1889
1890 switch (boot_cpu_data.x86_vendor) {
1891 case X86_VENDOR_AMD:
1892 if ((boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model > 1) ||
85877061 1893 (boot_cpu_data.x86 >= 15))
be7a656f
YL
1894 break;
1895 goto no_apic;
1896 case X86_VENDOR_INTEL:
1897 if (boot_cpu_data.x86 == 6 || boot_cpu_data.x86 == 15 ||
93984fbd 1898 (boot_cpu_data.x86 == 5 && boot_cpu_has(X86_FEATURE_APIC)))
be7a656f
YL
1899 break;
1900 goto no_apic;
1901 default:
1902 goto no_apic;
1903 }
1904
93984fbd 1905 if (!boot_cpu_has(X86_FEATURE_APIC)) {
be7a656f
YL
1906 /*
1907 * Over-ride BIOS and try to enable the local APIC only if
1908 * "lapic" specified.
1909 */
1910 if (!force_enable_local_apic) {
ba21ebb6
CG
1911 pr_info("Local APIC disabled by BIOS -- "
1912 "you can enable it with \"lapic\"\n");
be7a656f
YL
1913 return -1;
1914 }
a906fdaa 1915 if (apic_force_enable(APIC_DEFAULT_PHYS_BASE))
5a7ae78f
TG
1916 return -1;
1917 } else {
1918 if (apic_verify())
1919 return -1;
be7a656f 1920 }
be7a656f
YL
1921
1922 apic_pm_activate();
1923
1924 return 0;
1925
1926no_apic:
ba21ebb6 1927 pr_info("No local APIC present or hardware disabled\n");
be7a656f
YL
1928 return -1;
1929}
1930#endif
1da177e4 1931
0e078e2f
TG
1932/**
1933 * init_apic_mappings - initialize APIC mappings
1934 */
1da177e4
LT
1935void __init init_apic_mappings(void)
1936{
4401da61
YL
1937 unsigned int new_apicid;
1938
bd9240a1
PZ
1939 apic_check_deadline_errata();
1940
fc1edaf9 1941 if (x2apic_mode) {
4c9961d5 1942 boot_cpu_physical_apicid = read_apic_id();
6e1cb38a
SS
1943 return;
1944 }
1945
4797f6b0 1946 /* If no local APIC can be found return early */
1da177e4 1947 if (!smp_found_config && detect_init_APIC()) {
4797f6b0
YL
1948 /* lets NOP'ify apic operations */
1949 pr_info("APIC: disable apic facility\n");
1950 apic_disable();
1951 } else {
1da177e4
LT
1952 apic_phys = mp_lapic_addr;
1953
4797f6b0 1954 /*
5ba039a5
DL
1955 * If the system has ACPI MADT tables or MP info, the LAPIC
1956 * address is already registered.
4797f6b0 1957 */
5989cd6a 1958 if (!acpi_lapic && !smp_found_config)
326a2e6b 1959 register_lapic_address(apic_phys);
cec6be6d 1960 }
1da177e4
LT
1961
1962 /*
1963 * Fetch the APIC ID of the BSP in case we have a
1964 * default configuration (or the MP table is broken).
1965 */
4401da61
YL
1966 new_apicid = read_apic_id();
1967 if (boot_cpu_physical_apicid != new_apicid) {
1968 boot_cpu_physical_apicid = new_apicid;
103428e5
CG
1969 /*
1970 * yeah -- we lie about apic_version
1971 * in case if apic was disabled via boot option
1972 * but it's not a problem for SMP compiled kernel
4f45ed9f
DL
1973 * since apic_intr_mode_select is prepared for such
1974 * a case and disable smp mode
103428e5 1975 */
cff9ab2b 1976 boot_cpu_apic_version = GET_APIC_VERSION(apic_read(APIC_LVR));
08306ce6 1977 }
1da177e4
LT
1978}
1979
c0104d38
YL
1980void __init register_lapic_address(unsigned long address)
1981{
1982 mp_lapic_addr = address;
1983
0450193b
YL
1984 if (!x2apic_mode) {
1985 set_fixmap_nocache(FIX_APIC_BASE, address);
1986 apic_printk(APIC_VERBOSE, "mapped APIC to %16lx (%16lx)\n",
6de42119 1987 APIC_BASE, address);
0450193b 1988 }
c0104d38
YL
1989 if (boot_cpu_physical_apicid == -1U) {
1990 boot_cpu_physical_apicid = read_apic_id();
cff9ab2b 1991 boot_cpu_apic_version = GET_APIC_VERSION(apic_read(APIC_LVR));
c0104d38
YL
1992 }
1993}
1994
1da177e4 1995/*
0e078e2f 1996 * Local APIC interrupts
1da177e4
LT
1997 */
1998
0e078e2f
TG
1999/*
2000 * This interrupt should _never_ happen with our APIC/SMP architecture
2001 */
61069de7 2002__visible void __irq_entry smp_spurious_interrupt(struct pt_regs *regs)
1da177e4 2003{
61069de7 2004 u8 vector = ~regs->orig_ax;
dc1528dd
YL
2005 u32 v;
2006
61069de7
TG
2007 entering_irq();
2008 trace_spurious_apic_entry(vector);
2009
1da177e4 2010 /*
0e078e2f
TG
2011 * Check if this really is a spurious interrupt and ACK it
2012 * if it is a vectored one. Just in case...
2013 * Spurious interrupts should not be ACKed.
1da177e4 2014 */
2414e021
JB
2015 v = apic_read(APIC_ISR + ((vector & ~0x1f) >> 1));
2016 if (v & (1 << (vector & 0x1f)))
0e078e2f 2017 ack_APIC_irq();
c4d58cbd 2018
915b0d01
HS
2019 inc_irq_stat(irq_spurious_count);
2020
dc1528dd 2021 /* see sw-dev-man vol 3, chapter 7.4.13.5 */
2414e021
JB
2022 pr_info("spurious APIC interrupt through vector %02x on CPU#%d, "
2023 "should never happen.\n", vector, smp_processor_id());
eddc0e92 2024
2414e021 2025 trace_spurious_apic_exit(vector);
cf910e83 2026 exiting_irq();
0e078e2f 2027}
1da177e4 2028
0e078e2f
TG
2029/*
2030 * This interrupt should never happen with our APIC/SMP architecture
2031 */
61069de7 2032__visible void __irq_entry smp_error_interrupt(struct pt_regs *regs)
0e078e2f 2033{
2b398bd9
YS
2034 static const char * const error_interrupt_reason[] = {
2035 "Send CS error", /* APIC Error Bit 0 */
2036 "Receive CS error", /* APIC Error Bit 1 */
2037 "Send accept error", /* APIC Error Bit 2 */
2038 "Receive accept error", /* APIC Error Bit 3 */
2039 "Redirectable IPI", /* APIC Error Bit 4 */
2040 "Send illegal vector", /* APIC Error Bit 5 */
2041 "Received illegal vector", /* APIC Error Bit 6 */
2042 "Illegal register address", /* APIC Error Bit 7 */
2043 };
61069de7
TG
2044 u32 v, i = 0;
2045
2046 entering_irq();
2047 trace_error_apic_entry(ERROR_APIC_VECTOR);
1da177e4 2048
0e078e2f 2049 /* First tickle the hardware, only then report what went on. -- REW */
023de4a0
MR
2050 if (lapic_get_maxlvt() > 3) /* Due to the Pentium erratum 3AP. */
2051 apic_write(APIC_ESR, 0);
60283df7 2052 v = apic_read(APIC_ESR);
0e078e2f
TG
2053 ack_APIC_irq();
2054 atomic_inc(&irq_err_count);
ba7eda4c 2055
60283df7
RW
2056 apic_printk(APIC_DEBUG, KERN_DEBUG "APIC error on CPU%d: %02x",
2057 smp_processor_id(), v);
2b398bd9 2058
60283df7
RW
2059 v &= 0xff;
2060 while (v) {
2061 if (v & 0x1)
2b398bd9
YS
2062 apic_printk(APIC_DEBUG, KERN_CONT " : %s", error_interrupt_reason[i]);
2063 i++;
60283df7 2064 v >>= 1;
4b8073e4 2065 }
2b398bd9
YS
2066
2067 apic_printk(APIC_DEBUG, KERN_CONT "\n");
2068
cf910e83
SA
2069 trace_error_apic_exit(ERROR_APIC_VECTOR);
2070 exiting_irq();
1da177e4
LT
2071}
2072
b5841765 2073/**
36c9d674
CG
2074 * connect_bsp_APIC - attach the APIC to the interrupt system
2075 */
05f7e46d 2076static void __init connect_bsp_APIC(void)
b5841765 2077{
36c9d674
CG
2078#ifdef CONFIG_X86_32
2079 if (pic_mode) {
2080 /*
2081 * Do not trust the local APIC being empty at bootup.
2082 */
2083 clear_local_APIC();
2084 /*
2085 * PIC mode, enable APIC mode in the IMCR, i.e. connect BSP's
2086 * local APIC to INT and NMI lines.
2087 */
2088 apic_printk(APIC_VERBOSE, "leaving PIC mode, "
2089 "enabling APIC mode.\n");
c0eaa453 2090 imcr_pic_to_apic();
36c9d674
CG
2091 }
2092#endif
b5841765
GC
2093}
2094
274cfe59
CG
2095/**
2096 * disconnect_bsp_APIC - detach the APIC from the interrupt system
2097 * @virt_wire_setup: indicates, whether virtual wire mode is selected
2098 *
2099 * Virtual wire mode is necessary to deliver legacy interrupts even when the
2100 * APIC is disabled.
2101 */
0e078e2f 2102void disconnect_bsp_APIC(int virt_wire_setup)
1da177e4 2103{
1b4ee4e4
CG
2104 unsigned int value;
2105
c177b0bc
CG
2106#ifdef CONFIG_X86_32
2107 if (pic_mode) {
2108 /*
2109 * Put the board back into PIC mode (has an effect only on
2110 * certain older boards). Note that APIC interrupts, including
2111 * IPIs, won't work beyond this point! The only exception are
2112 * INIT IPIs.
2113 */
2114 apic_printk(APIC_VERBOSE, "disabling APIC mode, "
2115 "entering PIC mode.\n");
c0eaa453 2116 imcr_apic_to_pic();
c177b0bc
CG
2117 return;
2118 }
2119#endif
2120
0e078e2f 2121 /* Go back to Virtual Wire compatibility mode */
1da177e4 2122
0e078e2f
TG
2123 /* For the spurious interrupt use vector F, and enable it */
2124 value = apic_read(APIC_SPIV);
2125 value &= ~APIC_VECTOR_MASK;
2126 value |= APIC_SPIV_APIC_ENABLED;
2127 value |= 0xf;
2128 apic_write(APIC_SPIV, value);
b8ce3359 2129
0e078e2f
TG
2130 if (!virt_wire_setup) {
2131 /*
2132 * For LVT0 make it edge triggered, active high,
2133 * external and enabled
2134 */
2135 value = apic_read(APIC_LVT0);
2136 value &= ~(APIC_MODE_MASK | APIC_SEND_PENDING |
2137 APIC_INPUT_POLARITY | APIC_LVT_REMOTE_IRR |
2138 APIC_LVT_LEVEL_TRIGGER | APIC_LVT_MASKED);
2139 value |= APIC_LVT_REMOTE_IRR | APIC_SEND_PENDING;
2140 value = SET_APIC_DELIVERY_MODE(value, APIC_MODE_EXTINT);
2141 apic_write(APIC_LVT0, value);
2142 } else {
2143 /* Disable LVT0 */
2144 apic_write(APIC_LVT0, APIC_LVT_MASKED);
2145 }
b8ce3359 2146
c177b0bc
CG
2147 /*
2148 * For LVT1 make it edge triggered, active high,
2149 * nmi and enabled
2150 */
0e078e2f
TG
2151 value = apic_read(APIC_LVT1);
2152 value &= ~(APIC_MODE_MASK | APIC_SEND_PENDING |
2153 APIC_INPUT_POLARITY | APIC_LVT_REMOTE_IRR |
2154 APIC_LVT_LEVEL_TRIGGER | APIC_LVT_MASKED);
2155 value |= APIC_LVT_REMOTE_IRR | APIC_SEND_PENDING;
2156 value = SET_APIC_DELIVERY_MODE(value, APIC_MODE_NMI);
2157 apic_write(APIC_LVT1, value);
1da177e4
LT
2158}
2159
8f54969d
GZ
2160/*
2161 * The number of allocated logical CPU IDs. Since logical CPU IDs are allocated
2162 * contiguously, it equals to current allocated max logical CPU ID plus 1.
12bf98b9
DL
2163 * All allocated CPU IDs should be in the [0, nr_logical_cpuids) range,
2164 * so the maximum of nr_logical_cpuids is nr_cpu_ids.
8f54969d
GZ
2165 *
2166 * NOTE: Reserve 0 for BSP.
2167 */
2168static int nr_logical_cpuids = 1;
2169
2170/*
2171 * Used to store mapping between logical CPU IDs and APIC IDs.
2172 */
2173static int cpuid_to_apicid[] = {
2174 [0 ... NR_CPUS - 1] = -1,
2175};
2176
2177/*
2178 * Should use this API to allocate logical CPU IDs to keep nr_logical_cpuids
2179 * and cpuid_to_apicid[] synchronized.
2180 */
2181static int allocate_logical_cpuid(int apicid)
2182{
2183 int i;
2184
2185 /*
2186 * cpuid <-> apicid mapping is persistent, so when a cpu is up,
2187 * check if the kernel has allocated a cpuid for it.
2188 */
2189 for (i = 0; i < nr_logical_cpuids; i++) {
2190 if (cpuid_to_apicid[i] == apicid)
2191 return i;
2192 }
2193
2194 /* Allocate a new cpuid. */
2195 if (nr_logical_cpuids >= nr_cpu_ids) {
9b130ad5 2196 WARN_ONCE(1, "APIC: NR_CPUS/possible_cpus limit of %u reached. "
8f54969d 2197 "Processor %d/0x%x and the rest are ignored.\n",
bb3f0a52
DL
2198 nr_cpu_ids, nr_logical_cpuids, apicid);
2199 return -EINVAL;
8f54969d
GZ
2200 }
2201
2202 cpuid_to_apicid[nr_logical_cpuids] = apicid;
2203 return nr_logical_cpuids++;
2204}
2205
2b85b3d2 2206int generic_processor_info(int apicid, int version)
be8a5685 2207{
14cb6dcf
VG
2208 int cpu, max = nr_cpu_ids;
2209 bool boot_cpu_detected = physid_isset(boot_cpu_physical_apicid,
2210 phys_cpu_present_map);
2211
151e0c7d
HD
2212 /*
2213 * boot_cpu_physical_apicid is designed to have the apicid
2214 * returned by read_apic_id(), i.e, the apicid of the
2215 * currently booting-up processor. However, on some platforms,
5b4d1dbc 2216 * it is temporarily modified by the apicid reported as BSP
151e0c7d
HD
2217 * through MP table. Concretely:
2218 *
2219 * - arch/x86/kernel/mpparse.c: MP_processor_info()
2220 * - arch/x86/mm/amdtopology.c: amd_numa_init()
151e0c7d
HD
2221 *
2222 * This function is executed with the modified
2223 * boot_cpu_physical_apicid. So, disabled_cpu_apicid kernel
2224 * parameter doesn't work to disable APs on kdump 2nd kernel.
2225 *
2226 * Since fixing handling of boot_cpu_physical_apicid requires
2227 * another discussion and tests on each platform, we leave it
2228 * for now and here we use read_apic_id() directly in this
e2329b42 2229 * function, generic_processor_info().
151e0c7d
HD
2230 */
2231 if (disabled_cpu_apicid != BAD_APICID &&
2232 disabled_cpu_apicid != read_apic_id() &&
2233 disabled_cpu_apicid == apicid) {
2234 int thiscpu = num_processors + disabled_cpus;
2235
5b4d1dbc 2236 pr_warning("APIC: Disabling requested cpu."
151e0c7d
HD
2237 " Processor %d/0x%x ignored.\n",
2238 thiscpu, apicid);
2239
2240 disabled_cpus++;
2241 return -ENODEV;
2242 }
2243
14cb6dcf
VG
2244 /*
2245 * If boot cpu has not been detected yet, then only allow upto
2246 * nr_cpu_ids - 1 processors and keep one slot free for boot cpu
2247 */
2248 if (!boot_cpu_detected && num_processors >= nr_cpu_ids - 1 &&
2249 apicid != boot_cpu_physical_apicid) {
2250 int thiscpu = max + disabled_cpus - 1;
2251
2252 pr_warning(
3c8fad91 2253 "APIC: NR_CPUS/possible_cpus limit of %i almost"
14cb6dcf
VG
2254 " reached. Keeping one slot for boot cpu."
2255 " Processor %d/0x%x ignored.\n", max, thiscpu, apicid);
2256
2257 disabled_cpus++;
7e1f85f9 2258 return -ENODEV;
14cb6dcf 2259 }
be8a5685 2260
3b11ce7f 2261 if (num_processors >= nr_cpu_ids) {
3b11ce7f
MT
2262 int thiscpu = max + disabled_cpus;
2263
2b85b3d2
DL
2264 pr_warning("APIC: NR_CPUS/possible_cpus limit of %i "
2265 "reached. Processor %d/0x%x ignored.\n",
2266 max, thiscpu, apicid);
3b11ce7f
MT
2267
2268 disabled_cpus++;
7e1f85f9 2269 return -EINVAL;
be8a5685
AS
2270 }
2271
be8a5685
AS
2272 if (apicid == boot_cpu_physical_apicid) {
2273 /*
2274 * x86_bios_cpu_apicid is required to have processors listed
2275 * in same order as logical cpu numbers. Hence the first
2276 * entry is BSP, and so on.
e5fea868
YL
2277 * boot_cpu_init() already hold bit 0 in cpu_present_mask
2278 * for BSP.
be8a5685
AS
2279 */
2280 cpu = 0;
8f54969d
GZ
2281
2282 /* Logical cpuid 0 is reserved for BSP. */
2283 cpuid_to_apicid[0] = apicid;
2284 } else {
2285 cpu = allocate_logical_cpuid(apicid);
2286 if (cpu < 0) {
2287 disabled_cpus++;
2288 return -EINVAL;
2289 }
2290 }
e5fea868
YL
2291
2292 /*
2293 * Validate version
2294 */
2295 if (version == 0x0) {
2296 pr_warning("BIOS bug: APIC version is 0 for CPU %d/0x%x, fixing up to 0x10\n",
2297 cpu, apicid);
2298 version = 0x10;
be8a5685 2299 }
e5fea868 2300
cff9ab2b 2301 if (version != boot_cpu_apic_version) {
e5fea868 2302 pr_warning("BIOS bug: APIC version mismatch, boot CPU: %x, CPU %d: version %x\n",
cff9ab2b 2303 boot_cpu_apic_version, cpu, version);
e5fea868
YL
2304 }
2305
e0da3364
YL
2306 if (apicid > max_physical_apicid)
2307 max_physical_apicid = apicid;
2308
3e5095d1 2309#if defined(CONFIG_SMP) || defined(CONFIG_X86_64)
f10fcd47
TH
2310 early_per_cpu(x86_cpu_to_apicid, cpu) = apicid;
2311 early_per_cpu(x86_bios_cpu_apicid, cpu) = apicid;
1b313f4a 2312#endif
acb8bc09
TH
2313#ifdef CONFIG_X86_32
2314 early_per_cpu(x86_cpu_to_logical_apicid, cpu) =
2315 apic->x86_32_early_logical_apicid(cpu);
2316#endif
1de88cd4 2317 set_cpu_possible(cpu, true);
2b85b3d2
DL
2318 physid_set(apicid, phys_cpu_present_map);
2319 set_cpu_present(cpu, true);
2320 num_processors++;
7e1f85f9
JL
2321
2322 return cpu;
be8a5685
AS
2323}
2324
0c81c746
SS
2325int hard_smp_processor_id(void)
2326{
2327 return read_apic_id();
2328}
1dcdd3d1
IM
2329
2330void default_init_apic_ldr(void)
2331{
2332 unsigned long val;
2333
2334 apic_write(APIC_DFR, APIC_DFR_VALUE);
2335 val = apic_read(APIC_LDR) & ~APIC_LDR_MASK;
2336 val |= SET_APIC_LOGICAL_ID(1UL << smp_processor_id());
2337 apic_write(APIC_LDR, val);
2338}
2339
0e24f7c9
TG
2340int default_cpu_mask_to_apicid(const struct cpumask *mask,
2341 struct irq_data *irqdata,
2342 unsigned int *apicid)
6398268d 2343{
91cd9cb7 2344 unsigned int cpu = cpumask_first(mask);
6398268d 2345
52b166af
TG
2346 if (cpu >= nr_cpu_ids)
2347 return -EINVAL;
2348 *apicid = per_cpu(x86_cpu_to_apicid, cpu);
c7d6c9dd 2349 irq_data_update_effective_affinity(irqdata, cpumask_of(cpu));
52b166af 2350 return 0;
6398268d
AG
2351}
2352
0e24f7c9
TG
2353int flat_cpu_mask_to_apicid(const struct cpumask *mask,
2354 struct irq_data *irqdata,
2355 unsigned int *apicid)
2356
ad95212e 2357{
c7d6c9dd 2358 struct cpumask *effmsk = irq_data_get_effective_affinity_mask(irqdata);
91cd9cb7 2359 unsigned long cpu_mask = cpumask_bits(mask)[0] & APIC_ALL_CPUS;
ad95212e 2360
52b166af
TG
2361 if (!cpu_mask)
2362 return -EINVAL;
2363 *apicid = (unsigned int)cpu_mask;
c7d6c9dd 2364 cpumask_bits(effmsk)[0] = cpu_mask;
52b166af 2365 return 0;
ad95212e
TG
2366}
2367
1551df64
MT
2368/*
2369 * Override the generic EOI implementation with an optimized version.
2370 * Only called during early boot when only one CPU is active and with
2371 * interrupts disabled, so we know this does not race with actual APIC driver
2372 * use.
2373 */
2374void __init apic_set_eoi_write(void (*eoi_write)(u32 reg, u32 v))
2375{
2376 struct apic **drv;
2377
2378 for (drv = __apicdrivers; drv < __apicdrivers_end; drv++) {
2379 /* Should happen once for each apic */
2380 WARN_ON((*drv)->eoi_write == eoi_write);
8ca22552 2381 (*drv)->native_eoi_write = (*drv)->eoi_write;
1551df64
MT
2382 (*drv)->eoi_write = eoi_write;
2383 }
2384}
2385
374aab33 2386static void __init apic_bsp_up_setup(void)
05f7e46d 2387{
374aab33 2388#ifdef CONFIG_X86_64
5d64d209 2389 apic_write(APIC_ID, apic->set_apic_id(boot_cpu_physical_apicid));
374aab33 2390#else
05f7e46d 2391 /*
374aab33
TG
2392 * Hack: In case of kdump, after a crash, kernel might be booting
2393 * on a cpu with non-zero lapic id. But boot_cpu_physical_apicid
2394 * might be zero if read from MP tables. Get it from LAPIC.
05f7e46d 2395 */
374aab33
TG
2396# ifdef CONFIG_CRASH_DUMP
2397 boot_cpu_physical_apicid = read_apic_id();
2398# endif
2399#endif
2400 physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map);
05f7e46d
TG
2401}
2402
2403/**
2404 * apic_bsp_setup - Setup function for local apic and io-apic
374aab33 2405 * @upmode: Force UP mode (for APIC_init_uniprocessor)
05f7e46d
TG
2406 *
2407 * Returns:
2408 * apic_id of BSP APIC
2409 */
4b1244b4 2410void __init apic_bsp_setup(bool upmode)
05f7e46d 2411{
05f7e46d 2412 connect_bsp_APIC();
374aab33
TG
2413 if (upmode)
2414 apic_bsp_up_setup();
05f7e46d
TG
2415 setup_local_APIC();
2416
05f7e46d 2417 enable_IO_APIC();
374aab33
TG
2418 end_local_APIC_setup();
2419 irq_remap_enable_fault_handling();
05f7e46d 2420 setup_IO_APIC();
05f7e46d
TG
2421}
2422
e714a91f
TG
2423/*
2424 * This initializes the IO-APIC and APIC hardware if this is
2425 * a UP kernel.
2426 */
2427int __init APIC_init_uniprocessor(void)
2428{
2429 if (disable_apic) {
2430 pr_info("Apic disabled\n");
2431 return -1;
2432 }
2433#ifdef CONFIG_X86_64
93984fbd 2434 if (!boot_cpu_has(X86_FEATURE_APIC)) {
e714a91f
TG
2435 disable_apic = 1;
2436 pr_info("Apic disabled by BIOS\n");
2437 return -1;
2438 }
2439#else
93984fbd 2440 if (!smp_found_config && !boot_cpu_has(X86_FEATURE_APIC))
e714a91f
TG
2441 return -1;
2442
2443 /*
2444 * Complain if the BIOS pretends there is one.
2445 */
93984fbd 2446 if (!boot_cpu_has(X86_FEATURE_APIC) &&
cff9ab2b 2447 APIC_INTEGRATED(boot_cpu_apic_version)) {
e714a91f
TG
2448 pr_err("BIOS bug, local APIC 0x%x not detected!...\n",
2449 boot_cpu_physical_apicid);
2450 return -1;
2451 }
2452#endif
2453
374aab33
TG
2454 if (!smp_found_config)
2455 disable_ioapic_support();
e714a91f 2456
374aab33 2457 default_setup_apic_routing();
374aab33 2458 apic_bsp_setup(true);
a2510d15
DL
2459 /* Setup local timer */
2460 x86_init.timers.setup_percpu_clockev();
e714a91f
TG
2461 return 0;
2462}
2463
30b8b006
TG
2464#ifdef CONFIG_UP_LATE_INIT
2465void __init up_late_init(void)
2466{
2467 APIC_init_uniprocessor();
2468}
2469#endif
2470
89039b37 2471/*
0e078e2f 2472 * Power management
89039b37 2473 */
0e078e2f
TG
2474#ifdef CONFIG_PM
2475
2476static struct {
274cfe59
CG
2477 /*
2478 * 'active' is true if the local APIC was enabled by us and
2479 * not the BIOS; this signifies that we are also responsible
2480 * for disabling it before entering apm/acpi suspend
2481 */
0e078e2f
TG
2482 int active;
2483 /* r/w apic fields */
2484 unsigned int apic_id;
2485 unsigned int apic_taskpri;
2486 unsigned int apic_ldr;
2487 unsigned int apic_dfr;
2488 unsigned int apic_spiv;
2489 unsigned int apic_lvtt;
2490 unsigned int apic_lvtpc;
2491 unsigned int apic_lvt0;
2492 unsigned int apic_lvt1;
2493 unsigned int apic_lvterr;
2494 unsigned int apic_tmict;
2495 unsigned int apic_tdcr;
2496 unsigned int apic_thmr;
42baa258 2497 unsigned int apic_cmci;
0e078e2f
TG
2498} apic_pm_state;
2499
f3c6ea1b 2500static int lapic_suspend(void)
0e078e2f
TG
2501{
2502 unsigned long flags;
2503 int maxlvt;
89039b37 2504
0e078e2f
TG
2505 if (!apic_pm_state.active)
2506 return 0;
89039b37 2507
0e078e2f 2508 maxlvt = lapic_get_maxlvt();
89039b37 2509
2d7a66d0 2510 apic_pm_state.apic_id = apic_read(APIC_ID);
0e078e2f
TG
2511 apic_pm_state.apic_taskpri = apic_read(APIC_TASKPRI);
2512 apic_pm_state.apic_ldr = apic_read(APIC_LDR);
2513 apic_pm_state.apic_dfr = apic_read(APIC_DFR);
2514 apic_pm_state.apic_spiv = apic_read(APIC_SPIV);
2515 apic_pm_state.apic_lvtt = apic_read(APIC_LVTT);
2516 if (maxlvt >= 4)
2517 apic_pm_state.apic_lvtpc = apic_read(APIC_LVTPC);
2518 apic_pm_state.apic_lvt0 = apic_read(APIC_LVT0);
2519 apic_pm_state.apic_lvt1 = apic_read(APIC_LVT1);
2520 apic_pm_state.apic_lvterr = apic_read(APIC_LVTERR);
2521 apic_pm_state.apic_tmict = apic_read(APIC_TMICT);
2522 apic_pm_state.apic_tdcr = apic_read(APIC_TDCR);
4efc0670 2523#ifdef CONFIG_X86_THERMAL_VECTOR
0e078e2f
TG
2524 if (maxlvt >= 5)
2525 apic_pm_state.apic_thmr = apic_read(APIC_LVTTHMR);
2526#endif
42baa258
JG
2527#ifdef CONFIG_X86_MCE_INTEL
2528 if (maxlvt >= 6)
2529 apic_pm_state.apic_cmci = apic_read(APIC_LVTCMCI);
2530#endif
24968cfd 2531
0e078e2f
TG
2532 local_irq_save(flags);
2533 disable_local_APIC();
fc1edaf9 2534
70733e0c 2535 irq_remapping_disable();
fc1edaf9 2536
0e078e2f
TG
2537 local_irq_restore(flags);
2538 return 0;
1da177e4
LT
2539}
2540
f3c6ea1b 2541static void lapic_resume(void)
1da177e4 2542{
0e078e2f
TG
2543 unsigned int l, h;
2544 unsigned long flags;
31dce14a 2545 int maxlvt;
b24696bc 2546
0e078e2f 2547 if (!apic_pm_state.active)
f3c6ea1b 2548 return;
89b831ef 2549
0e078e2f 2550 local_irq_save(flags);
336224ba
JR
2551
2552 /*
2553 * IO-APIC and PIC have their own resume routines.
2554 * We just mask them here to make sure the interrupt
2555 * subsystem is completely quiet while we enable x2apic
2556 * and interrupt-remapping.
2557 */
2558 mask_ioapic_entries();
2559 legacy_pic->mask_all();
92206c90 2560
659006bf
TG
2561 if (x2apic_mode) {
2562 __x2apic_enable();
2563 } else {
92206c90
CG
2564 /*
2565 * Make sure the APICBASE points to the right address
2566 *
2567 * FIXME! This will be wrong if we ever support suspend on
2568 * SMP! We'll need to do this as part of the CPU restore!
2569 */
cbf2829b
BD
2570 if (boot_cpu_data.x86 >= 6) {
2571 rdmsr(MSR_IA32_APICBASE, l, h);
2572 l &= ~MSR_IA32_APICBASE_BASE;
2573 l |= MSR_IA32_APICBASE_ENABLE | mp_lapic_addr;
2574 wrmsr(MSR_IA32_APICBASE, l, h);
2575 }
d5e629a6 2576 }
6e1cb38a 2577
b24696bc 2578 maxlvt = lapic_get_maxlvt();
0e078e2f
TG
2579 apic_write(APIC_LVTERR, ERROR_APIC_VECTOR | APIC_LVT_MASKED);
2580 apic_write(APIC_ID, apic_pm_state.apic_id);
2581 apic_write(APIC_DFR, apic_pm_state.apic_dfr);
2582 apic_write(APIC_LDR, apic_pm_state.apic_ldr);
2583 apic_write(APIC_TASKPRI, apic_pm_state.apic_taskpri);
2584 apic_write(APIC_SPIV, apic_pm_state.apic_spiv);
2585 apic_write(APIC_LVT0, apic_pm_state.apic_lvt0);
2586 apic_write(APIC_LVT1, apic_pm_state.apic_lvt1);
42baa258 2587#ifdef CONFIG_X86_THERMAL_VECTOR
0e078e2f
TG
2588 if (maxlvt >= 5)
2589 apic_write(APIC_LVTTHMR, apic_pm_state.apic_thmr);
42baa258
JG
2590#endif
2591#ifdef CONFIG_X86_MCE_INTEL
2592 if (maxlvt >= 6)
2593 apic_write(APIC_LVTCMCI, apic_pm_state.apic_cmci);
0e078e2f
TG
2594#endif
2595 if (maxlvt >= 4)
2596 apic_write(APIC_LVTPC, apic_pm_state.apic_lvtpc);
2597 apic_write(APIC_LVTT, apic_pm_state.apic_lvtt);
2598 apic_write(APIC_TDCR, apic_pm_state.apic_tdcr);
2599 apic_write(APIC_TMICT, apic_pm_state.apic_tmict);
2600 apic_write(APIC_ESR, 0);
2601 apic_read(APIC_ESR);
2602 apic_write(APIC_LVTERR, apic_pm_state.apic_lvterr);
2603 apic_write(APIC_ESR, 0);
2604 apic_read(APIC_ESR);
92206c90 2605
70733e0c 2606 irq_remapping_reenable(x2apic_mode);
31dce14a 2607
0e078e2f 2608 local_irq_restore(flags);
0e078e2f 2609}
b8ce3359 2610
274cfe59
CG
2611/*
2612 * This device has no shutdown method - fully functioning local APICs
2613 * are needed on every CPU up until machine_halt/restart/poweroff.
2614 */
2615
f3c6ea1b 2616static struct syscore_ops lapic_syscore_ops = {
0e078e2f
TG
2617 .resume = lapic_resume,
2618 .suspend = lapic_suspend,
2619};
b8ce3359 2620
148f9bb8 2621static void apic_pm_activate(void)
0e078e2f
TG
2622{
2623 apic_pm_state.active = 1;
1da177e4
LT
2624}
2625
0e078e2f 2626static int __init init_lapic_sysfs(void)
1da177e4 2627{
0e078e2f 2628 /* XXX: remove suspend/resume procs if !apic_pm_state.active? */
93984fbd 2629 if (boot_cpu_has(X86_FEATURE_APIC))
f3c6ea1b 2630 register_syscore_ops(&lapic_syscore_ops);
e83a5fdc 2631
f3c6ea1b 2632 return 0;
1da177e4 2633}
b24696bc
FY
2634
2635/* local apic needs to resume before other devices access its registers. */
2636core_initcall(init_lapic_sysfs);
0e078e2f
TG
2637
2638#else /* CONFIG_PM */
2639
2640static void apic_pm_activate(void) { }
2641
2642#endif /* CONFIG_PM */
1da177e4 2643
f28c0ae2 2644#ifdef CONFIG_X86_64
e0e42142 2645
148f9bb8
PG
2646static int multi_checked;
2647static int multi;
e0e42142 2648
148f9bb8 2649static int set_multi(const struct dmi_system_id *d)
e0e42142
YL
2650{
2651 if (multi)
2652 return 0;
6f0aced6 2653 pr_info("APIC: %s detected, Multi Chassis\n", d->ident);
e0e42142
YL
2654 multi = 1;
2655 return 0;
2656}
2657
148f9bb8 2658static const struct dmi_system_id multi_dmi_table[] = {
e0e42142
YL
2659 {
2660 .callback = set_multi,
2661 .ident = "IBM System Summit2",
2662 .matches = {
2663 DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
2664 DMI_MATCH(DMI_PRODUCT_NAME, "Summit2"),
2665 },
2666 },
2667 {}
2668};
2669
148f9bb8 2670static void dmi_check_multi(void)
e0e42142
YL
2671{
2672 if (multi_checked)
2673 return;
2674
2675 dmi_check_system(multi_dmi_table);
2676 multi_checked = 1;
2677}
2678
2679/*
2680 * apic_is_clustered_box() -- Check if we can expect good TSC
2681 *
2682 * Thus far, the major user of this is IBM's Summit2 series:
2683 * Clustered boxes may have unsynced TSC problems if they are
2684 * multi-chassis.
2685 * Use DMI to check them
2686 */
148f9bb8 2687int apic_is_clustered_box(void)
e0e42142
YL
2688{
2689 dmi_check_multi();
411cf9ee 2690 return multi;
1da177e4 2691}
f28c0ae2 2692#endif
1da177e4
LT
2693
2694/*
0e078e2f 2695 * APIC command line parameters
1da177e4 2696 */
789fa735 2697static int __init setup_disableapic(char *arg)
6935d1f9 2698{
1da177e4 2699 disable_apic = 1;
9175fc06 2700 setup_clear_cpu_cap(X86_FEATURE_APIC);
2c8c0e6b
AK
2701 return 0;
2702}
2703early_param("disableapic", setup_disableapic);
1da177e4 2704
2c8c0e6b 2705/* same as disableapic, for compatibility */
789fa735 2706static int __init setup_nolapic(char *arg)
6935d1f9 2707{
789fa735 2708 return setup_disableapic(arg);
6935d1f9 2709}
2c8c0e6b 2710early_param("nolapic", setup_nolapic);
1da177e4 2711
2e7c2838
LT
2712static int __init parse_lapic_timer_c2_ok(char *arg)
2713{
2714 local_apic_timer_c2_ok = 1;
2715 return 0;
2716}
2717early_param("lapic_timer_c2_ok", parse_lapic_timer_c2_ok);
2718
36fef094 2719static int __init parse_disable_apic_timer(char *arg)
6935d1f9 2720{
1da177e4 2721 disable_apic_timer = 1;
36fef094 2722 return 0;
6935d1f9 2723}
36fef094
CG
2724early_param("noapictimer", parse_disable_apic_timer);
2725
2726static int __init parse_nolapic_timer(char *arg)
2727{
2728 disable_apic_timer = 1;
2729 return 0;
6935d1f9 2730}
36fef094 2731early_param("nolapic_timer", parse_nolapic_timer);
73dea47f 2732
79af9bec
CG
2733static int __init apic_set_verbosity(char *arg)
2734{
2735 if (!arg) {
2736#ifdef CONFIG_X86_64
2737 skip_ioapic_setup = 0;
79af9bec
CG
2738 return 0;
2739#endif
2740 return -EINVAL;
2741 }
2742
2743 if (strcmp("debug", arg) == 0)
2744 apic_verbosity = APIC_DEBUG;
2745 else if (strcmp("verbose", arg) == 0)
2746 apic_verbosity = APIC_VERBOSE;
2747 else {
ba21ebb6 2748 pr_warning("APIC Verbosity level %s not recognised"
79af9bec
CG
2749 " use apic=verbose or apic=debug\n", arg);
2750 return -EINVAL;
2751 }
2752
2753 return 0;
2754}
2755early_param("apic", apic_set_verbosity);
2756
1e934dda
YL
2757static int __init lapic_insert_resource(void)
2758{
2759 if (!apic_phys)
2760 return -1;
2761
2762 /* Put local APIC into the resource map. */
2763 lapic_resource.start = apic_phys;
2764 lapic_resource.end = lapic_resource.start + PAGE_SIZE - 1;
2765 insert_resource(&iomem_resource, &lapic_resource);
2766
2767 return 0;
2768}
2769
2770/*
1506c8dc 2771 * need call insert after e820__reserve_resources()
1e934dda
YL
2772 * that is using request_resource
2773 */
2774late_initcall(lapic_insert_resource);
151e0c7d
HD
2775
2776static int __init apic_set_disabled_cpu_apicid(char *arg)
2777{
2778 if (!arg || !get_option(&arg, &disabled_cpu_apicid))
2779 return -EINVAL;
2780
2781 return 0;
2782}
2783early_param("disable_cpu_apicid", apic_set_disabled_cpu_apicid);
b7c4948e
HK
2784
2785static int __init apic_set_extnmi(char *arg)
2786{
2787 if (!arg)
2788 return -EINVAL;
2789
2790 if (!strncmp("all", arg, 3))
2791 apic_extnmi = APIC_EXTNMI_ALL;
2792 else if (!strncmp("none", arg, 4))
2793 apic_extnmi = APIC_EXTNMI_NONE;
2794 else if (!strncmp("bsp", arg, 3))
2795 apic_extnmi = APIC_EXTNMI_BSP;
2796 else {
2797 pr_warn("Unknown external NMI delivery mode `%s' ignored\n", arg);
2798 return -EINVAL;
2799 }
2800
2801 return 0;
2802}
2803early_param("apic_extnmi", apic_set_extnmi);