Lines Matching defs:scr2
120 #define TSTAT_CHECK_TL1(label, scr1, scr2) \
122 sethi %hi(KERNELBASE), scr2; \
123 or scr2, %lo(KERNELBASE), scr2; \
124 cmp scr1, scr2; \
183 * dtagacc, itagacc, scr1, scr2 = scratch registers
188 #define GET_MMU_BOTH_TAGACC(dtagacc, itagacc, scr1, scr2) \
213 * scr1, scr2, scr3, scr4 = scratch registers (not used)
215 #define ITLB_STUFF(tte, scr1, scr2, scr3, scr4) \
223 * scr1, scr2, scr3, scr4 = scratch register (not used)
225 #define DTLB_STUFF(tte, scr1, scr2, scr3, scr4) \
235 * scr1, scr2, scr3 = scratch registers
239 #define TTETOPFN(tte, vaddr, label, scr1, scr2, scr3) \
245 sllx scr1, 1, scr2; \
246 add scr2, scr1, scr2; /* mulx 3 */ \
248 add scr2, MMU_PAGESHIFT + TTE_PA_LSHIFT, scr3; \
250 brz,pt scr2, label/**/1; \
253 sllx tte, scr2, tte; \
255 add scr2, MMU_PAGESHIFT, scr3; \
258 and vaddr, scr1, scr2; \
259 srln scr2, MMU_PAGESHIFT, scr2; \
260 or tte, scr2, tte; \