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.
7 * This file is meant to be #included from head_64.S due to
8 * position dependent assembly.
10 * Most of this originates from head_64.S and thus has the same
15 #include <asm/hw_irq.h>
16 #include <asm/exception-64s.h>
17 #include <asm/ptrace.h>
20 * We layout physical memory as follows:
21 * 0x0000 - 0x00ff : Secondary processor spin code
22 * 0x0100 - 0x2fff : pSeries Interrupt prologs
23 * 0x3000 - 0x5fff : interrupt support common interrupt prologs
24 * 0x6000 - 0x6fff : Initial (CPU0) segment table
25 * 0x7000 - 0x7fff : FWNMI data area
26 * 0x8000 - : Early init and support code
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.
38 .globl __start_interrupts
41 .globl system_reset_pSeries;
45 #ifdef CONFIG_PPC_P7_NAP
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.
53 rlwinm. r13,r13,47-31,30,31
56 /* waking up from powersave (nap) state */
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
65 #ifdef CONFIG_KVM_BOOK3S_64_HV
66 li r0,KVM_HWTHREAD_IN_KERNEL
67 stb r0,HSTATE_HWTHREAD_STATE(r13)
68 /* Order setting hwthread_state vs. testing hwthread_req */
70 lbz r0,HSTATE_HWTHREAD_REQ(r13)
78 b .power7_wakeup_noloss
79 2: b .power7_wakeup_loss
81 END_FTR_SECTION_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
82 #endif /* CONFIG_PPC_P7_NAP */
83 EXCEPTION_PROLOG_PSERIES(PACA_EXGEN, system_reset_common, EXC_STD,
87 machine_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
92 b machine_check_pSeries
95 .globl data_access_pSeries
100 b data_access_check_stab
101 data_access_not_stab:
102 END_MMU_FTR_SECTION_IFCLR(MMU_FTR_SLB)
103 EXCEPTION_PROLOG_PSERIES(PACA_EXGEN, data_access_common, EXC_STD,
107 .globl data_access_slb_pSeries
108 data_access_slb_pSeries:
111 EXCEPTION_PROLOG_1(PACA_EXSLB, KVMTEST, 0x380)
112 std r3,PACA_EXSLB+EX_R3(r13)
115 /* Keep that around for when we re-implement dynamic VSIDs */
117 bge slb_miss_user_pseries
118 #endif /* __DISABLED__ */
120 #ifndef CONFIG_RELOCATABLE
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.
129 ld r10,PACAKBASE(r13)
130 LOAD_HANDLER(r10, .slb_miss_realmode)
135 STD_EXCEPTION_PSERIES(0x400, 0x400, instruction_access)
138 .globl instruction_access_slb_pSeries
139 instruction_access_slb_pSeries:
142 EXCEPTION_PROLOG_1(PACA_EXSLB, KVMTEST_PR, 0x480)
143 std r3,PACA_EXSLB+EX_R3(r13)
144 mfspr r3,SPRN_SRR0 /* SRR0 is faulting address */
146 /* Keep that around for when we re-implement dynamic VSIDs */
148 bge slb_miss_user_pseries
149 #endif /* __DISABLED__ */
151 #ifndef CONFIG_RELOCATABLE
155 ld r10,PACAKBASE(r13)
156 LOAD_HANDLER(r10, .slb_miss_realmode)
161 /* We open code these as we can't have a ". = x" (even with
162 * x = "." within a feature section
165 .globl hardware_interrupt_pSeries;
166 .globl hardware_interrupt_hv;
167 hardware_interrupt_pSeries:
168 hardware_interrupt_hv:
170 _MASKABLE_EXCEPTION_PSERIES(0x502, hardware_interrupt,
171 EXC_HV, SOFTEN_TEST_HV)
172 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0x502)
174 _MASKABLE_EXCEPTION_PSERIES(0x500, hardware_interrupt,
175 EXC_STD, SOFTEN_TEST_HV_201)
176 KVM_HANDLER(PACA_EXGEN, EXC_STD, 0x500)
177 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
179 STD_EXCEPTION_PSERIES(0x600, 0x600, alignment)
180 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x600)
182 STD_EXCEPTION_PSERIES(0x700, 0x700, program_check)
183 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x700)
185 STD_EXCEPTION_PSERIES(0x800, 0x800, fp_unavailable)
186 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x800)
188 MASKABLE_EXCEPTION_PSERIES(0x900, 0x900, decrementer)
189 MASKABLE_EXCEPTION_HV(0x980, 0x982, decrementer)
191 STD_EXCEPTION_PSERIES(0xa00, 0xa00, trap_0a)
192 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xa00)
194 STD_EXCEPTION_PSERIES(0xb00, 0xb00, trap_0b)
195 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xb00)
198 .globl system_call_pSeries
201 #ifdef CONFIG_KVM_BOOK3S_64_HANDLER
204 std r9,PACA_EXGEN+EX_R9(r13)
205 std r10,PACA_EXGEN+EX_R10(r13)
213 END_FTR_SECTION_IFSET(CPU_FTR_REAL_LE)
218 ld r10,PACAKBASE(r13)
219 LOAD_HANDLER(r10, system_call_entry)
224 b . /* prevent speculative execution */
226 KVM_HANDLER(PACA_EXGEN, EXC_STD, 0xc00)
228 /* Fast LE/BE switch system call */
229 1: mfspr r12,SPRN_SRR1
232 rfid /* return to userspace */
235 STD_EXCEPTION_PSERIES(0xd00, 0xd00, single_step)
236 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xd00)
238 /* At 0xe??? we have a bunch of hypervisor exceptions, we branch
239 * out of line to handle them
242 hv_exception_trampoline:
247 b emulation_assist_hv
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
258 performance_monitor_pSeries_1:
260 b performance_monitor_pSeries
262 altivec_unavailable_pSeries_1:
264 b altivec_unavailable_pSeries
266 vsx_unavailable_pSeries_1:
268 b vsx_unavailable_pSeries
270 #ifdef CONFIG_CBE_RAS
271 STD_EXCEPTION_HV(0x1200, 0x1202, cbe_system_error)
272 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1202)
273 #endif /* CONFIG_CBE_RAS */
275 STD_EXCEPTION_PSERIES(0x1300, 0x1300, instruction_breakpoint)
276 KVM_HANDLER_PR_SKIP(PACA_EXGEN, EXC_STD, 0x1300)
278 #ifdef CONFIG_CBE_RAS
279 STD_EXCEPTION_HV(0x1600, 0x1602, cbe_maintenance)
280 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1602)
281 #endif /* CONFIG_CBE_RAS */
283 STD_EXCEPTION_PSERIES(0x1700, 0x1700, altivec_assist)
284 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x1700)
286 #ifdef CONFIG_CBE_RAS
287 STD_EXCEPTION_HV(0x1800, 0x1802, cbe_thermal)
288 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1802)
289 #endif /* CONFIG_CBE_RAS */
293 /*** Out of line interrupts support ***/
295 /* moved from 0x200 */
296 machine_check_pSeries:
297 .globl machine_check_fwnmi
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)
305 /* moved from 0x300 */
306 data_access_check_stab:
308 std r9,PACA_EXSLB+EX_R9(r13)
309 std r10,PACA_EXSLB+EX_R10(r13)
313 rlwimi r10,r9,16,0x20
314 #ifdef CONFIG_KVM_BOOK3S_PR
315 lbz r9,HSTATE_IN_GUEST(r13)
316 rlwimi r10,r9,8,0x300
320 beq do_stab_bolted_pSeries
322 ld r9,PACA_EXSLB+EX_R9(r13)
323 ld r10,PACA_EXSLB+EX_R10(r13)
324 b data_access_not_stab
325 do_stab_bolted_pSeries:
326 std r11,PACA_EXSLB+EX_R11(r13)
327 std r12,PACA_EXSLB+EX_R12(r13)
329 std r10,PACA_EXSLB+EX_R13(r13)
330 EXCEPTION_PROLOG_PSERIES_1(.do_stab_bolted, EXC_STD)
332 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_STD, 0x300)
333 KVM_HANDLER_SKIP(PACA_EXSLB, EXC_STD, 0x380)
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)
337 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0x982)
340 /* moved from 0xe00 */
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)
350 /* moved from 0xf00 */
351 STD_EXCEPTION_PSERIES(., 0xf00, performance_monitor)
352 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xf00)
353 STD_EXCEPTION_PSERIES(., 0xf20, altivec_unavailable)
354 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xf20)
355 STD_EXCEPTION_PSERIES(., 0xf40, vsx_unavailable)
356 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xf40)
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.
364 #define MASKED_INTERRUPT(_H) \
365 masked_##_H##interrupt: \
366 std r11,PACA_EXGEN+EX_R11(r13); \
367 lbz r11,PACAIRQHAPPENED(r13); \
369 stb r11,PACAIRQHAPPENED(r13); \
370 andi. r10,r10,PACA_IRQ_DEC; \
373 ori r10,r10,0xffff; \
374 mtspr SPRN_DEC,r10; \
376 1: mfspr r10,SPRN_##_H##SRR1; \
377 rldicl r10,r10,48,1; /* clear MSR_EE */ \
379 mtspr SPRN_##_H##SRR1,r10; \
381 ld r9,PACA_EXGEN+EX_R9(r13); \
382 ld r10,PACA_EXGEN+EX_R10(r13); \
383 ld r11,PACA_EXGEN+EX_R11(r13); \
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.
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.
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.
411 bne decrementer_common
412 b hardware_interrupt_common
414 #ifdef CONFIG_PPC_PSERIES
416 * Vectors for the FWNMI option. Share common code.
418 .globl system_reset_fwnmi
422 SET_SCRATCH0(r13) /* save r13 */
423 EXCEPTION_PROLOG_PSERIES(PACA_EXGEN, system_reset_common, EXC_STD,
426 #endif /* CONFIG_PPC_PSERIES */
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
434 slb_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)
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)
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
450 mfspr r12,SRR1 /* and SRR1 */
453 b . /* prevent spec. execution */
454 #endif /* __DISABLED__ */
457 .globl __end_interrupts
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.
468 /*** Common interrupt handlers ***/
470 STD_EXCEPTION_COMMON(0x100, system_reset, .system_reset_exception)
473 * Machine check is different because we use a different
474 * save area: PACA_EXMC instead of PACA_EXGEN.
477 .globl machine_check_common
478 machine_check_common:
479 EXCEPTION_PROLOG_COMMON(0x200, PACA_EXMC)
483 addi r3,r1,STACK_FRAME_OVERHEAD
484 bl .machine_check_exception
487 STD_EXCEPTION_COMMON_ASYNC(0x500, hardware_interrupt, do_IRQ)
488 STD_EXCEPTION_COMMON_ASYNC(0x900, decrementer, .timer_interrupt)
489 STD_EXCEPTION_COMMON(0xa00, trap_0a, .unknown_exception)
490 STD_EXCEPTION_COMMON(0xb00, trap_0b, .unknown_exception)
491 STD_EXCEPTION_COMMON(0xd00, single_step, .single_step_exception)
492 STD_EXCEPTION_COMMON(0xe00, trap_0e, .unknown_exception)
493 STD_EXCEPTION_COMMON(0xe40, emulation_assist, .program_check_exception)
494 STD_EXCEPTION_COMMON(0xe60, hmi_exception, .unknown_exception)
495 STD_EXCEPTION_COMMON_ASYNC(0xf00, performance_monitor, .performance_monitor_exception)
496 STD_EXCEPTION_COMMON(0x1300, instruction_breakpoint, .instruction_breakpoint_exception)
497 #ifdef CONFIG_ALTIVEC
498 STD_EXCEPTION_COMMON(0x1700, altivec_assist, .altivec_assist_exception)
500 STD_EXCEPTION_COMMON(0x1700, altivec_assist, .unknown_exception)
502 #ifdef CONFIG_CBE_RAS
503 STD_EXCEPTION_COMMON(0x1200, cbe_system_error, .cbe_system_error_exception)
504 STD_EXCEPTION_COMMON(0x1600, cbe_maintenance, .cbe_maintenance_exception)
505 STD_EXCEPTION_COMMON(0x1800, cbe_thermal, .cbe_thermal_exception)
506 #endif /* CONFIG_CBE_RAS */
512 ppc64_runlatch_on_trampoline:
513 b .__ppc64_runlatch_on
516 * Here we have detected that the kernel stack pointer is bad.
517 * R9 contains the saved CR, r13 points to the paca,
518 * r10 contains the (bad) kernel stack pointer,
519 * r11 and r12 contain the saved SRR0 and SRR1.
520 * We switch to using an emergency stack, save the registers there,
521 * and call kernel_bad_stack(), which panics.
524 ld r1,PACAEMERGSP(r13)
525 subi r1,r1,64+INT_FRAME_SIZE
557 std r10,ORIG_GPR3(r1)
558 END_FTR_SECTION_IFSET(CPU_FTR_CFAR)
561 lhz r12,PACA_TRAP_SAVE(r13)
563 addi r11,r1,INT_FRAME_SIZE
568 ld r11,exception_marker@toc(r2)
570 std r11,STACK_FRAME_OVERHEAD-16(r1)
571 1: addi r3,r1,STACK_FRAME_OVERHEAD
576 * Here r13 points to the paca, r9 contains the saved CR,
577 * SRR0 and SRR1 are saved in r11 and r12,
578 * r9 - r13 are saved in paca->exgen.
581 .globl data_access_common
584 std r10,PACA_EXGEN+EX_DAR(r13)
586 stw r10,PACA_EXGEN+EX_DSISR(r13)
587 EXCEPTION_PROLOG_COMMON(0x300, PACA_EXGEN)
590 ld r3,PACA_EXGEN+EX_DAR(r13)
591 lwz r4,PACA_EXGEN+EX_DSISR(r13)
593 b .do_hash_page /* Try to handle as hpte fault */
596 .globl h_data_storage_common
597 h_data_storage_common:
599 std r10,PACA_EXGEN+EX_DAR(r13)
600 mfspr r10,SPRN_HDSISR
601 stw r10,PACA_EXGEN+EX_DSISR(r13)
602 EXCEPTION_PROLOG_COMMON(0xe00, PACA_EXGEN)
605 addi r3,r1,STACK_FRAME_OVERHEAD
606 bl .unknown_exception
610 .globl instruction_access_common
611 instruction_access_common:
612 EXCEPTION_PROLOG_COMMON(0x400, PACA_EXGEN)
618 b .do_hash_page /* Try to handle as hpte fault */
620 STD_EXCEPTION_COMMON(0xe20, h_instr_storage, .unknown_exception)
623 * Here is the common SLB miss user that is used when going to virtual
624 * mode for SLB misses, that is currently not used
628 .globl slb_miss_user_common
629 slb_miss_user_common:
631 std r3,PACA_EXGEN+EX_DAR(r13)
632 stw r9,PACA_EXGEN+EX_CCR(r13)
633 std r10,PACA_EXGEN+EX_LR(r13)
634 std r11,PACA_EXGEN+EX_SRR0(r13)
635 bl .slb_allocate_user
637 ld r10,PACA_EXGEN+EX_LR(r13)
638 ld r3,PACA_EXGEN+EX_R3(r13)
639 lwz r9,PACA_EXGEN+EX_CCR(r13)
640 ld r11,PACA_EXGEN+EX_SRR0(r13)
644 andi. r10,r12,MSR_RI /* check for unrecoverable exception */
645 beq- unrecov_user_slb
653 clrrdi r10,r10,2 /* clear RI before setting SRR0/1 */
659 ld r9,PACA_EXGEN+EX_R9(r13)
660 ld r10,PACA_EXGEN+EX_R10(r13)
661 ld r11,PACA_EXGEN+EX_R11(r13)
662 ld r12,PACA_EXGEN+EX_R12(r13)
663 ld r13,PACA_EXGEN+EX_R13(r13)
668 EXCEPTION_PROLOG_COMMON(0x380, PACA_EXGEN)
669 ld r4,PACA_EXGEN+EX_DAR(r13)
676 EXCEPTION_PROLOG_COMMON(0x4200, PACA_EXGEN)
679 1: addi r3,r1,STACK_FRAME_OVERHEAD
680 bl .unrecoverable_exception
683 #endif /* __DISABLED__ */
687 * r13 points to the PACA, r9 contains the saved CR,
688 * r12 contain the saved SRR1, SRR0 is still ready for return
689 * r3 has the faulting address
690 * r9 - r13 are saved in paca->exslb.
691 * r3 is saved in paca->slb_r3
692 * We assume we aren't going to take any exceptions during this procedure.
694 _GLOBAL(slb_miss_realmode)
696 #ifdef CONFIG_RELOCATABLE
700 stw r9,PACA_EXSLB+EX_CCR(r13) /* save CR in exc. frame */
701 std r10,PACA_EXSLB+EX_LR(r13) /* save LR */
703 bl .slb_allocate_realmode
705 /* All done -- return from exception. */
707 ld r10,PACA_EXSLB+EX_LR(r13)
708 ld r3,PACA_EXSLB+EX_R3(r13)
709 lwz r9,PACA_EXSLB+EX_CCR(r13) /* get saved CR */
713 andi. r10,r12,MSR_RI /* check for unrecoverable exception */
719 mtcrf 0x01,r9 /* slb_allocate uses cr0 and cr7 */
722 ld r9,PACA_EXSLB+EX_R9(r13)
723 ld r10,PACA_EXSLB+EX_R10(r13)
724 ld r11,PACA_EXSLB+EX_R11(r13)
725 ld r12,PACA_EXSLB+EX_R12(r13)
726 ld r13,PACA_EXSLB+EX_R13(r13)
728 b . /* prevent speculative execution */
730 2: mfspr r11,SPRN_SRR0
731 ld r10,PACAKBASE(r13)
732 LOAD_HANDLER(r10,unrecov_slb)
740 EXCEPTION_PROLOG_COMMON(0x4100, PACA_EXSLB)
743 1: addi r3,r1,STACK_FRAME_OVERHEAD
744 bl .unrecoverable_exception
748 #ifdef CONFIG_PPC_970_NAP
751 std r9,TI_LOCAL_FLAGS(r11)
752 ld r10,_LINK(r1) /* make idle task do the */
753 std r10,_NIP(r1) /* equivalent of a blr */
758 .globl alignment_common
761 std r10,PACA_EXGEN+EX_DAR(r13)
763 stw r10,PACA_EXGEN+EX_DSISR(r13)
764 EXCEPTION_PROLOG_COMMON(0x600, PACA_EXGEN)
765 ld r3,PACA_EXGEN+EX_DAR(r13)
766 lwz r4,PACA_EXGEN+EX_DSISR(r13)
771 addi r3,r1,STACK_FRAME_OVERHEAD
772 bl .alignment_exception
776 .globl program_check_common
777 program_check_common:
778 EXCEPTION_PROLOG_COMMON(0x700, PACA_EXGEN)
781 addi r3,r1,STACK_FRAME_OVERHEAD
782 bl .program_check_exception
786 .globl fp_unavailable_common
787 fp_unavailable_common:
788 EXCEPTION_PROLOG_COMMON(0x800, PACA_EXGEN)
789 bne 1f /* if from user, just load it up */
792 addi r3,r1,STACK_FRAME_OVERHEAD
793 bl .kernel_fp_unavailable_exception
796 b fast_exception_return
799 .globl altivec_unavailable_common
800 altivec_unavailable_common:
801 EXCEPTION_PROLOG_COMMON(0xf20, PACA_EXGEN)
802 #ifdef CONFIG_ALTIVEC
806 b fast_exception_return
808 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
812 addi r3,r1,STACK_FRAME_OVERHEAD
813 bl .altivec_unavailable_exception
817 .globl vsx_unavailable_common
818 vsx_unavailable_common:
819 EXCEPTION_PROLOG_COMMON(0xf40, PACA_EXGEN)
825 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
829 addi r3,r1,STACK_FRAME_OVERHEAD
830 bl .vsx_unavailable_exception
834 .globl __end_handlers
841 _STATIC(do_hash_page)
845 andis. r0,r4,0xa410 /* weird error? */
846 bne- handle_page_fault /* if not, try to insert a HPTE */
847 andis. r0,r4,DSISR_DABRMATCH@h
848 bne- handle_dabr_fault
851 andis. r0,r4,0x0020 /* Is it a segment table fault? */
852 bne- do_ste_alloc /* If so handle it */
853 END_MMU_FTR_SECTION_IFCLR(MMU_FTR_SLB)
855 CURRENT_THREAD_INFO(r11, r1)
856 lwz r0,TI_PREEMPT(r11) /* If we're in an "NMI" */
857 andis. r0,r0,NMI_MASK@h /* (i.e. an irq when soft-disabled) */
858 bne 77f /* then don't call hash_page now */
860 * We need to set the _PAGE_USER bit if MSR_PR is set or if we are
861 * accessing a userspace segment (even from the kernel). We assume
862 * kernel addresses always have the high bit set.
864 rlwinm r4,r4,32-25+9,31-9,31-9 /* DSISR_STORE -> _PAGE_RW */
865 rotldi r0,r3,15 /* Move high bit into MSR_PR posn */
866 orc r0,r12,r0 /* MSR_PR | ~high_bit */
867 rlwimi r4,r0,32-13,30,30 /* becomes _PAGE_USER access bit */
868 ori r4,r4,1 /* add _PAGE_PRESENT */
869 rlwimi r4,r5,22+2,31-2,31-2 /* Set _PAGE_EXEC if trap is 0x400 */
872 * r3 contains the faulting address
873 * r4 contains the required access permissions
874 * r5 contains the trap number
876 * at return r3 = 0 for success, 1 for page fault, negative for error
878 bl .hash_page /* build HPTE if possible */
879 cmpdi r3,0 /* see if hash_page succeeded */
882 beq fast_exc_return_irq /* Return from exception on success */
887 /* Here we have a page fault that hash_page can't handle. */
891 addi r3,r1,STACK_FRAME_OVERHEAD
897 addi r3,r1,STACK_FRAME_OVERHEAD
902 /* We have a data breakpoint exception - handle it */
907 addi r3,r1,STACK_FRAME_OVERHEAD
909 12: b .ret_from_except_lite
912 /* We have a page fault that hash_page could handle but HV refused
917 addi r3,r1,STACK_FRAME_OVERHEAD
923 * We come here as a result of a DSI at a point where we don't want
924 * to call hash_page, such as when we are accessing memory (possibly
925 * user memory) inside a PMU interrupt that occurred while interrupts
926 * were soft-disabled. We want to invoke the exception handler for
927 * the access, or panic if there isn't a handler.
931 addi r3,r1,STACK_FRAME_OVERHEAD
936 /* here we have a segment miss */
938 bl .ste_allocate /* try to insert stab entry */
940 bne- handle_page_fault
941 b fast_exception_return
944 * r13 points to the PACA, r9 contains the saved CR,
945 * r11 and r12 contain the saved SRR0 and SRR1.
946 * r9 - r13 are saved in paca->exslb.
947 * We assume we aren't going to take any exceptions during this procedure.
948 * We assume (DAR >> 60) == 0xc.
951 _GLOBAL(do_stab_bolted)
952 stw r9,PACA_EXSLB+EX_CCR(r13) /* save CR in exc. frame */
953 std r11,PACA_EXSLB+EX_SRR0(r13) /* save SRR0 in exc. frame */
955 /* Hash to the primary group */
956 ld r10,PACASTABVIRT(r13)
959 rldimi r10,r11,7,52 /* r10 = first ste of the group */
962 /* This is a kernel address, so protovsid = ESID */
963 ASM_VSID_SCRAMBLE(r11, r9, 256M)
964 rldic r9,r11,12,16 /* r9 = vsid << 12 */
966 /* Search the primary group for a free entry */
967 1: ld r11,0(r10) /* Test valid bit of the current ste */
974 /* Stick for only searching the primary group for now. */
975 /* At least for now, we use a very simple random castout scheme */
976 /* Use the TB as a random number ; OR in 1 to avoid entry 0 */
978 rldic r11,r11,4,57 /* r11 = (r11 << 4) & 0x70 */
981 /* r10 currently points to an ste one past the group of interest */
982 /* make it point to the randomly selected entry */
984 or r10,r10,r11 /* r10 is the entry to invalidate */
986 isync /* mark the entry invalid */
988 rldicl r11,r11,56,1 /* clear the valid bit */
993 clrrdi r11,r11,28 /* Get the esid part of the ste */
996 2: std r9,8(r10) /* Store the vsid part of the ste */
999 mfspr r11,SPRN_DAR /* Get the new esid */
1000 clrrdi r11,r11,28 /* Permits a full 32b of ESID */
1001 ori r11,r11,0x90 /* Turn on valid and kp */
1002 std r11,0(r10) /* Put new entry back into the stab */
1006 /* All done -- return from exception. */
1007 lwz r9,PACA_EXSLB+EX_CCR(r13) /* get saved CR */
1008 ld r11,PACA_EXSLB+EX_SRR0(r13) /* get saved SRR0 */
1010 andi. r10,r12,MSR_RI
1013 mtcrf 0x80,r9 /* restore CR */
1021 ld r9,PACA_EXSLB+EX_R9(r13)
1022 ld r10,PACA_EXSLB+EX_R10(r13)
1023 ld r11,PACA_EXSLB+EX_R11(r13)
1024 ld r12,PACA_EXSLB+EX_R12(r13)
1025 ld r13,PACA_EXSLB+EX_R13(r13)
1027 b . /* prevent speculative execution */
1029 #if defined(CONFIG_PPC_PSERIES) || defined(CONFIG_PPC_POWERNV)
1031 * Data area reserved for FWNMI option.
1032 * This address (0x7000) is fixed by the RPA.
1035 .globl fwnmi_data_area
1038 /* pseries and powernv need to keep the whole page from
1039 * 0x7000 to 0x8000 free for use by the firmware
1042 #endif /* defined(CONFIG_PPC_PSERIES) || defined(CONFIG_PPC_POWERNV) */
1044 /* Space for CPU0's segment table */
1050 #ifdef CONFIG_PPC_POWERNV
1051 _GLOBAL(opal_mc_secondary_handler)
1057 std r3,PACA_OPAL_MC_EVT(r13)
1058 ld r13,OPAL_MC_SRR0(r3)
1060 ld r13,OPAL_MC_SRR1(r3)
1062 ld r3,OPAL_MC_GPR3(r3)
1064 b machine_check_pSeries
1065 #endif /* CONFIG_PPC_POWERNV */