Lines Matching refs:r31
88 la r31, pgd_current /* get pgd pointer */
89 lw r31, [r31, 0] /* get the address of PGD */
93 add r31, r31, r30
94 lw r31, [r31, 0] /* get the address of the start address of PTE table */
98 add r31, r31, r30
99 lw r30, [r31, 0] /* load pte entry */
115 la r31, pgd_current /* get pgd pointer */
116 lw r31, [r31, 0] /* get the address of PGD */
120 add r31, r31, r30
121 lw r31, [r31, 0] /* get the address of the start address of PTE table */
127 add r31, r31, r30
128 lw r30, [r31, 0] /* load pte entry */
147 load_pte r30, r31
148 pte_writable r30, r31, handle_tlb_refill_nopage
149 pte_makewrite r30, r31 /* Access|Modify|Dirty|Valid */
150 pte_reload r31
162 load_pte r30, r31
164 pte_writable r30, r31, handle_tlb_invaild_nopage
165 pte_makewrite r30, r31 /* Access|Modify|Dirty|Valid */
166 pte_reload r31
178 load_pte r30, r31
183 lw r30, [r31, 0] /* reload into r30 */
186 pte_makewrite r30, r31
189 pte_reload r31