Lines Matching refs:r3
102 ori r3, r0, (0x8000 - 4)
107 bgtid r3, _copy_fdt /* loop for all entries */
108 addik r3, r3, -4 /* descrement loop */
122 ori r3, r0, COMMAND_LINE_SIZE - 1 /* number of loops */
129 bgtid r3, _copy_command_line /* loop for all entries */
130 addik r3, r3, -1 /* decrement loop */
140 ori r3, r0, (LMB_SIZE - 4)
145 bgtid r3, _copy_bram /* loop for all entries */
146 addik r3, r3, -4 /* descrement loop */
156 addik r3, r0, MICROBLAZE_TLB_SIZE -1 /* Invalidate all TLB entries */
158 mts rtlbx, r3
161 bgtid r3, _invalidate /* loop for all entries */
162 addik r3, r3, -1
177 addik r3,r0, CONFIG_KERNEL_START /* Load the kernel virtual address */
178 tophys(r4,r3) /* Load the kernel physical address */
182 rsub r12, r3, r12
257 andi r3,r3,0xfffffc00 /* Mask off the effective page number */
258 ori r3,r3,(TLB_VALID)
259 or r3, r3, r30
266 mts rtlbhi,r3 /* Load the tag portion of the entry */
288 addk r3, r3, r9
290 andi r3,r3,0xfffffc00 /* Mask off the effective page number */
291 ori r3,r3,(TLB_VALID)
292 or r3, r3, r30
298 mts rtlbhi,r3 /* Load the tag portion of the entry */
314 ori r3,r0,(TLB_VALID | TLB_PAGESZ(PAGESZ_4K))
317 mts rtlbhi,r3 /* Load the tag portion of the entry */