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 - 0x17ff : pSeries Interrupt prologs
23 * 0x1800 - 0x4000 : interrupt support common interrupt prologs
24 * 0x4000 - 0x5fff : pSeries interrupts with IR=1,DR=1
25 * 0x6000 - 0x6fff : more interrupt support including for IR=1,DR=1
26 * 0x7000 - 0x7fff : FWNMI data area
27 * 0x8000 - 0x8fff : Initial (CPU0) segment table
28 * 0x9000 - : Early init and support code
30 /* Syscall routine is used twice, in reloc-off and reloc-on paths */
31 #define SYSCALL_PSERIES_1 \
35 END_FTR_SECTION_IFSET(CPU_FTR_REAL_LE) \
38 mfspr r11,SPRN_SRR0 ; \
41 #define SYSCALL_PSERIES_2_RFID \
42 mfspr r12,SPRN_SRR1 ; \
43 ld r10,PACAKBASE(r13) ; \
44 LOAD_HANDLER(r10, system_call_entry) ; \
45 mtspr SPRN_SRR0,r10 ; \
46 ld r10,PACAKMSR(r13) ; \
47 mtspr SPRN_SRR1,r10 ; \
49 b . ; /* prevent speculative execution */
51 #define SYSCALL_PSERIES_3 \
52 /* Fast LE/BE switch system call */ \
53 1: mfspr r12,SPRN_SRR1 ; \
54 xori r12,r12,MSR_LE ; \
55 mtspr SPRN_SRR1,r12 ; \
56 rfid ; /* return to userspace */ \
58 2: mfspr r12,SPRN_SRR1 ; \
59 andi. r12,r12,MSR_PR ; \
61 mtspr SPRN_SRR0,r3 ; \
62 mtspr SPRN_SRR1,r4 ; \
63 mtspr SPRN_SDR1,r5 ; \
65 b . ; /* prevent speculative execution */
67 #if defined(CONFIG_RELOCATABLE)
69 * We can't branch directly; in the direct case we use LR
70 * and system_call_entry restores LR. (We thus need to move
71 * LR to r10 in the RFID case too.)
73 #define SYSCALL_PSERIES_2_DIRECT \
75 ld r12,PACAKBASE(r13) ; \
76 LOAD_HANDLER(r12, system_call_entry_direct) ; \
78 mfspr r12,SPRN_SRR1 ; \
79 /* Re-use of r13... No spare regs to do this */ \
82 GET_PACA(r13) ; /* get r13 back */ \
85 /* We can branch directly */
86 #define SYSCALL_PSERIES_2_DIRECT \
87 mfspr r12,SPRN_SRR1 ; \
89 mtmsrd r10,1 ; /* Set RI (EE=0) */ \
90 b system_call_entry_direct ;
94 * This is the start of the interrupt handlers for pSeries
95 * This code runs with relocation off.
96 * Code from here to __end_interrupts gets copied down to real
97 * address 0x100 when we are running a relocatable kernel.
98 * Therefore any relative branches in this section must only
99 * branch to labels in this section.
102 .globl __start_interrupts
105 .globl system_reset_pSeries;
106 system_reset_pSeries:
107 HMT_MEDIUM_PPR_DISCARD
109 #ifdef CONFIG_PPC_P7_NAP
111 /* Running native on arch 2.06 or later, check if we are
112 * waking up from nap. We only handle no state loss and
113 * supervisor state loss. We do -not- handle hypervisor
114 * state loss at this time.
117 rlwinm. r13,r13,47-31,30,31
120 /* waking up from powersave (nap) state */
122 /* Total loss of HV state is fatal, we could try to use the
123 * PIR to locate a PACA, then use an emergency stack etc...
124 * but for now, let's just stay stuck here
129 #ifdef CONFIG_KVM_BOOK3S_64_HV
130 li r0,KVM_HWTHREAD_IN_KERNEL
131 stb r0,HSTATE_HWTHREAD_STATE(r13)
132 /* Order setting hwthread_state vs. testing hwthread_req */
134 lbz r0,HSTATE_HWTHREAD_REQ(r13)
142 b .power7_wakeup_noloss
143 2: b .power7_wakeup_loss
145 END_FTR_SECTION_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
146 #endif /* CONFIG_PPC_P7_NAP */
147 EXCEPTION_PROLOG_PSERIES(PACA_EXGEN, system_reset_common, EXC_STD,
151 machine_check_pSeries_1:
152 /* This is moved out of line as it can be patched by FW, but
153 * some code path might still want to branch into the original
156 HMT_MEDIUM_PPR_DISCARD
157 SET_SCRATCH0(r13) /* save r13 */
158 EXCEPTION_PROLOG_0(PACA_EXMC)
159 b machine_check_pSeries_0
162 .globl data_access_pSeries
164 HMT_MEDIUM_PPR_DISCARD
167 b data_access_check_stab
168 data_access_not_stab:
169 END_MMU_FTR_SECTION_IFCLR(MMU_FTR_SLB)
170 EXCEPTION_PROLOG_PSERIES(PACA_EXGEN, data_access_common, EXC_STD,
174 .globl data_access_slb_pSeries
175 data_access_slb_pSeries:
176 HMT_MEDIUM_PPR_DISCARD
178 EXCEPTION_PROLOG_0(PACA_EXSLB)
179 EXCEPTION_PROLOG_1(PACA_EXSLB, KVMTEST, 0x380)
180 std r3,PACA_EXSLB+EX_R3(r13)
183 /* Keep that around for when we re-implement dynamic VSIDs */
185 bge slb_miss_user_pseries
186 #endif /* __DISABLED__ */
188 #ifndef CONFIG_RELOCATABLE
192 * We can't just use a direct branch to .slb_miss_realmode
193 * because the distance from here to there depends on where
194 * the kernel ends up being put.
197 ld r10,PACAKBASE(r13)
198 LOAD_HANDLER(r10, .slb_miss_realmode)
203 STD_EXCEPTION_PSERIES(0x400, 0x400, instruction_access)
206 .globl instruction_access_slb_pSeries
207 instruction_access_slb_pSeries:
208 HMT_MEDIUM_PPR_DISCARD
210 EXCEPTION_PROLOG_0(PACA_EXSLB)
211 EXCEPTION_PROLOG_1(PACA_EXSLB, KVMTEST_PR, 0x480)
212 std r3,PACA_EXSLB+EX_R3(r13)
213 mfspr r3,SPRN_SRR0 /* SRR0 is faulting address */
215 /* Keep that around for when we re-implement dynamic VSIDs */
217 bge slb_miss_user_pseries
218 #endif /* __DISABLED__ */
220 #ifndef CONFIG_RELOCATABLE
224 ld r10,PACAKBASE(r13)
225 LOAD_HANDLER(r10, .slb_miss_realmode)
230 /* We open code these as we can't have a ". = x" (even with
231 * x = "." within a feature section
234 .globl hardware_interrupt_pSeries;
235 .globl hardware_interrupt_hv;
236 hardware_interrupt_pSeries:
237 hardware_interrupt_hv:
238 HMT_MEDIUM_PPR_DISCARD
240 _MASKABLE_EXCEPTION_PSERIES(0x502, hardware_interrupt,
241 EXC_HV, SOFTEN_TEST_HV)
242 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0x502)
244 _MASKABLE_EXCEPTION_PSERIES(0x500, hardware_interrupt,
245 EXC_STD, SOFTEN_TEST_HV_201)
246 KVM_HANDLER(PACA_EXGEN, EXC_STD, 0x500)
247 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206)
249 STD_EXCEPTION_PSERIES(0x600, 0x600, alignment)
250 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x600)
252 STD_EXCEPTION_PSERIES(0x700, 0x700, program_check)
253 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x700)
255 STD_EXCEPTION_PSERIES(0x800, 0x800, fp_unavailable)
256 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x800)
259 .globl decrementer_pSeries
261 _MASKABLE_EXCEPTION_PSERIES(0x900, decrementer, EXC_STD, SOFTEN_TEST_PR)
263 STD_EXCEPTION_HV(0x980, 0x982, hdecrementer)
265 MASKABLE_EXCEPTION_PSERIES(0xa00, 0xa00, doorbell_super)
266 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xa00)
268 STD_EXCEPTION_PSERIES(0xb00, 0xb00, trap_0b)
269 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xb00)
272 .globl system_call_pSeries
275 #ifdef CONFIG_KVM_BOOK3S_64_HANDLER
278 std r9,PACA_EXGEN+EX_R9(r13)
279 std r10,PACA_EXGEN+EX_R10(r13)
285 SYSCALL_PSERIES_2_RFID
287 KVM_HANDLER(PACA_EXGEN, EXC_STD, 0xc00)
289 STD_EXCEPTION_PSERIES(0xd00, 0xd00, single_step)
290 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xd00)
292 /* At 0xe??? we have a bunch of hypervisor exceptions, we branch
293 * out of line to handle them
296 hv_data_storage_trampoline:
298 EXCEPTION_PROLOG_0(PACA_EXGEN)
302 hv_instr_storage_trampoline:
304 EXCEPTION_PROLOG_0(PACA_EXGEN)
308 emulation_assist_trampoline:
310 EXCEPTION_PROLOG_0(PACA_EXGEN)
311 b emulation_assist_hv
314 hv_exception_trampoline:
316 EXCEPTION_PROLOG_0(PACA_EXGEN)
320 hv_doorbell_trampoline:
322 EXCEPTION_PROLOG_0(PACA_EXGEN)
325 /* We need to deal with the Altivec unavailable exception
326 * here which is at 0xf20, thus in the middle of the
327 * prolog code of the PerformanceMonitor one. A little
328 * trickery is thus necessary
331 performance_monitor_pseries_trampoline:
333 EXCEPTION_PROLOG_0(PACA_EXGEN)
334 b performance_monitor_pSeries
337 altivec_unavailable_pseries_trampoline:
339 EXCEPTION_PROLOG_0(PACA_EXGEN)
340 b altivec_unavailable_pSeries
343 vsx_unavailable_pseries_trampoline:
345 EXCEPTION_PROLOG_0(PACA_EXGEN)
346 b vsx_unavailable_pSeries
349 facility_unavailable_trampoline:
351 EXCEPTION_PROLOG_0(PACA_EXGEN)
352 b facility_unavailable_pSeries
355 hv_facility_unavailable_trampoline:
357 EXCEPTION_PROLOG_0(PACA_EXGEN)
358 b facility_unavailable_hv
360 #ifdef CONFIG_CBE_RAS
361 STD_EXCEPTION_HV(0x1200, 0x1202, cbe_system_error)
362 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1202)
363 #endif /* CONFIG_CBE_RAS */
365 STD_EXCEPTION_PSERIES(0x1300, 0x1300, instruction_breakpoint)
366 KVM_HANDLER_PR_SKIP(PACA_EXGEN, EXC_STD, 0x1300)
369 .global denorm_exception_hv
371 HMT_MEDIUM_PPR_DISCARD
372 mtspr SPRN_SPRG_HSCRATCH0,r13
373 EXCEPTION_PROLOG_0(PACA_EXGEN)
374 EXCEPTION_PROLOG_1(PACA_EXGEN, NOTEST, 0x1500)
376 #ifdef CONFIG_PPC_DENORMALISATION
378 mfspr r11,SPRN_HSRR0 /* save HSRR0 */
379 andis. r10,r10,(HSRR1_DENORM)@h /* denorm? */
380 addi r11,r11,-4 /* HSRR0 is next instruction */
385 EXCEPTION_PROLOG_PSERIES_1(denorm_common, EXC_HV)
386 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_STD, 0x1500)
388 #ifdef CONFIG_CBE_RAS
389 STD_EXCEPTION_HV(0x1600, 0x1602, cbe_maintenance)
390 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1602)
391 #endif /* CONFIG_CBE_RAS */
393 STD_EXCEPTION_PSERIES(0x1700, 0x1700, altivec_assist)
394 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x1700)
396 #ifdef CONFIG_CBE_RAS
397 STD_EXCEPTION_HV(0x1800, 0x1802, cbe_thermal)
398 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1802)
401 #endif /* CONFIG_CBE_RAS */
404 /*** Out of line interrupts support ***/
407 /* moved from 0x200 */
408 machine_check_pSeries:
409 .globl machine_check_fwnmi
411 HMT_MEDIUM_PPR_DISCARD
412 SET_SCRATCH0(r13) /* save r13 */
413 EXCEPTION_PROLOG_0(PACA_EXMC)
414 machine_check_pSeries_0:
415 EXCEPTION_PROLOG_1(PACA_EXMC, KVMTEST, 0x200)
416 EXCEPTION_PROLOG_PSERIES_1(machine_check_common, EXC_STD)
417 KVM_HANDLER_SKIP(PACA_EXMC, EXC_STD, 0x200)
419 /* moved from 0x300 */
420 data_access_check_stab:
422 std r9,PACA_EXSLB+EX_R9(r13)
423 std r10,PACA_EXSLB+EX_R10(r13)
427 rlwimi r10,r9,16,0x20
428 #ifdef CONFIG_KVM_BOOK3S_PR
429 lbz r9,HSTATE_IN_GUEST(r13)
430 rlwimi r10,r9,8,0x300
434 beq do_stab_bolted_pSeries
436 ld r9,PACA_EXSLB+EX_R9(r13)
437 ld r10,PACA_EXSLB+EX_R10(r13)
438 b data_access_not_stab
439 do_stab_bolted_pSeries:
440 std r11,PACA_EXSLB+EX_R11(r13)
441 std r12,PACA_EXSLB+EX_R12(r13)
443 std r10,PACA_EXSLB+EX_R13(r13)
444 EXCEPTION_PROLOG_PSERIES_1(.do_stab_bolted, EXC_STD)
446 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_STD, 0x300)
447 KVM_HANDLER_SKIP(PACA_EXSLB, EXC_STD, 0x380)
448 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x400)
449 KVM_HANDLER_PR(PACA_EXSLB, EXC_STD, 0x480)
450 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x900)
451 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0x982)
453 #ifdef CONFIG_PPC_DENORMALISATION
457 * To denormalise we need to move a copy of the register to itself.
458 * For POWER6 do that here for all FP regs.
461 ori r10,r10,(MSR_FP|MSR_FE0|MSR_FE1)
462 xori r10,r10,(MSR_FE0|MSR_FE1)
466 #define FMR2(n) fmr (n), (n) ; fmr n+1, n+1
467 #define FMR4(n) FMR2(n) ; FMR2(n+2)
468 #define FMR8(n) FMR4(n) ; FMR4(n+4)
469 #define FMR16(n) FMR8(n) ; FMR8(n+8)
470 #define FMR32(n) FMR16(n) ; FMR16(n+16)
475 * To denormalise we need to move a copy of the register to itself.
476 * For POWER7 do that here for the first 32 VSX registers only.
479 oris r10,r10,MSR_VSX@h
483 #define XVCPSGNDP2(n) XVCPSGNDP(n,n,n) ; XVCPSGNDP(n+1,n+1,n+1)
484 #define XVCPSGNDP4(n) XVCPSGNDP2(n) ; XVCPSGNDP2(n+2)
485 #define XVCPSGNDP8(n) XVCPSGNDP4(n) ; XVCPSGNDP4(n+4)
486 #define XVCPSGNDP16(n) XVCPSGNDP8(n) ; XVCPSGNDP8(n+8)
487 #define XVCPSGNDP32(n) XVCPSGNDP16(n) ; XVCPSGNDP16(n+16)
490 ALT_FTR_SECTION_END_IFCLR(CPU_FTR_ARCH_206)
494 END_FTR_SECTION_IFCLR(CPU_FTR_ARCH_207S)
496 * To denormalise we need to move a copy of the register to itself.
497 * For POWER8 we need to do that for all 64 VSX registers
503 ld r9,PACA_EXGEN+EX_R9(r13)
504 RESTORE_PPR_PACA(PACA_EXGEN, r10)
506 ld r10,PACA_EXGEN+EX_CFAR(r13)
508 END_FTR_SECTION_IFSET(CPU_FTR_CFAR)
509 ld r10,PACA_EXGEN+EX_R10(r13)
510 ld r11,PACA_EXGEN+EX_R11(r13)
511 ld r12,PACA_EXGEN+EX_R12(r13)
512 ld r13,PACA_EXGEN+EX_R13(r13)
518 /* moved from 0xe00 */
519 STD_EXCEPTION_HV_OOL(0xe02, h_data_storage)
520 KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0xe02)
521 STD_EXCEPTION_HV_OOL(0xe22, h_instr_storage)
522 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe22)
523 STD_EXCEPTION_HV_OOL(0xe42, emulation_assist)
524 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe42)
525 STD_EXCEPTION_HV_OOL(0xe62, hmi_exception) /* need to flush cache ? */
526 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe62)
527 MASKABLE_EXCEPTION_HV_OOL(0xe82, h_doorbell)
528 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xe82)
530 /* moved from 0xf00 */
531 STD_EXCEPTION_PSERIES_OOL(0xf00, performance_monitor)
532 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xf00)
533 STD_EXCEPTION_PSERIES_OOL(0xf20, altivec_unavailable)
534 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xf20)
535 STD_EXCEPTION_PSERIES_OOL(0xf40, vsx_unavailable)
536 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xf40)
537 STD_EXCEPTION_PSERIES_OOL(0xf60, facility_unavailable)
538 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0xf60)
539 STD_EXCEPTION_HV_OOL(0xf82, facility_unavailable)
540 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0xf82)
543 * An interrupt came in while soft-disabled. We set paca->irq_happened, then:
544 * - If it was a decrementer interrupt, we bump the dec to max and and return.
545 * - If it was a doorbell we return immediately since doorbells are edge
546 * triggered and won't automatically refire.
547 * - else we hard disable and return.
548 * This is called with r10 containing the value to OR to the paca field.
550 #define MASKED_INTERRUPT(_H) \
551 masked_##_H##interrupt: \
552 std r11,PACA_EXGEN+EX_R11(r13); \
553 lbz r11,PACAIRQHAPPENED(r13); \
555 stb r11,PACAIRQHAPPENED(r13); \
556 cmpwi r10,PACA_IRQ_DEC; \
559 ori r10,r10,0xffff; \
560 mtspr SPRN_DEC,r10; \
562 1: cmpwi r10,PACA_IRQ_DBELL; \
564 mfspr r10,SPRN_##_H##SRR1; \
565 rldicl r10,r10,48,1; /* clear MSR_EE */ \
567 mtspr SPRN_##_H##SRR1,r10; \
569 ld r9,PACA_EXGEN+EX_R9(r13); \
570 ld r10,PACA_EXGEN+EX_R10(r13); \
571 ld r11,PACA_EXGEN+EX_R11(r13); \
580 * Called from arch_local_irq_enable when an interrupt needs
581 * to be resent. r3 contains 0x500, 0x900, 0xa00 or 0xe80 to indicate
582 * which kind of interrupt. MSR:EE is already off. We generate a
583 * stackframe like if a real interrupt had happened.
585 * Note: While MSR:EE is off, we need to make sure that _MSR
586 * in the generated frame has EE set to 1 or the exception
587 * handler will not properly re-enable them.
589 _GLOBAL(__replay_interrupt)
590 /* We are going to jump to the exception common code which
591 * will retrieve various register values from the PACA which
592 * we don't give a damn about, so we don't bother storing them.
599 beq decrementer_common
601 beq hardware_interrupt_common
604 beq h_doorbell_common
607 beq doorbell_super_common
608 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE)
611 #ifdef CONFIG_PPC_PSERIES
613 * Vectors for the FWNMI option. Share common code.
615 .globl system_reset_fwnmi
618 HMT_MEDIUM_PPR_DISCARD
619 SET_SCRATCH0(r13) /* save r13 */
620 EXCEPTION_PROLOG_PSERIES(PACA_EXGEN, system_reset_common, EXC_STD,
623 #endif /* CONFIG_PPC_PSERIES */
627 * This is used for when the SLB miss handler has to go virtual,
628 * which doesn't happen for now anymore but will once we re-implement
629 * dynamic VSIDs for shared page tables
631 slb_miss_user_pseries:
632 std r10,PACA_EXGEN+EX_R10(r13)
633 std r11,PACA_EXGEN+EX_R11(r13)
634 std r12,PACA_EXGEN+EX_R12(r13)
636 ld r11,PACA_EXSLB+EX_R9(r13)
637 ld r12,PACA_EXSLB+EX_R3(r13)
638 std r10,PACA_EXGEN+EX_R13(r13)
639 std r11,PACA_EXGEN+EX_R9(r13)
640 std r12,PACA_EXGEN+EX_R3(r13)
643 mfspr r11,SRR0 /* save SRR0 */
644 ori r12,r12,slb_miss_user_common@l /* virt addr of handler */
645 ori r10,r10,MSR_IR|MSR_DR|MSR_RI
647 mfspr r12,SRR1 /* and SRR1 */
650 b . /* prevent spec. execution */
651 #endif /* __DISABLED__ */
654 * Code from here down to __end_handlers is invoked from the
655 * exception prologs above. Because the prologs assemble the
656 * addresses of these handlers using the LOAD_HANDLER macro,
657 * which uses an ori instruction, these handlers must be in
658 * the first 64k of the kernel image.
661 /*** Common interrupt handlers ***/
663 STD_EXCEPTION_COMMON(0x100, system_reset, .system_reset_exception)
666 * Machine check is different because we use a different
667 * save area: PACA_EXMC instead of PACA_EXGEN.
670 .globl machine_check_common
671 machine_check_common:
674 std r10,PACA_EXGEN+EX_DAR(r13)
676 stw r10,PACA_EXGEN+EX_DSISR(r13)
677 EXCEPTION_PROLOG_COMMON(0x200, PACA_EXMC)
680 ld r3,PACA_EXGEN+EX_DAR(r13)
681 lwz r4,PACA_EXGEN+EX_DSISR(r13)
685 addi r3,r1,STACK_FRAME_OVERHEAD
686 bl .machine_check_exception
689 STD_EXCEPTION_COMMON_ASYNC(0x500, hardware_interrupt, do_IRQ)
690 STD_EXCEPTION_COMMON_ASYNC(0x900, decrementer, .timer_interrupt)
691 STD_EXCEPTION_COMMON(0x980, hdecrementer, .hdec_interrupt)
692 #ifdef CONFIG_PPC_DOORBELL
693 STD_EXCEPTION_COMMON_ASYNC(0xa00, doorbell_super, .doorbell_exception)
695 STD_EXCEPTION_COMMON_ASYNC(0xa00, doorbell_super, .unknown_exception)
697 STD_EXCEPTION_COMMON(0xb00, trap_0b, .unknown_exception)
698 STD_EXCEPTION_COMMON(0xd00, single_step, .single_step_exception)
699 STD_EXCEPTION_COMMON(0xe00, trap_0e, .unknown_exception)
700 STD_EXCEPTION_COMMON(0xe40, emulation_assist, .emulation_assist_interrupt)
701 STD_EXCEPTION_COMMON(0xe60, hmi_exception, .unknown_exception)
702 #ifdef CONFIG_PPC_DOORBELL
703 STD_EXCEPTION_COMMON_ASYNC(0xe80, h_doorbell, .doorbell_exception)
705 STD_EXCEPTION_COMMON_ASYNC(0xe80, h_doorbell, .unknown_exception)
707 STD_EXCEPTION_COMMON_ASYNC(0xf00, performance_monitor, .performance_monitor_exception)
708 STD_EXCEPTION_COMMON(0x1300, instruction_breakpoint, .instruction_breakpoint_exception)
709 STD_EXCEPTION_COMMON(0x1502, denorm, .unknown_exception)
710 #ifdef CONFIG_ALTIVEC
711 STD_EXCEPTION_COMMON(0x1700, altivec_assist, .altivec_assist_exception)
713 STD_EXCEPTION_COMMON(0x1700, altivec_assist, .unknown_exception)
715 #ifdef CONFIG_CBE_RAS
716 STD_EXCEPTION_COMMON(0x1200, cbe_system_error, .cbe_system_error_exception)
717 STD_EXCEPTION_COMMON(0x1600, cbe_maintenance, .cbe_maintenance_exception)
718 STD_EXCEPTION_COMMON(0x1800, cbe_thermal, .cbe_thermal_exception)
719 #endif /* CONFIG_CBE_RAS */
722 * Relocation-on interrupts: A subset of the interrupts can be delivered
723 * with IR=1/DR=1, if AIL==2 and MSR.HV won't be changed by delivering
724 * it. Addresses are the same as the original interrupt addresses, but
725 * offset by 0xc000000000004000.
726 * It's impossible to receive interrupts below 0x300 via this mechanism.
727 * KVM: None of these traps are from the guest ; anything that escalated
728 * to HV=1 from HV=0 is delivered via real mode handlers.
732 * This uses the standard macro, since the original 0x300 vector
733 * only has extra guff for STAB-based processors -- which never
736 STD_RELON_EXCEPTION_PSERIES(0x4300, 0x300, data_access)
738 .globl data_access_slb_relon_pSeries
739 data_access_slb_relon_pSeries:
741 EXCEPTION_PROLOG_0(PACA_EXSLB)
742 EXCEPTION_PROLOG_1(PACA_EXSLB, NOTEST, 0x380)
743 std r3,PACA_EXSLB+EX_R3(r13)
746 #ifndef CONFIG_RELOCATABLE
750 * We can't just use a direct branch to .slb_miss_realmode
751 * because the distance from here to there depends on where
752 * the kernel ends up being put.
755 ld r10,PACAKBASE(r13)
756 LOAD_HANDLER(r10, .slb_miss_realmode)
761 STD_RELON_EXCEPTION_PSERIES(0x4400, 0x400, instruction_access)
763 .globl instruction_access_slb_relon_pSeries
764 instruction_access_slb_relon_pSeries:
766 EXCEPTION_PROLOG_0(PACA_EXSLB)
767 EXCEPTION_PROLOG_1(PACA_EXSLB, NOTEST, 0x480)
768 std r3,PACA_EXSLB+EX_R3(r13)
769 mfspr r3,SPRN_SRR0 /* SRR0 is faulting address */
771 #ifndef CONFIG_RELOCATABLE
775 ld r10,PACAKBASE(r13)
776 LOAD_HANDLER(r10, .slb_miss_realmode)
782 .globl hardware_interrupt_relon_pSeries;
783 .globl hardware_interrupt_relon_hv;
784 hardware_interrupt_relon_pSeries:
785 hardware_interrupt_relon_hv:
787 _MASKABLE_RELON_EXCEPTION_PSERIES(0x502, hardware_interrupt, EXC_HV, SOFTEN_TEST_HV)
789 _MASKABLE_RELON_EXCEPTION_PSERIES(0x500, hardware_interrupt, EXC_STD, SOFTEN_TEST_PR)
790 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE)
791 STD_RELON_EXCEPTION_PSERIES(0x4600, 0x600, alignment)
792 STD_RELON_EXCEPTION_PSERIES(0x4700, 0x700, program_check)
793 STD_RELON_EXCEPTION_PSERIES(0x4800, 0x800, fp_unavailable)
794 MASKABLE_RELON_EXCEPTION_PSERIES(0x4900, 0x900, decrementer)
795 STD_RELON_EXCEPTION_HV(0x4980, 0x982, hdecrementer)
796 MASKABLE_RELON_EXCEPTION_PSERIES(0x4a00, 0xa00, doorbell_super)
797 STD_RELON_EXCEPTION_PSERIES(0x4b00, 0xb00, trap_0b)
800 .globl system_call_relon_pSeries
801 system_call_relon_pSeries:
804 SYSCALL_PSERIES_2_DIRECT
807 STD_RELON_EXCEPTION_PSERIES(0x4d00, 0xd00, single_step)
810 b . /* Can't happen, see v2.07 Book III-S section 6.5 */
813 b . /* Can't happen, see v2.07 Book III-S section 6.5 */
816 emulation_assist_relon_trampoline:
818 EXCEPTION_PROLOG_0(PACA_EXGEN)
819 b emulation_assist_relon_hv
822 b . /* Can't happen, see v2.07 Book III-S section 6.5 */
825 h_doorbell_relon_trampoline:
827 EXCEPTION_PROLOG_0(PACA_EXGEN)
828 b h_doorbell_relon_hv
831 performance_monitor_relon_pseries_trampoline:
833 EXCEPTION_PROLOG_0(PACA_EXGEN)
834 b performance_monitor_relon_pSeries
837 altivec_unavailable_relon_pseries_trampoline:
839 EXCEPTION_PROLOG_0(PACA_EXGEN)
840 b altivec_unavailable_relon_pSeries
843 vsx_unavailable_relon_pseries_trampoline:
845 EXCEPTION_PROLOG_0(PACA_EXGEN)
846 b vsx_unavailable_relon_pSeries
849 facility_unavailable_relon_trampoline:
851 EXCEPTION_PROLOG_0(PACA_EXGEN)
852 b facility_unavailable_relon_pSeries
855 hv_facility_unavailable_relon_trampoline:
857 EXCEPTION_PROLOG_0(PACA_EXGEN)
858 b hv_facility_unavailable_relon_hv
860 STD_RELON_EXCEPTION_PSERIES(0x5300, 0x1300, instruction_breakpoint)
861 #ifdef CONFIG_PPC_DENORMALISATION
863 b denorm_exception_hv
865 STD_RELON_EXCEPTION_PSERIES(0x5700, 0x1700, altivec_assist)
867 /* Other future vectors */
869 .globl __end_interrupts
873 system_call_entry_direct:
874 #if defined(CONFIG_RELOCATABLE)
875 /* The first level prologue may have used LR to get here, saving
876 * orig in r10. To save hacking/ifdeffing common code, restore here.
883 ppc64_runlatch_on_trampoline:
884 b .__ppc64_runlatch_on
887 * Here we have detected that the kernel stack pointer is bad.
888 * R9 contains the saved CR, r13 points to the paca,
889 * r10 contains the (bad) kernel stack pointer,
890 * r11 and r12 contain the saved SRR0 and SRR1.
891 * We switch to using an emergency stack, save the registers there,
892 * and call kernel_bad_stack(), which panics.
895 ld r1,PACAEMERGSP(r13)
896 subi r1,r1,64+INT_FRAME_SIZE
928 std r10,ORIG_GPR3(r1)
929 END_FTR_SECTION_IFSET(CPU_FTR_CFAR)
932 lhz r12,PACA_TRAP_SAVE(r13)
934 addi r11,r1,INT_FRAME_SIZE
939 ld r11,exception_marker@toc(r2)
941 std r11,STACK_FRAME_OVERHEAD-16(r1)
942 1: addi r3,r1,STACK_FRAME_OVERHEAD
947 * Here r13 points to the paca, r9 contains the saved CR,
948 * SRR0 and SRR1 are saved in r11 and r12,
949 * r9 - r13 are saved in paca->exgen.
952 .globl data_access_common
955 std r10,PACA_EXGEN+EX_DAR(r13)
957 stw r10,PACA_EXGEN+EX_DSISR(r13)
958 EXCEPTION_PROLOG_COMMON(0x300, PACA_EXGEN)
961 ld r3,PACA_EXGEN+EX_DAR(r13)
962 lwz r4,PACA_EXGEN+EX_DSISR(r13)
964 b .do_hash_page /* Try to handle as hpte fault */
967 .globl h_data_storage_common
968 h_data_storage_common:
970 std r10,PACA_EXGEN+EX_DAR(r13)
971 mfspr r10,SPRN_HDSISR
972 stw r10,PACA_EXGEN+EX_DSISR(r13)
973 EXCEPTION_PROLOG_COMMON(0xe00, PACA_EXGEN)
976 addi r3,r1,STACK_FRAME_OVERHEAD
977 bl .unknown_exception
981 .globl instruction_access_common
982 instruction_access_common:
983 EXCEPTION_PROLOG_COMMON(0x400, PACA_EXGEN)
989 b .do_hash_page /* Try to handle as hpte fault */
991 STD_EXCEPTION_COMMON(0xe20, h_instr_storage, .unknown_exception)
994 * Here is the common SLB miss user that is used when going to virtual
995 * mode for SLB misses, that is currently not used
999 .globl slb_miss_user_common
1000 slb_miss_user_common:
1002 std r3,PACA_EXGEN+EX_DAR(r13)
1003 stw r9,PACA_EXGEN+EX_CCR(r13)
1004 std r10,PACA_EXGEN+EX_LR(r13)
1005 std r11,PACA_EXGEN+EX_SRR0(r13)
1006 bl .slb_allocate_user
1008 ld r10,PACA_EXGEN+EX_LR(r13)
1009 ld r3,PACA_EXGEN+EX_R3(r13)
1010 lwz r9,PACA_EXGEN+EX_CCR(r13)
1011 ld r11,PACA_EXGEN+EX_SRR0(r13)
1015 andi. r10,r12,MSR_RI /* check for unrecoverable exception */
1016 beq- unrecov_user_slb
1024 clrrdi r10,r10,2 /* clear RI before setting SRR0/1 */
1030 ld r9,PACA_EXGEN+EX_R9(r13)
1031 ld r10,PACA_EXGEN+EX_R10(r13)
1032 ld r11,PACA_EXGEN+EX_R11(r13)
1033 ld r12,PACA_EXGEN+EX_R12(r13)
1034 ld r13,PACA_EXGEN+EX_R13(r13)
1039 EXCEPTION_PROLOG_COMMON(0x380, PACA_EXGEN)
1040 ld r4,PACA_EXGEN+EX_DAR(r13)
1047 EXCEPTION_PROLOG_COMMON(0x4200, PACA_EXGEN)
1050 1: addi r3,r1,STACK_FRAME_OVERHEAD
1051 bl .unrecoverable_exception
1054 #endif /* __DISABLED__ */
1058 .globl alignment_common
1061 std r10,PACA_EXGEN+EX_DAR(r13)
1062 mfspr r10,SPRN_DSISR
1063 stw r10,PACA_EXGEN+EX_DSISR(r13)
1064 EXCEPTION_PROLOG_COMMON(0x600, PACA_EXGEN)
1065 ld r3,PACA_EXGEN+EX_DAR(r13)
1066 lwz r4,PACA_EXGEN+EX_DSISR(r13)
1071 addi r3,r1,STACK_FRAME_OVERHEAD
1072 bl .alignment_exception
1076 .globl program_check_common
1077 program_check_common:
1078 EXCEPTION_PROLOG_COMMON(0x700, PACA_EXGEN)
1081 addi r3,r1,STACK_FRAME_OVERHEAD
1082 bl .program_check_exception
1086 .globl fp_unavailable_common
1087 fp_unavailable_common:
1088 EXCEPTION_PROLOG_COMMON(0x800, PACA_EXGEN)
1089 bne 1f /* if from user, just load it up */
1092 addi r3,r1,STACK_FRAME_OVERHEAD
1093 bl .kernel_fp_unavailable_exception
1096 #ifdef CONFIG_PPC_TRANSACTIONAL_MEM
1098 /* Test if 2 TM state bits are zero. If non-zero (ie. userspace was in
1099 * transaction), go do TM stuff
1101 rldicl. r0, r12, (64-MSR_TS_LG), (64-2)
1103 END_FTR_SECTION_IFSET(CPU_FTR_TM)
1106 b fast_exception_return
1107 #ifdef CONFIG_PPC_TRANSACTIONAL_MEM
1108 2: /* User process was in a transaction */
1111 addi r3,r1,STACK_FRAME_OVERHEAD
1112 bl .fp_unavailable_tm
1116 .globl altivec_unavailable_common
1117 altivec_unavailable_common:
1118 EXCEPTION_PROLOG_COMMON(0xf20, PACA_EXGEN)
1119 #ifdef CONFIG_ALTIVEC
1122 #ifdef CONFIG_PPC_TRANSACTIONAL_MEM
1123 BEGIN_FTR_SECTION_NESTED(69)
1124 /* Test if 2 TM state bits are zero. If non-zero (ie. userspace was in
1125 * transaction), go do TM stuff
1127 rldicl. r0, r12, (64-MSR_TS_LG), (64-2)
1129 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69)
1132 b fast_exception_return
1133 #ifdef CONFIG_PPC_TRANSACTIONAL_MEM
1134 2: /* User process was in a transaction */
1137 addi r3,r1,STACK_FRAME_OVERHEAD
1138 bl .altivec_unavailable_tm
1142 END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
1146 addi r3,r1,STACK_FRAME_OVERHEAD
1147 bl .altivec_unavailable_exception
1151 .globl vsx_unavailable_common
1152 vsx_unavailable_common:
1153 EXCEPTION_PROLOG_COMMON(0xf40, PACA_EXGEN)
1157 #ifdef CONFIG_PPC_TRANSACTIONAL_MEM
1158 BEGIN_FTR_SECTION_NESTED(69)
1159 /* Test if 2 TM state bits are zero. If non-zero (ie. userspace was in
1160 * transaction), go do TM stuff
1162 rldicl. r0, r12, (64-MSR_TS_LG), (64-2)
1164 END_FTR_SECTION_NESTED(CPU_FTR_TM, CPU_FTR_TM, 69)
1167 #ifdef CONFIG_PPC_TRANSACTIONAL_MEM
1168 2: /* User process was in a transaction */
1171 addi r3,r1,STACK_FRAME_OVERHEAD
1172 bl .vsx_unavailable_tm
1176 END_FTR_SECTION_IFSET(CPU_FTR_VSX)
1180 addi r3,r1,STACK_FRAME_OVERHEAD
1181 bl .vsx_unavailable_exception
1184 STD_EXCEPTION_COMMON(0xf60, facility_unavailable, .facility_unavailable_exception)
1185 STD_EXCEPTION_COMMON(0xf80, hv_facility_unavailable, .facility_unavailable_exception)
1188 .globl __end_handlers
1191 /* Equivalents to the above handlers for relocation-on interrupt vectors */
1192 STD_RELON_EXCEPTION_HV_OOL(0xe40, emulation_assist)
1193 MASKABLE_RELON_EXCEPTION_HV_OOL(0xe80, h_doorbell)
1195 STD_RELON_EXCEPTION_PSERIES_OOL(0xf00, performance_monitor)
1196 STD_RELON_EXCEPTION_PSERIES_OOL(0xf20, altivec_unavailable)
1197 STD_RELON_EXCEPTION_PSERIES_OOL(0xf40, vsx_unavailable)
1198 STD_RELON_EXCEPTION_PSERIES_OOL(0xf60, facility_unavailable)
1199 STD_RELON_EXCEPTION_HV_OOL(0xf80, hv_facility_unavailable)
1201 #if defined(CONFIG_PPC_PSERIES) || defined(CONFIG_PPC_POWERNV)
1203 * Data area reserved for FWNMI option.
1204 * This address (0x7000) is fixed by the RPA.
1207 .globl fwnmi_data_area
1210 /* pseries and powernv need to keep the whole page from
1211 * 0x7000 to 0x8000 free for use by the firmware
1214 #endif /* defined(CONFIG_PPC_PSERIES) || defined(CONFIG_PPC_POWERNV) */
1216 /* Space for CPU0's segment table */
1222 #ifdef CONFIG_PPC_POWERNV
1223 _GLOBAL(opal_mc_secondary_handler)
1224 HMT_MEDIUM_PPR_DISCARD
1229 std r3,PACA_OPAL_MC_EVT(r13)
1230 ld r13,OPAL_MC_SRR0(r3)
1232 ld r13,OPAL_MC_SRR1(r3)
1234 ld r3,OPAL_MC_GPR3(r3)
1236 b machine_check_pSeries
1237 #endif /* CONFIG_PPC_POWERNV */
1241 * r13 points to the PACA, r9 contains the saved CR,
1242 * r12 contain the saved SRR1, SRR0 is still ready for return
1243 * r3 has the faulting address
1244 * r9 - r13 are saved in paca->exslb.
1245 * r3 is saved in paca->slb_r3
1246 * We assume we aren't going to take any exceptions during this procedure.
1248 _GLOBAL(slb_miss_realmode)
1250 #ifdef CONFIG_RELOCATABLE
1254 stw r9,PACA_EXSLB+EX_CCR(r13) /* save CR in exc. frame */
1255 std r10,PACA_EXSLB+EX_LR(r13) /* save LR */
1257 bl .slb_allocate_realmode
1259 /* All done -- return from exception. */
1261 ld r10,PACA_EXSLB+EX_LR(r13)
1262 ld r3,PACA_EXSLB+EX_R3(r13)
1263 lwz r9,PACA_EXSLB+EX_CCR(r13) /* get saved CR */
1267 andi. r10,r12,MSR_RI /* check for unrecoverable exception */
1273 mtcrf 0x01,r9 /* slb_allocate uses cr0 and cr7 */
1276 RESTORE_PPR_PACA(PACA_EXSLB, r9)
1277 ld r9,PACA_EXSLB+EX_R9(r13)
1278 ld r10,PACA_EXSLB+EX_R10(r13)
1279 ld r11,PACA_EXSLB+EX_R11(r13)
1280 ld r12,PACA_EXSLB+EX_R12(r13)
1281 ld r13,PACA_EXSLB+EX_R13(r13)
1283 b . /* prevent speculative execution */
1285 2: mfspr r11,SPRN_SRR0
1286 ld r10,PACAKBASE(r13)
1287 LOAD_HANDLER(r10,unrecov_slb)
1289 ld r10,PACAKMSR(r13)
1295 EXCEPTION_PROLOG_COMMON(0x4100, PACA_EXSLB)
1298 1: addi r3,r1,STACK_FRAME_OVERHEAD
1299 bl .unrecoverable_exception
1303 #ifdef CONFIG_PPC_970_NAP
1306 std r9,TI_LOCAL_FLAGS(r11)
1307 ld r10,_LINK(r1) /* make idle task do the */
1308 std r10,_NIP(r1) /* equivalent of a blr */
1316 _STATIC(do_hash_page)
1320 andis. r0,r4,0xa410 /* weird error? */
1321 bne- handle_page_fault /* if not, try to insert a HPTE */
1322 andis. r0,r4,DSISR_DABRMATCH@h
1323 bne- handle_dabr_fault
1326 andis. r0,r4,0x0020 /* Is it a segment table fault? */
1327 bne- do_ste_alloc /* If so handle it */
1328 END_MMU_FTR_SECTION_IFCLR(MMU_FTR_SLB)
1330 CURRENT_THREAD_INFO(r11, r1)
1331 lwz r0,TI_PREEMPT(r11) /* If we're in an "NMI" */
1332 andis. r0,r0,NMI_MASK@h /* (i.e. an irq when soft-disabled) */
1333 bne 77f /* then don't call hash_page now */
1335 * We need to set the _PAGE_USER bit if MSR_PR is set or if we are
1336 * accessing a userspace segment (even from the kernel). We assume
1337 * kernel addresses always have the high bit set.
1339 rlwinm r4,r4,32-25+9,31-9,31-9 /* DSISR_STORE -> _PAGE_RW */
1340 rotldi r0,r3,15 /* Move high bit into MSR_PR posn */
1341 orc r0,r12,r0 /* MSR_PR | ~high_bit */
1342 rlwimi r4,r0,32-13,30,30 /* becomes _PAGE_USER access bit */
1343 ori r4,r4,1 /* add _PAGE_PRESENT */
1344 rlwimi r4,r5,22+2,31-2,31-2 /* Set _PAGE_EXEC if trap is 0x400 */
1347 * r3 contains the faulting address
1348 * r4 contains the required access permissions
1349 * r5 contains the trap number
1351 * at return r3 = 0 for success, 1 for page fault, negative for error
1353 bl .hash_page /* build HPTE if possible */
1354 cmpdi r3,0 /* see if hash_page succeeded */
1357 beq fast_exc_return_irq /* Return from exception on success */
1362 /* Here we have a page fault that hash_page can't handle. */
1366 addi r3,r1,STACK_FRAME_OVERHEAD
1372 addi r3,r1,STACK_FRAME_OVERHEAD
1377 /* We have a data breakpoint exception - handle it */
1382 addi r3,r1,STACK_FRAME_OVERHEAD
1384 12: b .ret_from_except_lite
1387 /* We have a page fault that hash_page could handle but HV refused
1392 addi r3,r1,STACK_FRAME_OVERHEAD
1398 * We come here as a result of a DSI at a point where we don't want
1399 * to call hash_page, such as when we are accessing memory (possibly
1400 * user memory) inside a PMU interrupt that occurred while interrupts
1401 * were soft-disabled. We want to invoke the exception handler for
1402 * the access, or panic if there isn't a handler.
1406 addi r3,r1,STACK_FRAME_OVERHEAD
1411 /* here we have a segment miss */
1413 bl .ste_allocate /* try to insert stab entry */
1415 bne- handle_page_fault
1416 b fast_exception_return
1419 * r13 points to the PACA, r9 contains the saved CR,
1420 * r11 and r12 contain the saved SRR0 and SRR1.
1421 * r9 - r13 are saved in paca->exslb.
1422 * We assume we aren't going to take any exceptions during this procedure.
1423 * We assume (DAR >> 60) == 0xc.
1426 _GLOBAL(do_stab_bolted)
1427 stw r9,PACA_EXSLB+EX_CCR(r13) /* save CR in exc. frame */
1428 std r11,PACA_EXSLB+EX_SRR0(r13) /* save SRR0 in exc. frame */
1429 mfspr r11,SPRN_DAR /* ea */
1432 * check for bad kernel/user address
1433 * (ea & ~REGION_MASK) >= PGTABLE_RANGE
1435 rldicr. r9,r11,4,(63 - 46 - 4)
1436 li r9,0 /* VSID = 0 for bad address */
1441 * This is the kernel vsid, we take the top for context from
1442 * the range. context = (MAX_USER_CONTEXT) + ((ea >> 60) - 0xc) + 1
1443 * Here we know that (ea >> 60) == 0xc
1445 lis r9,(MAX_USER_CONTEXT + 1)@ha
1446 addi r9,r9,(MAX_USER_CONTEXT + 1)@l
1448 srdi r10,r11,SID_SHIFT
1449 rldimi r10,r9,ESID_BITS,0 /* proto vsid */
1450 ASM_VSID_SCRAMBLE(r10, r9, 256M)
1451 rldic r9,r10,12,16 /* r9 = vsid << 12 */
1454 /* Hash to the primary group */
1455 ld r10,PACASTABVIRT(r13)
1456 srdi r11,r11,SID_SHIFT
1457 rldimi r10,r11,7,52 /* r10 = first ste of the group */
1459 /* Search the primary group for a free entry */
1460 1: ld r11,0(r10) /* Test valid bit of the current ste */
1467 /* Stick for only searching the primary group for now. */
1468 /* At least for now, we use a very simple random castout scheme */
1469 /* Use the TB as a random number ; OR in 1 to avoid entry 0 */
1471 rldic r11,r11,4,57 /* r11 = (r11 << 4) & 0x70 */
1474 /* r10 currently points to an ste one past the group of interest */
1475 /* make it point to the randomly selected entry */
1477 or r10,r10,r11 /* r10 is the entry to invalidate */
1479 isync /* mark the entry invalid */
1481 rldicl r11,r11,56,1 /* clear the valid bit */
1486 clrrdi r11,r11,28 /* Get the esid part of the ste */
1489 2: std r9,8(r10) /* Store the vsid part of the ste */
1492 mfspr r11,SPRN_DAR /* Get the new esid */
1493 clrrdi r11,r11,28 /* Permits a full 32b of ESID */
1494 ori r11,r11,0x90 /* Turn on valid and kp */
1495 std r11,0(r10) /* Put new entry back into the stab */
1499 /* All done -- return from exception. */
1500 lwz r9,PACA_EXSLB+EX_CCR(r13) /* get saved CR */
1501 ld r11,PACA_EXSLB+EX_SRR0(r13) /* get saved SRR0 */
1503 andi. r10,r12,MSR_RI
1506 mtcrf 0x80,r9 /* restore CR */
1514 ld r9,PACA_EXSLB+EX_R9(r13)
1515 ld r10,PACA_EXSLB+EX_R10(r13)
1516 ld r11,PACA_EXSLB+EX_R11(r13)
1517 ld r12,PACA_EXSLB+EX_R12(r13)
1518 ld r13,PACA_EXSLB+EX_R13(r13)
1520 b . /* prevent speculative execution */