Lines Matching refs:r11
39 mfspr r11,SPRN_SRR0 ; \
231 mfctr r11
258 mfctr r11
424 mfspr r11,SPRN_HSRR0 /* save HSRR0 */
426 addi r11,r11,-4 /* HSRR0 is next instruction */
479 mr r11,r1 /* Save r1 */
491 std r11,GPR1(r1) /* Save r1 on the stack. */
492 std r11,0(r1) /* make stack chain pointer */
493 mfspr r11,SPRN_SRR0 /* Save SRR0 */
494 std r11,_NIP(r1)
495 mfspr r11,SPRN_SRR1 /* Save SRR1 */
496 std r11,_MSR(r1)
497 mfspr r11,SPRN_DAR /* Save DAR */
498 std r11,_DAR(r1)
499 mfspr r11,SPRN_DSISR /* Save DSISR */
500 std r11,_DSISR(r1)
504 mfmsr r11 /* get MSR value */
505 ori r11,r11,MSR_ME /* turn on ME bit */
506 ori r11,r11,MSR_RI /* turn on RI bit */
510 mtspr SPRN_SRR1,r11
519 ld r11,PACAKMSR(r13)
523 andc r11,r11,r10 /* Turn off MSR_ME */
593 mtspr SPRN_HSRR0,r11
602 ld r11,PACA_EXGEN+EX_R11(r13)
647 std r11,PACA_EXGEN+EX_R11(r13); \
648 lbz r11,PACAIRQHAPPENED(r13); \
649 or r11,r11,r10; \
650 stb r11,PACAIRQHAPPENED(r13); \
668 ld r11,PACA_EXGEN+EX_R11(r13); \
692 mflr r11
730 std r11,PACA_EXGEN+EX_R11(r13)
733 ld r11,PACA_EXSLB+EX_R9(r13)
736 std r11,PACA_EXGEN+EX_R9(r13)
740 mfspr r11,SRR0 /* save SRR0 */
853 mfctr r11
873 mfctr r11
993 RECONCILE_IRQ_STATE(r10, r11)
1009 RECONCILE_IRQ_STATE(r10, r11)
1018 RECONCILE_IRQ_STATE(r10, r11)
1039 std r11,PACA_EXGEN+EX_SRR0(r13)
1045 ld r11,PACA_EXGEN+EX_SRR0(r13)
1061 mtspr SRR0,r11
1066 ld r11,PACA_EXGEN+EX_R11(r13)
1082 RECONCILE_IRQ_STATE(r10, r11)
1105 RECONCILE_IRQ_STATE(r10, r11)
1128 RECONCILE_IRQ_STATE(r10, r11)
1138 RECONCILE_IRQ_STATE(r10, r11)
1149 RECONCILE_IRQ_STATE(r10, r11)
1168 RECONCILE_IRQ_STATE(r10, r11)
1194 RECONCILE_IRQ_STATE(r10, r11)
1203 RECONCILE_IRQ_STATE(r10, r11)
1228 RECONCILE_IRQ_STATE(r10, r11)
1237 RECONCILE_IRQ_STATE(r10, r11)
1292 mfspr r11,SPRN_HSRR0 /* Save HSRR0 */
1293 std r11,_NIP(r1) /* save HSRR0 in stackframe */
1318 ld r11,_CCR(r1)
1319 mtcr r11
1356 ld r11,_CCR(r1); \
1357 mtcr r11; \
1391 rlwinm. r11,r12,47-31,30,31 /* Was it in power saving mode? */
1394 cmpwi r11,2
1411 rldicl. r11,r12,4,63 /* See if MC hit while in HV mode. */
1413 andi. r11,r12,MSR_PR /* See if coming from user. */
1423 lbz r11,HSTATE_IN_GUEST(r13)
1424 cmpwi r11,0 /* Check if coming from guest */
1433 andi. r11,r12,MSR_RI
1435 1: mfspr r11,SPRN_SRR0
1496 mtctr r11
1524 ld r11,PACA_EXSLB+EX_R11(r13)
1530 2: mfspr r11,SPRN_SRR0
1541 RECONCILE_IRQ_STATE(r10, r11)
1551 std r9,TI_LOCAL_FLAGS(r11)
1569 CURRENT_THREAD_INFO(r11, r1)
1570 lwz r0,TI_PREEMPT(r11) /* If we're in an "NMI" */
1665 std r11,_NIP(r1)
1667 mfspr r11,SPRN_DAR
1669 std r11,_DAR(r1)
1672 mfctr r11
1675 std r11,_CTR(r1)
1688 ld r11,EX_R13(r3)
1691 std r11,GPR13(r1)
1700 addi r11,r1,INT_FRAME_SIZE
1701 std r11,0(r1)
1703 std r12,0(r11)
1705 ld r11,exception_marker@toc(r2)
1707 std r11,STACK_FRAME_OVERHEAD-16(r1)