Lines Matching refs:tmp3
124 #define VTAG_FLUSHPAGE(lbl, arg1, arg2, tmp1, tmp2, tmp3, tmp4) \
135 set MMU_SCONTEXT, tmp3 ;\
136 ldxa [tmp3]ASI_DMMU, tmp4 ;\
141 stxa arg2, [tmp3]ASI_DMMU ;\
148 stxa tmp4, [tmp3]ASI_DMMU ;\
160 #define DTLB_FLUSH_UNLOCKED(lbl, arg1, tmp1, tmp2, tmp3, \
163 sllx arg1, 3, tmp3 ;\
165 ldxa [tmp3]ASI_DTLB_ACCESS, tmp4 ;\
174 ldxa [tmp3]ASI_DTLB_TAGREAD, tmp2 ;\
177 VTAG_FLUSHPAGE(VD, tmp5, tmp6, tmp1, tmp2, tmp3, tmp4) ;\
189 #define ITLB_FLUSH_UNLOCKED(lbl, arg1, tmp1, tmp2, tmp3, \
192 sllx arg1, 3, tmp3 ;\
194 ldxa [tmp3]ASI_ITLB_ACCESS, tmp4 ;\
203 ldxa [tmp3]ASI_ITLB_TAGREAD, tmp2 ;\
206 VTAG_FLUSHPAGE(VI, tmp5, tmp6, tmp1, tmp2, tmp3, tmp4) ;\