Lines Matching refs:r3

64 	mr	r31,r3		/* save device tree ptr */
90 subf r3,r5,r6 /* r3 = r6 - r5 */
91 add r3,r4,r3 /* Required Virutal Address */
126 lis r3,kernstart_addr@ha
127 la r3,kernstart_addr@l(r3)
140 stw r6,0(r3) /* higher 32bit */
141 stw r8,4(r3) /* lower 32bit */
169 lis r3,virt_phys_offset@ha
170 la r3,virt_phys_offset@l(r3)
172 stw r4,0(r3)
173 stw r5,4(r3)
184 lis r3,kernstart_addr@ha
185 la r3,kernstart_addr@l(r3)
197 stw r6,0(r3)
198 stw r7,4(r3)
204 li r3,0
226 lis r3,MSR_KERNEL@h
227 ori r3,r3,MSR_KERNEL@l
229 mtspr SPRN_SRR1,r3
782 li r3,MachineCheckA@l
783 mtspr SPRN_IVOR1,r3
797 mtspr SPRN_PID,r3
810 mfspr r3,SPRN_PVR
811 srwi r3,r3,16
812 cmplwi cr0,r3,PVR_476FPE@h
814 cmplwi cr0,r3,PVR_476@h
816 cmplwi cr0,r3,PVR_476_ISS@h
824 mfspr r3,SPRN_CCR0
825 rlwinm r3,r3,0,0,27 /* disable icache prefetch */
827 mtspr SPRN_CCR0,r3
858 mfspr r3,SPRN_PID /* Get PID */
862 oris r3,r3,PPC44x_MMUCR_STS@h /* Set STS=1 */
863 wmmucr: mtspr SPRN_MMUCR,r3 /* Put MMUCR */
870 li r3,0 /* Set PAGEID inval value */
873 tlbwe r3,r4,PPC44x_TLB_PAGEID /* If not, inval the entry */
892 lis r3,KERNELBASE@h
893 ori r3,r3,KERNELBASE@l
899 lis r3,PAGE_OFFSET@h
900 ori r3,r3,PAGE_OFFSET@l
917 clrrwi r3,r3,10 /* Mask off the effective page number */
918 ori r3,r3,PPC44x_TLB_VALID | PPC44x_TLB_256M
931 tlbwe r3,r0,PPC44x_TLB_PAGEID /* Load the pageid fields */
956 lis r3,PPC44x_EARLY_DEBUG_VIRTADDR@h
957 ori r3,r3,PPC44x_TLB_VALID|PPC44x_TLB_TS|PPC44x_TLB_64K
967 tlbwe r3,r0,PPC44x_TLB_PAGEID
1002 mr r24,r3 /* CPU number */
1049 mfspr r3,SPRN_PID /* Get PID */
1053 oris r3,r3,PPC47x_MMUCR_STS@h /* Set STS=1 */
1054 1: mtspr SPRN_MMUCR,r3 /* Put MMUCR */
1078 addis r3,0,0x8000
1089 tlbwe r4,r3,0
1090 tlbwe r5,r3,1
1091 tlbwe r5,r3,2
1092 addis r3,r3,0x2000
1093 cmpwi r3,0
1095 addis r3,0,0x8000
1111 lis r3,PAGE_OFFSET@h
1112 ori r3,r3,PAGE_OFFSET@l
1120 clrrwi r3,r3,12 /* Mask off the effective page number */
1121 ori r3,r3,PPC47x_TLB0_VALID | PPC47x_TLB0_256M
1134 tlbwe r3,r0,0
1142 LOAD_REG_IMMEDIATE(r3, 0x9abcdef0)
1143 mtspr SPRN_SSPCR,r3
1144 mtspr SPRN_USPCR,r3
1145 LOAD_REG_IMMEDIATE(r3, 0x12345670)
1146 mtspr SPRN_ISPCR,r3
1170 lis r3,PPC44x_EARLY_DEBUG_VIRTADDR@h
1171 ori r3,r3,PPC47x_TLB0_VALID | PPC47x_TLB0_TS | PPC47x_TLB0_1M
1185 tlbwe r3,r0,0
1216 mfspr r3,SPRN_CCR0
1217 oris r3,r3,0x0020
1218 ori r3,r3,0x0040
1219 mtspr SPRN_CCR0,r3