]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/powerpc/kernel/exceptions-64s.S
Merge remote-tracking branch 'pci/pci/gavin-window-alignment' into next
[mirror_ubuntu-zesty-kernel.git] / arch / powerpc / kernel / exceptions-64s.S
CommitLineData
0ebc4cda
BH
1/*
2 * This file contains the 64-bit "server" PowerPC variant
3 * of the low level exception handling including exception
4 * vectors, exception return, part of the slb and stab
5 * handling and other fixed offset specific things.
6 *
7 * This file is meant to be #included from head_64.S due to
25985edc 8 * position dependent assembly.
0ebc4cda
BH
9 *
10 * Most of this originates from head_64.S and thus has the same
11 * copyright history.
12 *
13 */
14
7230c564 15#include <asm/hw_irq.h>
8aa34ab8 16#include <asm/exception-64s.h>
46f52210 17#include <asm/ptrace.h>
8aa34ab8 18
0ebc4cda
BH
19/*
20 * We layout physical memory as follows:
21 * 0x0000 - 0x00ff : Secondary processor spin code
22 * 0x0100 - 0x2fff : pSeries Interrupt prologs
4f8cf36f 23 * 0x3000 - 0x5fff : interrupt support common interrupt prologs
0ebc4cda
BH
24 * 0x6000 - 0x6fff : Initial (CPU0) segment table
25 * 0x7000 - 0x7fff : FWNMI data area
26 * 0x8000 - : Early init and support code
27 */
28
0ebc4cda
BH
29/*
30 * This is the start of the interrupt handlers for pSeries
31 * This code runs with relocation off.
32 * Code from here to __end_interrupts gets copied down to real
33 * address 0x100 when we are running a relocatable kernel.
34 * Therefore any relative branches in this section must only
35 * branch to labels in this section.
36 */
37 . = 0x100
38 .globl __start_interrupts
39__start_interrupts:
40
948cf67c
BH
41 .globl system_reset_pSeries;
42system_reset_pSeries:
43 HMT_MEDIUM;
948cf67c
BH
44 SET_SCRATCH0(r13)
45#ifdef CONFIG_PPC_P7_NAP
46BEGIN_FTR_SECTION
47 /* Running native on arch 2.06 or later, check if we are
48 * waking up from nap. We only handle no state loss and
49 * supervisor state loss. We do -not- handle hypervisor
50 * state loss at this time.
51 */
52 mfspr r13,SPRN_SRR1
371fefd6
PM
53 rlwinm. r13,r13,47-31,30,31
54 beq 9f
55
56 /* waking up from powersave (nap) state */
57 cmpwi cr1,r13,2
948cf67c
BH
58 /* Total loss of HV state is fatal, we could try to use the
59 * PIR to locate a PACA, then use an emergency stack etc...
60 * but for now, let's just stay stuck here
61 */
371fefd6
PM
62 bgt cr1,.
63 GET_PACA(r13)
64
65#ifdef CONFIG_KVM_BOOK3S_64_HV
f0888f70
PM
66 li r0,KVM_HWTHREAD_IN_KERNEL
67 stb r0,HSTATE_HWTHREAD_STATE(r13)
68 /* Order setting hwthread_state vs. testing hwthread_req */
69 sync
70 lbz r0,HSTATE_HWTHREAD_REQ(r13)
71 cmpwi r0,0
72 beq 1f
371fefd6
PM
73 b kvm_start_guest
741:
75#endif
76
77 beq cr1,2f
78 b .power7_wakeup_noloss
792: b .power7_wakeup_loss
809:
969391c5 81END_FTR_SECTION_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
948cf67c 82#endif /* CONFIG_PPC_P7_NAP */
b01c8b54
PM
83 EXCEPTION_PROLOG_PSERIES(PACA_EXGEN, system_reset_common, EXC_STD,
84 NOTEST, 0x100)
0ebc4cda
BH
85
86 . = 0x200
b01c8b54
PM
87machine_check_pSeries_1:
88 /* This is moved out of line as it can be patched by FW, but
89 * some code path might still want to branch into the original
90 * vector
91 */
92 b machine_check_pSeries
0ebc4cda
BH
93
94 . = 0x300
95 .globl data_access_pSeries
96data_access_pSeries:
97 HMT_MEDIUM
673b189a 98 SET_SCRATCH0(r13)
0ebc4cda 99BEGIN_FTR_SECTION
b01c8b54
PM
100 b data_access_check_stab
101data_access_not_stab:
102END_MMU_FTR_SECTION_IFCLR(MMU_FTR_SLB)
b01c8b54 103 EXCEPTION_PROLOG_PSERIES(PACA_EXGEN, data_access_common, EXC_STD,
697d3899 104 KVMTEST, 0x300)
0ebc4cda
BH
105
106 . = 0x380
107 .globl data_access_slb_pSeries
108data_access_slb_pSeries:
109 HMT_MEDIUM
673b189a 110 SET_SCRATCH0(r13)
697d3899 111 EXCEPTION_PROLOG_1(PACA_EXSLB, KVMTEST, 0x380)
0ebc4cda
BH
112 std r3,PACA_EXSLB+EX_R3(r13)
113 mfspr r3,SPRN_DAR
0ebc4cda
BH
114#ifdef __DISABLED__
115 /* Keep that around for when we re-implement dynamic VSIDs */
116 cmpdi r3,0
117 bge slb_miss_user_pseries
118#endif /* __DISABLED__ */
b01c8b54 119 mfspr r12,SPRN_SRR1
0ebc4cda
BH
120#ifndef CONFIG_RELOCATABLE
121 b .slb_miss_realmode
122#else
123 /*
124 * We can't just use a direct branch to .slb_miss_realmode
125 * because the distance from here to there depends on where
126 * the kernel ends up being put.
127 */
128 mfctr r11
129 ld r10,PACAKBASE(r13)
130 LOAD_HANDLER(r10, .slb_miss_realmode)
131 mtctr r10
132 bctr
133#endif
134
b3e6b5df 135 STD_EXCEPTION_PSERIES(0x400, 0x400, instruction_access)
0ebc4cda
BH
136
137 . = 0x480
138 .globl instruction_access_slb_pSeries
139instruction_access_slb_pSeries:
140 HMT_MEDIUM
673b189a 141 SET_SCRATCH0(r13)
de56a948 142 EXCEPTION_PROLOG_1(PACA_EXSLB, KVMTEST_PR, 0x480)
0ebc4cda
BH
143 std r3,PACA_EXSLB+EX_R3(r13)
144 mfspr r3,SPRN_SRR0 /* SRR0 is faulting address */
0ebc4cda
BH
145#ifdef __DISABLED__
146 /* Keep that around for when we re-implement dynamic VSIDs */
147 cmpdi r3,0
148 bge slb_miss_user_pseries
149#endif /* __DISABLED__ */
b01c8b54 150 mfspr r12,SPRN_SRR1
0ebc4cda
BH
151#ifndef CONFIG_RELOCATABLE
152 b .slb_miss_realmode
153#else
154 mfctr r11
155 ld r10,PACAKBASE(r13)
156 LOAD_HANDLER(r10, .slb_miss_realmode)
157 mtctr r10
158 bctr
159#endif
160
b3e6b5df
BH
161 /* We open code these as we can't have a ". = x" (even with
162 * x = "." within a feature section
163 */
a5d4f3ad 164 . = 0x500;
b3e6b5df
BH
165 .globl hardware_interrupt_pSeries;
166 .globl hardware_interrupt_hv;
a5d4f3ad 167hardware_interrupt_pSeries:
b3e6b5df 168hardware_interrupt_hv:
a5d4f3ad 169 BEGIN_FTR_SECTION
b01c8b54
PM
170 _MASKABLE_EXCEPTION_PSERIES(0x502, hardware_interrupt,
171 EXC_HV, SOFTEN_TEST_HV)
172 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0x502)
de56a948
PM
173 FTR_SECTION_ELSE
174 _MASKABLE_EXCEPTION_PSERIES(0x500, hardware_interrupt,
9e368f29 175 EXC_STD, SOFTEN_TEST_HV_201)
de56a948 176 KVM_HANDLER(PACA_EXGEN, EXC_STD, 0x500)
969391c5 177 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
a5d4f3ad 178
b3e6b5df 179 STD_EXCEPTION_PSERIES(0x600, 0x600, alignment)
de56a948 180 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x600)
b01c8b54 181
b3e6b5df 182 STD_EXCEPTION_PSERIES(0x700, 0x700, program_check)
de56a948 183 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x700)
b01c8b54 184
b3e6b5df 185 STD_EXCEPTION_PSERIES(0x800, 0x800, fp_unavailable)
de56a948 186 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x800)
a5d4f3ad 187
b3e6b5df 188 MASKABLE_EXCEPTION_PSERIES(0x900, 0x900, decrementer)
dabe859e 189 STD_EXCEPTION_HV(0x980, 0x982, hdecrementer)
a5d4f3ad 190
b3e6b5df 191 STD_EXCEPTION_PSERIES(0xa00, 0xa00, trap_0a)
de56a948 192 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xa00)
b01c8b54 193
b3e6b5df 194 STD_EXCEPTION_PSERIES(0xb00, 0xb00, trap_0b)
de56a948 195 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xb00)
0ebc4cda
BH
196
197 . = 0xc00
198 .globl system_call_pSeries
199system_call_pSeries:
200 HMT_MEDIUM
b01c8b54
PM
201#ifdef CONFIG_KVM_BOOK3S_64_HANDLER
202 SET_SCRATCH0(r13)
203 GET_PACA(r13)
204 std r9,PACA_EXGEN+EX_R9(r13)
205 std r10,PACA_EXGEN+EX_R10(r13)
206 mfcr r9
207 KVMTEST(0xc00)
208 GET_SCRATCH0(r13)
209#endif
0ebc4cda
BH
210BEGIN_FTR_SECTION
211 cmpdi r0,0x1ebe
212 beq- 1f
213END_FTR_SECTION_IFSET(CPU_FTR_REAL_LE)
214 mr r9,r13
2dd60d79 215 GET_PACA(r13)
0ebc4cda 216 mfspr r11,SPRN_SRR0
0ebc4cda 217 mfspr r12,SPRN_SRR1
f5f0307f
AB
218 ld r10,PACAKBASE(r13)
219 LOAD_HANDLER(r10, system_call_entry)
220 mtspr SPRN_SRR0,r10
221 ld r10,PACAKMSR(r13)
0ebc4cda
BH
222 mtspr SPRN_SRR1,r10
223 rfid
224 b . /* prevent speculative execution */
225
b01c8b54
PM
226 KVM_HANDLER(PACA_EXGEN, EXC_STD, 0xc00)
227
0ebc4cda
BH
228/* Fast LE/BE switch system call */
2291: mfspr r12,SPRN_SRR1
230 xori r12,r12,MSR_LE
231 mtspr SPRN_SRR1,r12
232 rfid /* return to userspace */
233 b .
234
b3e6b5df 235 STD_EXCEPTION_PSERIES(0xd00, 0xd00, single_step)
de56a948 236 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xd00)
b3e6b5df
BH
237
238 /* At 0xe??? we have a bunch of hypervisor exceptions, we branch
239 * out of line to handle them
240 */
241 . = 0xe00
e6a74c6e 242hv_exception_trampoline:
b3e6b5df
BH
243 b h_data_storage_hv
244 . = 0xe20
245 b h_instr_storage_hv
246 . = 0xe40
247 b emulation_assist_hv
248 . = 0xe50
249 b hmi_exception_hv
250 . = 0xe60
251 b hmi_exception_hv
0ebc4cda
BH
252
253 /* We need to deal with the Altivec unavailable exception
254 * here which is at 0xf20, thus in the middle of the
255 * prolog code of the PerformanceMonitor one. A little
256 * trickery is thus necessary
257 */
c86e2ead 258performance_monitor_pSeries_1:
0ebc4cda
BH
259 . = 0xf00
260 b performance_monitor_pSeries
261
c86e2ead 262altivec_unavailable_pSeries_1:
0ebc4cda
BH
263 . = 0xf20
264 b altivec_unavailable_pSeries
265
c86e2ead 266vsx_unavailable_pSeries_1:
0ebc4cda
BH
267 . = 0xf40
268 b vsx_unavailable_pSeries
269
270#ifdef CONFIG_CBE_RAS
b3e6b5df 271 STD_EXCEPTION_HV(0x1200, 0x1202, cbe_system_error)
5ccf55dd 272 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1202)
0ebc4cda 273#endif /* CONFIG_CBE_RAS */
b01c8b54 274
b3e6b5df 275 STD_EXCEPTION_PSERIES(0x1300, 0x1300, instruction_breakpoint)
de56a948 276 KVM_HANDLER_PR_SKIP(PACA_EXGEN, EXC_STD, 0x1300)
b01c8b54 277
0ebc4cda 278#ifdef CONFIG_CBE_RAS
b3e6b5df 279 STD_EXCEPTION_HV(0x1600, 0x1602, cbe_maintenance)
5ccf55dd 280 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1602)
0ebc4cda 281#endif /* CONFIG_CBE_RAS */
b01c8b54 282
b3e6b5df 283 STD_EXCEPTION_PSERIES(0x1700, 0x1700, altivec_assist)
de56a948 284 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x1700)
b01c8b54 285
0ebc4cda 286#ifdef CONFIG_CBE_RAS
b3e6b5df 287 STD_EXCEPTION_HV(0x1800, 0x1802, cbe_thermal)
5ccf55dd 288 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1802)
0ebc4cda
BH
289#endif /* CONFIG_CBE_RAS */
290
291 . = 0x3000
292
b3e6b5df
BH
293/*** Out of line interrupts support ***/
294
b01c8b54
PM
295 /* moved from 0x200 */
296machine_check_pSeries:
297 .globl machine_check_fwnmi
298machine_check_fwnmi:
299 HMT_MEDIUM
300 SET_SCRATCH0(r13) /* save r13 */
301 EXCEPTION_PROLOG_PSERIES(PACA_EXMC, machine_check_common,
302 EXC_STD, KVMTEST, 0x200)
303 KVM_HANDLER_SKIP(PACA_EXMC, EXC_STD, 0x200)
304
b01c8b54
PM
305 /* moved from 0x300 */
306data_access_check_stab:
307 GET_PACA(r13)
308 std r9,PACA_EXSLB+EX_R9(r13)
309 std r10,PACA_EXSLB+EX_R10(r13)
310 mfspr r10,SPRN_DAR
311 mfspr r9,SPRN_DSISR
312 srdi r10,r10,60
313 rlwimi r10,r9,16,0x20
de56a948 314#ifdef CONFIG_KVM_BOOK3S_PR
3c42bf8a 315 lbz r9,HSTATE_IN_GUEST(r13)
b01c8b54
PM
316 rlwimi r10,r9,8,0x300
317#endif
318 mfcr r9
319 cmpwi r10,0x2c
320 beq do_stab_bolted_pSeries
321 mtcrf 0x80,r9
322 ld r9,PACA_EXSLB+EX_R9(r13)
323 ld r10,PACA_EXSLB+EX_R10(r13)
324 b data_access_not_stab
325do_stab_bolted_pSeries:
326 std r11,PACA_EXSLB+EX_R11(r13)
327 std r12,PACA_EXSLB+EX_R12(r13)
328 GET_SCRATCH0(r10)
329 std r10,PACA_EXSLB+EX_R13(r13)
330 EXCEPTION_PROLOG_PSERIES_1(.do_stab_bolted, EXC_STD)
b01c8b54 331
697d3899
PM
332 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_STD, 0x300)
333 KVM_HANDLER_SKIP(PACA_EXSLB, EXC_STD, 0x380)
de56a948
PM
334 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x400)
335 KVM_HANDLER_PR(PACA_EXSLB, EXC_STD, 0x480)
336 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x900)
b01c8b54
PM
337 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0x982)
338
339 .align 7
b3e6b5df 340 /* moved from 0xe00 */
b01c8b54
PM
341 STD_EXCEPTION_HV(., 0xe02, h_data_storage)
342 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0xe02)
343 STD_EXCEPTION_HV(., 0xe22, h_instr_storage)
344 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe22)
345 STD_EXCEPTION_HV(., 0xe42, emulation_assist)
346 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe42)
347 STD_EXCEPTION_HV(., 0xe62, hmi_exception) /* need to flush cache ? */
348 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe62)
0ebc4cda
BH
349
350 /* moved from 0xf00 */
b3e6b5df 351 STD_EXCEPTION_PSERIES(., 0xf00, performance_monitor)
de56a948 352 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xf00)
b3e6b5df 353 STD_EXCEPTION_PSERIES(., 0xf20, altivec_unavailable)
de56a948 354 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xf20)
b3e6b5df 355 STD_EXCEPTION_PSERIES(., 0xf40, vsx_unavailable)
de56a948 356 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xf40)
0ebc4cda
BH
357
358/*
7230c564
BH
359 * An interrupt came in while soft-disabled. We set paca->irq_happened,
360 * then, if it was a decrementer interrupt, we bump the dec to max and
361 * and return, else we hard disable and return. This is called with
362 * r10 containing the value to OR to the paca field.
0ebc4cda 363 */
7230c564
BH
364#define MASKED_INTERRUPT(_H) \
365masked_##_H##interrupt: \
366 std r11,PACA_EXGEN+EX_R11(r13); \
367 lbz r11,PACAIRQHAPPENED(r13); \
368 or r11,r11,r10; \
369 stb r11,PACAIRQHAPPENED(r13); \
370 andi. r10,r10,PACA_IRQ_DEC; \
371 beq 1f; \
372 lis r10,0x7fff; \
373 ori r10,r10,0xffff; \
374 mtspr SPRN_DEC,r10; \
375 b 2f; \
3761: mfspr r10,SPRN_##_H##SRR1; \
377 rldicl r10,r10,48,1; /* clear MSR_EE */ \
378 rotldi r10,r10,16; \
379 mtspr SPRN_##_H##SRR1,r10; \
3802: mtcrf 0x80,r9; \
381 ld r9,PACA_EXGEN+EX_R9(r13); \
382 ld r10,PACA_EXGEN+EX_R10(r13); \
383 ld r11,PACA_EXGEN+EX_R11(r13); \
384 GET_SCRATCH0(r13); \
385 ##_H##rfid; \
0ebc4cda 386 b .
7230c564
BH
387
388 MASKED_INTERRUPT()
389 MASKED_INTERRUPT(H)
0ebc4cda 390
7230c564
BH
391/*
392 * Called from arch_local_irq_enable when an interrupt needs
393 * to be resent. r3 contains 0x500 or 0x900 to indicate which
394 * kind of interrupt. MSR:EE is already off. We generate a
395 * stackframe like if a real interrupt had happened.
396 *
397 * Note: While MSR:EE is off, we need to make sure that _MSR
398 * in the generated frame has EE set to 1 or the exception
399 * handler will not properly re-enable them.
400 */
401_GLOBAL(__replay_interrupt)
402 /* We are going to jump to the exception common code which
403 * will retrieve various register values from the PACA which
404 * we don't give a damn about, so we don't bother storing them.
405 */
406 mfmsr r12
407 mflr r11
408 mfcr r9
409 ori r12,r12,MSR_EE
410 andi. r3,r3,0x0800
411 bne decrementer_common
412 b hardware_interrupt_common
a5d4f3ad 413
0ebc4cda
BH
414#ifdef CONFIG_PPC_PSERIES
415/*
416 * Vectors for the FWNMI option. Share common code.
417 */
418 .globl system_reset_fwnmi
419 .align 7
420system_reset_fwnmi:
421 HMT_MEDIUM
673b189a 422 SET_SCRATCH0(r13) /* save r13 */
b01c8b54
PM
423 EXCEPTION_PROLOG_PSERIES(PACA_EXGEN, system_reset_common, EXC_STD,
424 NOTEST, 0x100)
0ebc4cda
BH
425
426#endif /* CONFIG_PPC_PSERIES */
427
428#ifdef __DISABLED__
429/*
430 * This is used for when the SLB miss handler has to go virtual,
431 * which doesn't happen for now anymore but will once we re-implement
432 * dynamic VSIDs for shared page tables
433 */
434slb_miss_user_pseries:
435 std r10,PACA_EXGEN+EX_R10(r13)
436 std r11,PACA_EXGEN+EX_R11(r13)
437 std r12,PACA_EXGEN+EX_R12(r13)
673b189a 438 GET_SCRATCH0(r10)
0ebc4cda
BH
439 ld r11,PACA_EXSLB+EX_R9(r13)
440 ld r12,PACA_EXSLB+EX_R3(r13)
441 std r10,PACA_EXGEN+EX_R13(r13)
442 std r11,PACA_EXGEN+EX_R9(r13)
443 std r12,PACA_EXGEN+EX_R3(r13)
444 clrrdi r12,r13,32
445 mfmsr r10
446 mfspr r11,SRR0 /* save SRR0 */
447 ori r12,r12,slb_miss_user_common@l /* virt addr of handler */
448 ori r10,r10,MSR_IR|MSR_DR|MSR_RI
449 mtspr SRR0,r12
450 mfspr r12,SRR1 /* and SRR1 */
451 mtspr SRR1,r10
452 rfid
453 b . /* prevent spec. execution */
454#endif /* __DISABLED__ */
455
456 .align 7
457 .globl __end_interrupts
458__end_interrupts:
459
460/*
461 * Code from here down to __end_handlers is invoked from the
462 * exception prologs above. Because the prologs assemble the
463 * addresses of these handlers using the LOAD_HANDLER macro,
464 * which uses an addi instruction, these handlers must be in
465 * the first 32k of the kernel image.
466 */
467
468/*** Common interrupt handlers ***/
469
470 STD_EXCEPTION_COMMON(0x100, system_reset, .system_reset_exception)
471
472 /*
473 * Machine check is different because we use a different
474 * save area: PACA_EXMC instead of PACA_EXGEN.
475 */
476 .align 7
477 .globl machine_check_common
478machine_check_common:
479 EXCEPTION_PROLOG_COMMON(0x200, PACA_EXMC)
480 FINISH_NAP
481 DISABLE_INTS
482 bl .save_nvgprs
483 addi r3,r1,STACK_FRAME_OVERHEAD
484 bl .machine_check_exception
485 b .ret_from_except
486
7450f6f0
BH
487 STD_EXCEPTION_COMMON_ASYNC(0x500, hardware_interrupt, do_IRQ)
488 STD_EXCEPTION_COMMON_ASYNC(0x900, decrementer, .timer_interrupt)
dabe859e 489 STD_EXCEPTION_COMMON(0x980, hdecrementer, .hdec_interrupt)
0ebc4cda
BH
490 STD_EXCEPTION_COMMON(0xa00, trap_0a, .unknown_exception)
491 STD_EXCEPTION_COMMON(0xb00, trap_0b, .unknown_exception)
492 STD_EXCEPTION_COMMON(0xd00, single_step, .single_step_exception)
493 STD_EXCEPTION_COMMON(0xe00, trap_0e, .unknown_exception)
b3e6b5df
BH
494 STD_EXCEPTION_COMMON(0xe40, emulation_assist, .program_check_exception)
495 STD_EXCEPTION_COMMON(0xe60, hmi_exception, .unknown_exception)
7450f6f0 496 STD_EXCEPTION_COMMON_ASYNC(0xf00, performance_monitor, .performance_monitor_exception)
0ebc4cda
BH
497 STD_EXCEPTION_COMMON(0x1300, instruction_breakpoint, .instruction_breakpoint_exception)
498#ifdef CONFIG_ALTIVEC
499 STD_EXCEPTION_COMMON(0x1700, altivec_assist, .altivec_assist_exception)
500#else
501 STD_EXCEPTION_COMMON(0x1700, altivec_assist, .unknown_exception)
502#endif
503#ifdef CONFIG_CBE_RAS
504 STD_EXCEPTION_COMMON(0x1200, cbe_system_error, .cbe_system_error_exception)
505 STD_EXCEPTION_COMMON(0x1600, cbe_maintenance, .cbe_maintenance_exception)
506 STD_EXCEPTION_COMMON(0x1800, cbe_thermal, .cbe_thermal_exception)
507#endif /* CONFIG_CBE_RAS */
508
509 .align 7
510system_call_entry:
511 b system_call_common
512
fe1952fc
BH
513ppc64_runlatch_on_trampoline:
514 b .__ppc64_runlatch_on
515
0ebc4cda
BH
516/*
517 * Here we have detected that the kernel stack pointer is bad.
518 * R9 contains the saved CR, r13 points to the paca,
519 * r10 contains the (bad) kernel stack pointer,
520 * r11 and r12 contain the saved SRR0 and SRR1.
521 * We switch to using an emergency stack, save the registers there,
522 * and call kernel_bad_stack(), which panics.
523 */
524bad_stack:
525 ld r1,PACAEMERGSP(r13)
526 subi r1,r1,64+INT_FRAME_SIZE
527 std r9,_CCR(r1)
528 std r10,GPR1(r1)
529 std r11,_NIP(r1)
530 std r12,_MSR(r1)
531 mfspr r11,SPRN_DAR
532 mfspr r12,SPRN_DSISR
533 std r11,_DAR(r1)
534 std r12,_DSISR(r1)
535 mflr r10
536 mfctr r11
537 mfxer r12
538 std r10,_LINK(r1)
539 std r11,_CTR(r1)
540 std r12,_XER(r1)
541 SAVE_GPR(0,r1)
542 SAVE_GPR(2,r1)
1977b502
PM
543 ld r10,EX_R3(r3)
544 std r10,GPR3(r1)
545 SAVE_GPR(4,r1)
546 SAVE_4GPRS(5,r1)
547 ld r9,EX_R9(r3)
548 ld r10,EX_R10(r3)
549 SAVE_2GPRS(9,r1)
550 ld r9,EX_R11(r3)
551 ld r10,EX_R12(r3)
552 ld r11,EX_R13(r3)
553 std r9,GPR11(r1)
554 std r10,GPR12(r1)
555 std r11,GPR13(r1)
48404f2e
PM
556BEGIN_FTR_SECTION
557 ld r10,EX_CFAR(r3)
558 std r10,ORIG_GPR3(r1)
559END_FTR_SECTION_IFSET(CPU_FTR_CFAR)
1977b502 560 SAVE_8GPRS(14,r1)
0ebc4cda
BH
561 SAVE_10GPRS(22,r1)
562 lhz r12,PACA_TRAP_SAVE(r13)
563 std r12,_TRAP(r1)
564 addi r11,r1,INT_FRAME_SIZE
565 std r11,0(r1)
566 li r12,0
567 std r12,0(r11)
568 ld r2,PACATOC(r13)
1977b502
PM
569 ld r11,exception_marker@toc(r2)
570 std r12,RESULT(r1)
571 std r11,STACK_FRAME_OVERHEAD-16(r1)
0ebc4cda
BH
5721: addi r3,r1,STACK_FRAME_OVERHEAD
573 bl .kernel_bad_stack
574 b 1b
575
576/*
577 * Here r13 points to the paca, r9 contains the saved CR,
578 * SRR0 and SRR1 are saved in r11 and r12,
579 * r9 - r13 are saved in paca->exgen.
580 */
581 .align 7
582 .globl data_access_common
583data_access_common:
584 mfspr r10,SPRN_DAR
585 std r10,PACA_EXGEN+EX_DAR(r13)
586 mfspr r10,SPRN_DSISR
587 stw r10,PACA_EXGEN+EX_DSISR(r13)
588 EXCEPTION_PROLOG_COMMON(0x300, PACA_EXGEN)
a546498f
BH
589 DISABLE_INTS
590 ld r12,_MSR(r1)
0ebc4cda
BH
591 ld r3,PACA_EXGEN+EX_DAR(r13)
592 lwz r4,PACA_EXGEN+EX_DSISR(r13)
593 li r5,0x300
594 b .do_hash_page /* Try to handle as hpte fault */
595
b3e6b5df
BH
596 .align 7
597 .globl h_data_storage_common
598h_data_storage_common:
599 mfspr r10,SPRN_HDAR
600 std r10,PACA_EXGEN+EX_DAR(r13)
601 mfspr r10,SPRN_HDSISR
602 stw r10,PACA_EXGEN+EX_DSISR(r13)
603 EXCEPTION_PROLOG_COMMON(0xe00, PACA_EXGEN)
604 bl .save_nvgprs
a546498f 605 DISABLE_INTS
b3e6b5df
BH
606 addi r3,r1,STACK_FRAME_OVERHEAD
607 bl .unknown_exception
608 b .ret_from_except
609
0ebc4cda
BH
610 .align 7
611 .globl instruction_access_common
612instruction_access_common:
613 EXCEPTION_PROLOG_COMMON(0x400, PACA_EXGEN)
a546498f
BH
614 DISABLE_INTS
615 ld r12,_MSR(r1)
0ebc4cda
BH
616 ld r3,_NIP(r1)
617 andis. r4,r12,0x5820
618 li r5,0x400
619 b .do_hash_page /* Try to handle as hpte fault */
620
b3e6b5df
BH
621 STD_EXCEPTION_COMMON(0xe20, h_instr_storage, .unknown_exception)
622
0ebc4cda
BH
623/*
624 * Here is the common SLB miss user that is used when going to virtual
625 * mode for SLB misses, that is currently not used
626 */
627#ifdef __DISABLED__
628 .align 7
629 .globl slb_miss_user_common
630slb_miss_user_common:
631 mflr r10
632 std r3,PACA_EXGEN+EX_DAR(r13)
633 stw r9,PACA_EXGEN+EX_CCR(r13)
634 std r10,PACA_EXGEN+EX_LR(r13)
635 std r11,PACA_EXGEN+EX_SRR0(r13)
636 bl .slb_allocate_user
637
638 ld r10,PACA_EXGEN+EX_LR(r13)
639 ld r3,PACA_EXGEN+EX_R3(r13)
640 lwz r9,PACA_EXGEN+EX_CCR(r13)
641 ld r11,PACA_EXGEN+EX_SRR0(r13)
642 mtlr r10
643 beq- slb_miss_fault
644
645 andi. r10,r12,MSR_RI /* check for unrecoverable exception */
646 beq- unrecov_user_slb
647 mfmsr r10
648
649.machine push
650.machine "power4"
651 mtcrf 0x80,r9
652.machine pop
653
654 clrrdi r10,r10,2 /* clear RI before setting SRR0/1 */
655 mtmsrd r10,1
656
657 mtspr SRR0,r11
658 mtspr SRR1,r12
659
660 ld r9,PACA_EXGEN+EX_R9(r13)
661 ld r10,PACA_EXGEN+EX_R10(r13)
662 ld r11,PACA_EXGEN+EX_R11(r13)
663 ld r12,PACA_EXGEN+EX_R12(r13)
664 ld r13,PACA_EXGEN+EX_R13(r13)
665 rfid
666 b .
667
668slb_miss_fault:
669 EXCEPTION_PROLOG_COMMON(0x380, PACA_EXGEN)
670 ld r4,PACA_EXGEN+EX_DAR(r13)
671 li r5,0
672 std r4,_DAR(r1)
673 std r5,_DSISR(r1)
674 b handle_page_fault
675
676unrecov_user_slb:
677 EXCEPTION_PROLOG_COMMON(0x4200, PACA_EXGEN)
678 DISABLE_INTS
679 bl .save_nvgprs
6801: addi r3,r1,STACK_FRAME_OVERHEAD
681 bl .unrecoverable_exception
682 b 1b
683
684#endif /* __DISABLED__ */
685
686
687/*
688 * r13 points to the PACA, r9 contains the saved CR,
689 * r12 contain the saved SRR1, SRR0 is still ready for return
690 * r3 has the faulting address
691 * r9 - r13 are saved in paca->exslb.
692 * r3 is saved in paca->slb_r3
693 * We assume we aren't going to take any exceptions during this procedure.
694 */
695_GLOBAL(slb_miss_realmode)
696 mflr r10
697#ifdef CONFIG_RELOCATABLE
698 mtctr r11
699#endif
700
701 stw r9,PACA_EXSLB+EX_CCR(r13) /* save CR in exc. frame */
702 std r10,PACA_EXSLB+EX_LR(r13) /* save LR */
703
704 bl .slb_allocate_realmode
705
706 /* All done -- return from exception. */
707
708 ld r10,PACA_EXSLB+EX_LR(r13)
709 ld r3,PACA_EXSLB+EX_R3(r13)
710 lwz r9,PACA_EXSLB+EX_CCR(r13) /* get saved CR */
0ebc4cda
BH
711
712 mtlr r10
713
714 andi. r10,r12,MSR_RI /* check for unrecoverable exception */
715 beq- 2f
716
717.machine push
718.machine "power4"
719 mtcrf 0x80,r9
720 mtcrf 0x01,r9 /* slb_allocate uses cr0 and cr7 */
721.machine pop
722
0ebc4cda
BH
723 ld r9,PACA_EXSLB+EX_R9(r13)
724 ld r10,PACA_EXSLB+EX_R10(r13)
725 ld r11,PACA_EXSLB+EX_R11(r13)
726 ld r12,PACA_EXSLB+EX_R12(r13)
727 ld r13,PACA_EXSLB+EX_R13(r13)
728 rfid
729 b . /* prevent speculative execution */
730
4f8cf36f 7312: mfspr r11,SPRN_SRR0
0ebc4cda
BH
732 ld r10,PACAKBASE(r13)
733 LOAD_HANDLER(r10,unrecov_slb)
734 mtspr SPRN_SRR0,r10
735 ld r10,PACAKMSR(r13)
736 mtspr SPRN_SRR1,r10
737 rfid
738 b .
739
740unrecov_slb:
741 EXCEPTION_PROLOG_COMMON(0x4100, PACA_EXSLB)
742 DISABLE_INTS
743 bl .save_nvgprs
7441: addi r3,r1,STACK_FRAME_OVERHEAD
745 bl .unrecoverable_exception
746 b 1b
747
0ebc4cda
BH
748
749#ifdef CONFIG_PPC_970_NAP
750power4_fixup_nap:
751 andc r9,r9,r10
752 std r9,TI_LOCAL_FLAGS(r11)
753 ld r10,_LINK(r1) /* make idle task do the */
754 std r10,_NIP(r1) /* equivalent of a blr */
755 blr
756#endif
757
758 .align 7
759 .globl alignment_common
760alignment_common:
761 mfspr r10,SPRN_DAR
762 std r10,PACA_EXGEN+EX_DAR(r13)
763 mfspr r10,SPRN_DSISR
764 stw r10,PACA_EXGEN+EX_DSISR(r13)
765 EXCEPTION_PROLOG_COMMON(0x600, PACA_EXGEN)
766 ld r3,PACA_EXGEN+EX_DAR(r13)
767 lwz r4,PACA_EXGEN+EX_DSISR(r13)
768 std r3,_DAR(r1)
769 std r4,_DSISR(r1)
770 bl .save_nvgprs
a3512b2d 771 DISABLE_INTS
0ebc4cda 772 addi r3,r1,STACK_FRAME_OVERHEAD
0ebc4cda
BH
773 bl .alignment_exception
774 b .ret_from_except
775
776 .align 7
777 .globl program_check_common
778program_check_common:
779 EXCEPTION_PROLOG_COMMON(0x700, PACA_EXGEN)
780 bl .save_nvgprs
54321242 781 DISABLE_INTS
922b9f86 782 addi r3,r1,STACK_FRAME_OVERHEAD
0ebc4cda
BH
783 bl .program_check_exception
784 b .ret_from_except
785
786 .align 7
787 .globl fp_unavailable_common
788fp_unavailable_common:
789 EXCEPTION_PROLOG_COMMON(0x800, PACA_EXGEN)
790 bne 1f /* if from user, just load it up */
791 bl .save_nvgprs
9f2f79e3 792 DISABLE_INTS
0ebc4cda 793 addi r3,r1,STACK_FRAME_OVERHEAD
0ebc4cda
BH
794 bl .kernel_fp_unavailable_exception
795 BUG_OPCODE
7961: bl .load_up_fpu
797 b fast_exception_return
798
799 .align 7
800 .globl altivec_unavailable_common
801altivec_unavailable_common:
802 EXCEPTION_PROLOG_COMMON(0xf20, PACA_EXGEN)
803#ifdef CONFIG_ALTIVEC
804BEGIN_FTR_SECTION
805 beq 1f
806 bl .load_up_altivec
807 b fast_exception_return
8081:
809END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
810#endif
811 bl .save_nvgprs
9f2f79e3 812 DISABLE_INTS
0ebc4cda 813 addi r3,r1,STACK_FRAME_OVERHEAD
0ebc4cda
BH
814 bl .altivec_unavailable_exception
815 b .ret_from_except
816
817 .align 7
818 .globl vsx_unavailable_common
819vsx_unavailable_common:
820 EXCEPTION_PROLOG_COMMON(0xf40, PACA_EXGEN)
821#ifdef CONFIG_VSX
822BEGIN_FTR_SECTION
7230c564
BH
823 beq 1f
824 b .load_up_vsx
0ebc4cda
BH
8251:
826END_FTR_SECTION_IFSET(CPU_FTR_VSX)
827#endif
828 bl .save_nvgprs
9f2f79e3 829 DISABLE_INTS
0ebc4cda 830 addi r3,r1,STACK_FRAME_OVERHEAD
0ebc4cda
BH
831 bl .vsx_unavailable_exception
832 b .ret_from_except
833
834 .align 7
835 .globl __end_handlers
836__end_handlers:
837
0ebc4cda
BH
838/*
839 * Hash table stuff
840 */
841 .align 7
842_STATIC(do_hash_page)
843 std r3,_DAR(r1)
844 std r4,_DSISR(r1)
845
9c7cc234 846 andis. r0,r4,0xa410 /* weird error? */
0ebc4cda 847 bne- handle_page_fault /* if not, try to insert a HPTE */
9c7cc234
P
848 andis. r0,r4,DSISR_DABRMATCH@h
849 bne- handle_dabr_fault
850
0ebc4cda
BH
851BEGIN_FTR_SECTION
852 andis. r0,r4,0x0020 /* Is it a segment table fault? */
853 bne- do_ste_alloc /* If so handle it */
44ae3ab3 854END_MMU_FTR_SECTION_IFCLR(MMU_FTR_SLB)
0ebc4cda 855
9778b696 856 CURRENT_THREAD_INFO(r11, r1)
9c1e1052
PM
857 lwz r0,TI_PREEMPT(r11) /* If we're in an "NMI" */
858 andis. r0,r0,NMI_MASK@h /* (i.e. an irq when soft-disabled) */
859 bne 77f /* then don't call hash_page now */
0ebc4cda
BH
860 /*
861 * We need to set the _PAGE_USER bit if MSR_PR is set or if we are
862 * accessing a userspace segment (even from the kernel). We assume
863 * kernel addresses always have the high bit set.
864 */
865 rlwinm r4,r4,32-25+9,31-9,31-9 /* DSISR_STORE -> _PAGE_RW */
866 rotldi r0,r3,15 /* Move high bit into MSR_PR posn */
867 orc r0,r12,r0 /* MSR_PR | ~high_bit */
868 rlwimi r4,r0,32-13,30,30 /* becomes _PAGE_USER access bit */
869 ori r4,r4,1 /* add _PAGE_PRESENT */
870 rlwimi r4,r5,22+2,31-2,31-2 /* Set _PAGE_EXEC if trap is 0x400 */
871
872 /*
873 * r3 contains the faulting address
874 * r4 contains the required access permissions
875 * r5 contains the trap number
876 *
7230c564 877 * at return r3 = 0 for success, 1 for page fault, negative for error
0ebc4cda
BH
878 */
879 bl .hash_page /* build HPTE if possible */
880 cmpdi r3,0 /* see if hash_page succeeded */
881
7230c564 882 /* Success */
0ebc4cda 883 beq fast_exc_return_irq /* Return from exception on success */
0ebc4cda 884
7230c564
BH
885 /* Error */
886 blt- 13f
9c7cc234 887
0ebc4cda
BH
888/* Here we have a page fault that hash_page can't handle. */
889handle_page_fault:
0ebc4cda
BH
89011: ld r4,_DAR(r1)
891 ld r5,_DSISR(r1)
892 addi r3,r1,STACK_FRAME_OVERHEAD
893 bl .do_page_fault
894 cmpdi r3,0
a546498f 895 beq+ 12f
0ebc4cda
BH
896 bl .save_nvgprs
897 mr r5,r3
898 addi r3,r1,STACK_FRAME_OVERHEAD
899 lwz r4,_DAR(r1)
900 bl .bad_page_fault
901 b .ret_from_except
902
a546498f
BH
903/* We have a data breakpoint exception - handle it */
904handle_dabr_fault:
905 bl .save_nvgprs
906 ld r4,_DAR(r1)
907 ld r5,_DSISR(r1)
908 addi r3,r1,STACK_FRAME_OVERHEAD
909 bl .do_dabr
91012: b .ret_from_except_lite
911
0ebc4cda
BH
912
913/* We have a page fault that hash_page could handle but HV refused
914 * the PTE insertion
915 */
a546498f 91613: bl .save_nvgprs
0ebc4cda
BH
917 mr r5,r3
918 addi r3,r1,STACK_FRAME_OVERHEAD
919 ld r4,_DAR(r1)
920 bl .low_hash_fault
921 b .ret_from_except
922
9c1e1052
PM
923/*
924 * We come here as a result of a DSI at a point where we don't want
925 * to call hash_page, such as when we are accessing memory (possibly
926 * user memory) inside a PMU interrupt that occurred while interrupts
927 * were soft-disabled. We want to invoke the exception handler for
928 * the access, or panic if there isn't a handler.
929 */
93077: bl .save_nvgprs
931 mr r4,r3
932 addi r3,r1,STACK_FRAME_OVERHEAD
933 li r5,SIGSEGV
934 bl .bad_page_fault
935 b .ret_from_except
936
0ebc4cda
BH
937 /* here we have a segment miss */
938do_ste_alloc:
939 bl .ste_allocate /* try to insert stab entry */
940 cmpdi r3,0
941 bne- handle_page_fault
942 b fast_exception_return
943
944/*
945 * r13 points to the PACA, r9 contains the saved CR,
946 * r11 and r12 contain the saved SRR0 and SRR1.
947 * r9 - r13 are saved in paca->exslb.
948 * We assume we aren't going to take any exceptions during this procedure.
949 * We assume (DAR >> 60) == 0xc.
950 */
951 .align 7
952_GLOBAL(do_stab_bolted)
953 stw r9,PACA_EXSLB+EX_CCR(r13) /* save CR in exc. frame */
954 std r11,PACA_EXSLB+EX_SRR0(r13) /* save SRR0 in exc. frame */
955
956 /* Hash to the primary group */
957 ld r10,PACASTABVIRT(r13)
958 mfspr r11,SPRN_DAR
959 srdi r11,r11,28
960 rldimi r10,r11,7,52 /* r10 = first ste of the group */
961
962 /* Calculate VSID */
963 /* This is a kernel address, so protovsid = ESID */
964 ASM_VSID_SCRAMBLE(r11, r9, 256M)
965 rldic r9,r11,12,16 /* r9 = vsid << 12 */
966
967 /* Search the primary group for a free entry */
9681: ld r11,0(r10) /* Test valid bit of the current ste */
969 andi. r11,r11,0x80
970 beq 2f
971 addi r10,r10,16
972 andi. r11,r10,0x70
973 bne 1b
974
975 /* Stick for only searching the primary group for now. */
976 /* At least for now, we use a very simple random castout scheme */
977 /* Use the TB as a random number ; OR in 1 to avoid entry 0 */
978 mftb r11
979 rldic r11,r11,4,57 /* r11 = (r11 << 4) & 0x70 */
980 ori r11,r11,0x10
981
982 /* r10 currently points to an ste one past the group of interest */
983 /* make it point to the randomly selected entry */
984 subi r10,r10,128
985 or r10,r10,r11 /* r10 is the entry to invalidate */
986
987 isync /* mark the entry invalid */
988 ld r11,0(r10)
989 rldicl r11,r11,56,1 /* clear the valid bit */
990 rotldi r11,r11,8
991 std r11,0(r10)
992 sync
993
994 clrrdi r11,r11,28 /* Get the esid part of the ste */
995 slbie r11
996
9972: std r9,8(r10) /* Store the vsid part of the ste */
998 eieio
999
1000 mfspr r11,SPRN_DAR /* Get the new esid */
1001 clrrdi r11,r11,28 /* Permits a full 32b of ESID */
1002 ori r11,r11,0x90 /* Turn on valid and kp */
1003 std r11,0(r10) /* Put new entry back into the stab */
1004
1005 sync
1006
1007 /* All done -- return from exception. */
1008 lwz r9,PACA_EXSLB+EX_CCR(r13) /* get saved CR */
1009 ld r11,PACA_EXSLB+EX_SRR0(r13) /* get saved SRR0 */
1010
1011 andi. r10,r12,MSR_RI
1012 beq- unrecov_slb
1013
1014 mtcrf 0x80,r9 /* restore CR */
1015
1016 mfmsr r10
1017 clrrdi r10,r10,2
1018 mtmsrd r10,1
1019
1020 mtspr SPRN_SRR0,r11
1021 mtspr SPRN_SRR1,r12
1022 ld r9,PACA_EXSLB+EX_R9(r13)
1023 ld r10,PACA_EXSLB+EX_R10(r13)
1024 ld r11,PACA_EXSLB+EX_R11(r13)
1025 ld r12,PACA_EXSLB+EX_R12(r13)
1026 ld r13,PACA_EXSLB+EX_R13(r13)
1027 rfid
1028 b . /* prevent speculative execution */
1029
ed79ba9e 1030#if defined(CONFIG_PPC_PSERIES) || defined(CONFIG_PPC_POWERNV)
0ebc4cda
BH
1031/*
1032 * Data area reserved for FWNMI option.
1033 * This address (0x7000) is fixed by the RPA.
1034 */
1035 .= 0x7000
1036 .globl fwnmi_data_area
1037fwnmi_data_area:
0ebc4cda 1038
ed79ba9e
BH
1039 /* pseries and powernv need to keep the whole page from
1040 * 0x7000 to 0x8000 free for use by the firmware
1041 */
0ebc4cda 1042 . = 0x8000
ed79ba9e 1043#endif /* defined(CONFIG_PPC_PSERIES) || defined(CONFIG_PPC_POWERNV) */
84493804 1044
4f8cf36f
BH
1045/* Space for CPU0's segment table */
1046 .balign 4096
84493804
BH
1047 .globl initial_stab
1048initial_stab:
1049 .space 4096
4f8cf36f 1050
ed79ba9e
BH
1051#ifdef CONFIG_PPC_POWERNV
1052_GLOBAL(opal_mc_secondary_handler)
1053 HMT_MEDIUM
1054 SET_SCRATCH0(r13)
1055 GET_PACA(r13)
1056 clrldi r3,r3,2
1057 tovirt(r3,r3)
1058 std r3,PACA_OPAL_MC_EVT(r13)
1059 ld r13,OPAL_MC_SRR0(r3)
1060 mtspr SPRN_SRR0,r13
1061 ld r13,OPAL_MC_SRR1(r3)
1062 mtspr SPRN_SRR1,r13
1063 ld r3,OPAL_MC_GPR3(r3)
1064 GET_SCRATCH0(r13)
1065 b machine_check_pSeries
1066#endif /* CONFIG_PPC_POWERNV */