Lines Matching refs:r12

43 	mfspr	r12,SPRN_SRR1 ;					\
54 1: mfspr r12,SPRN_SRR1 ; \
55 xori r12,r12,MSR_LE ; \
56 mtspr SPRN_SRR1,r12 ; \
67 ld r12,PACAKBASE(r13) ; \
68 LOAD_HANDLER(r12, system_call_entry) ; \
69 mtctr r12 ; \
70 mfspr r12,SPRN_SRR1 ; \
79 mfspr r12,SPRN_SRR1 ; \
221 mfspr r12,SPRN_SRR1
253 mfspr r12,SPRN_SRR1
506 ld r12,PACAKBASE(r13) /* get high part of &label */
507 LOAD_HANDLER(r12, machine_check_handle_early)
508 1: mtspr SPRN_SRR0,r12
519 ld r12,PACAKBASE(r13)
520 LOAD_HANDLER(r12, unrecover_mce)
602 ld r12,PACA_EXGEN+EX_R12(r13)
690 mfmsr r12
693 ori r12,r12,MSR_EE
730 std r12,PACA_EXGEN+EX_R12(r13)
733 ld r12,PACA_EXSLB+EX_R3(r13)
736 std r12,PACA_EXGEN+EX_R3(r13)
737 clrrdi r12,r13,32
740 ori r12,r12,slb_miss_user_common@l /* virt addr of handler */
742 mtspr SRR0,r12
743 mfspr r12,SRR1 /* and SRR1 */
843 mfspr r12,SPRN_SRR1
868 mfspr r12,SPRN_SRR1
986 ld r12,_MSR(r1)
1011 ld r12,_MSR(r1)
1013 andis. r4,r12,0x5820
1041 andi. r10,r12,MSR_RI /* check for unrecoverable exception */
1054 mtspr SRR1,r12
1059 ld r12,PACA_EXGEN+EX_R12(r13)
1151 rldicl. r0, r12, (64-MSR_TS_LG), (64-2)
1177 rldicl. r0, r12, (64-MSR_TS_LG), (64-2)
1212 rldicl. r0, r12, (64-MSR_TS_LG), (64-2)
1286 mfspr r12,SPRN_HSRR1 /* Save SRR1 */
1287 std r12,_MSR(r1) /* save SRR1 in stackframe */
1351 lhz r12,PACA_IN_MCE(r13); \
1352 subi r12,r12,1; \
1353 sth r12,PACA_IN_MCE(r13); \
1372 ld r12,_MSR(r1)
1383 rlwinm. r11,r12,47-31,30,31 /* Was it in power saving mode? */
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. */
1425 andi. r11,r12,MSR_RI
1504 andi. r10,r12,MSR_RI /* check for unrecoverable exception */
1517 ld r12,PACA_EXSLB+EX_R12(r13)
1572 orc r0,r12,r0 /* MSR_PR | ~high_bit */
1658 std r12,_MSR(r1)
1660 mfspr r12,SPRN_DSISR
1662 std r12,_DSISR(r1)
1665 mfxer r12
1668 std r12,_XER(r1)
1690 lhz r12,PACA_TRAP_SAVE(r13)
1691 std r12,_TRAP(r1)
1694 li r12,0
1695 std r12,0(r11)
1698 std r12,RESULT(r1)