Lines Matching refs:r10

252 	mtspr	SPRN_SPRG_SCRATCH0,r10;	\
254 mfcr r10; \
271 stw r10,_CCR(r11); /* save registers */ \
274 mfspr r10,SPRN_SPRG_SCRATCH0; \
275 stw r10,GPR10(r11); \
278 mflr r10; \
279 stw r10,_LINK(r11); \
285 li r10,MSR_KERNEL & ~(MSR_IR|MSR_DR); /* can take exceptions */ \
286 MTMSRD(r10); /* (except for mach check in rtas) */ \
288 lis r10,STACK_FRAME_REGS_MARKER@ha; /* exception frame marker */ \
289 addi r10,r10,STACK_FRAME_REGS_MARKER@l; \
290 stw r10,8(r11); \
314 li r10,trap; \
315 stw r10,_TRAP(r11); \
316 li r10,MSR_KERNEL; \
317 copyee(r10, r9); \
364 mtspr SPRN_SPRG_SCRATCH0,r10
366 mfcr r10
390 mfspr r10,SPRN_DSISR
391 stw r10,_DSISR(r11)
392 andis. r0,r10,(DSISR_BAD_FAULT_32S|DSISR_DABRMATCH)@h
395 rlwinm r3,r10,32-15,21,21 /* DSISR_STORE -> _PAGE_RW */
1055 li r10,0
1061 mtspr SPRN_DBAT0U,r10
1062 mtspr SPRN_DBAT0L,r10
1063 mtspr SPRN_DBAT1U,r10
1064 mtspr SPRN_DBAT1L,r10
1065 mtspr SPRN_DBAT2U,r10
1066 mtspr SPRN_DBAT2L,r10
1067 mtspr SPRN_DBAT3U,r10
1068 mtspr SPRN_DBAT3L,r10
1070 mtspr SPRN_IBAT0U,r10
1071 mtspr SPRN_IBAT0L,r10
1072 mtspr SPRN_IBAT1U,r10
1073 mtspr SPRN_IBAT1L,r10
1074 mtspr SPRN_IBAT2U,r10
1075 mtspr SPRN_IBAT2L,r10
1076 mtspr SPRN_IBAT3U,r10
1077 mtspr SPRN_IBAT3L,r10
1085 mtspr SPRN_DBAT4U,r10
1086 mtspr SPRN_DBAT4L,r10
1087 mtspr SPRN_DBAT5U,r10
1088 mtspr SPRN_DBAT5L,r10
1089 mtspr SPRN_DBAT6U,r10
1090 mtspr SPRN_DBAT6L,r10
1091 mtspr SPRN_DBAT7U,r10
1092 mtspr SPRN_DBAT7L,r10
1093 mtspr SPRN_IBAT4U,r10
1094 mtspr SPRN_IBAT4L,r10
1095 mtspr SPRN_IBAT5U,r10
1096 mtspr SPRN_IBAT5L,r10
1097 mtspr SPRN_IBAT6U,r10
1098 mtspr SPRN_IBAT6L,r10
1099 mtspr SPRN_IBAT7U,r10
1100 mtspr SPRN_IBAT7L,r10
1105 lis r10, 0x40
1106 1: addic. r10, r10, -0x1000
1107 tlbie r10
1241 lis r10, 0
1242 ori r10,r10,HID0_ICE|HID0_DCE
1243 andc r11, r11, r10