Lines Matching refs:r11
39 mfspr r11,SPRN_SRR0 ; \
230 mfctr r11
257 mfctr r11
423 mfspr r11,SPRN_HSRR0 /* save HSRR0 */
425 addi r11,r11,-4 /* HSRR0 is next instruction */
478 mr r11,r1 /* Save r1 */
490 std r11,GPR1(r1) /* Save r1 on the stack. */
491 std r11,0(r1) /* make stack chain pointer */
492 mfspr r11,SPRN_SRR0 /* Save SRR0 */
493 std r11,_NIP(r1)
494 mfspr r11,SPRN_SRR1 /* Save SRR1 */
495 std r11,_MSR(r1)
496 mfspr r11,SPRN_DAR /* Save DAR */
497 std r11,_DAR(r1)
498 mfspr r11,SPRN_DSISR /* Save DSISR */
499 std r11,_DSISR(r1)
503 mfmsr r11 /* get MSR value */
504 ori r11,r11,MSR_ME /* turn on ME bit */
505 ori r11,r11,MSR_RI /* turn on RI bit */
509 mtspr SPRN_SRR1,r11
518 ld r11,PACAKMSR(r13)
522 andc r11,r11,r10 /* Turn off MSR_ME */
592 mtspr SPRN_HSRR0,r11
601 ld r11,PACA_EXGEN+EX_R11(r13)
646 std r11,PACA_EXGEN+EX_R11(r13); \
647 lbz r11,PACAIRQHAPPENED(r13); \
648 or r11,r11,r10; \
649 stb r11,PACAIRQHAPPENED(r13); \
667 ld r11,PACA_EXGEN+EX_R11(r13); \
691 mflr r11
729 std r11,PACA_EXGEN+EX_R11(r13)
732 ld r11,PACA_EXSLB+EX_R9(r13)
735 std r11,PACA_EXGEN+EX_R9(r13)
739 mfspr r11,SRR0 /* save SRR0 */
852 mfctr r11
872 mfctr r11
985 RECONCILE_IRQ_STATE(r10, r11)
1001 RECONCILE_IRQ_STATE(r10, r11)
1010 RECONCILE_IRQ_STATE(r10, r11)
1031 std r11,PACA_EXGEN+EX_SRR0(r13)
1037 ld r11,PACA_EXGEN+EX_SRR0(r13)
1053 mtspr SRR0,r11
1058 ld r11,PACA_EXGEN+EX_R11(r13)
1074 RECONCILE_IRQ_STATE(r10, r11)
1097 RECONCILE_IRQ_STATE(r10, r11)
1120 RECONCILE_IRQ_STATE(r10, r11)
1130 RECONCILE_IRQ_STATE(r10, r11)
1141 RECONCILE_IRQ_STATE(r10, r11)
1160 RECONCILE_IRQ_STATE(r10, r11)
1186 RECONCILE_IRQ_STATE(r10, r11)
1195 RECONCILE_IRQ_STATE(r10, r11)
1220 RECONCILE_IRQ_STATE(r10, r11)
1229 RECONCILE_IRQ_STATE(r10, r11)
1284 mfspr r11,SPRN_HSRR0 /* Save HSRR0 */
1285 std r11,_NIP(r1) /* save HSRR0 in stackframe */
1310 ld r11,_CCR(r1)
1311 mtcr r11
1348 ld r11,_CCR(r1); \
1349 mtcr r11; \
1383 rlwinm. r11,r12,47-31,30,31 /* Was it in power saving mode? */
1386 cmpwi r11,2
1403 rldicl. r11,r12,4,63 /* See if MC hit while in HV mode. */
1405 andi. r11,r12,MSR_PR /* See if coming from user. */
1415 lbz r11,HSTATE_IN_GUEST(r13)
1416 cmpwi r11,0 /* Check if coming from guest */
1425 andi. r11,r12,MSR_RI
1427 1: mfspr r11,SPRN_SRR0
1488 mtctr r11
1516 ld r11,PACA_EXSLB+EX_R11(r13)
1522 2: mfspr r11,SPRN_SRR0
1533 RECONCILE_IRQ_STATE(r10, r11)
1543 std r9,TI_LOCAL_FLAGS(r11)
1561 CURRENT_THREAD_INFO(r11, r1)
1562 lwz r0,TI_PREEMPT(r11) /* If we're in an "NMI" */
1657 std r11,_NIP(r1)
1659 mfspr r11,SPRN_DAR
1661 std r11,_DAR(r1)
1664 mfctr r11
1667 std r11,_CTR(r1)
1680 ld r11,EX_R13(r3)
1683 std r11,GPR13(r1)
1692 addi r11,r1,INT_FRAME_SIZE
1693 std r11,0(r1)
1695 std r12,0(r11)
1697 ld r11,exception_marker@toc(r2)
1699 std r11,STACK_FRAME_OVERHEAD-16(r1)