Lines Matching refs:tmp4
209 #define VTAG_FLUSHUPAGE(lbl, arg1, arg2, tmp1, tmp2, tmp3, tmp4) \ argument
215 ldxa [tmp3]ASI_DMMU, tmp4 ;\
217 cmp tmp4, arg2 ;\
227 stxa tmp4, [tmp3]ASI_DMMU ;\
242 tmp4, tmp5, tmp6) \ argument
246 ldxa [tmp3]ASI_DTLB_ACCESS, tmp4 ;\
247 srlx tmp4, 6, tmp4 ;\
248 andcc tmp4, 1, %g0 ;\
250 srlx tmp4, 57, tmp4 ;\
251 andcc tmp4, 1, %g0 ;\
258 set KCONTEXT, tmp4 ;\
259 cmp tmp6, tmp4 ;\
262 VTAG_FLUSHUPAGE(VD##lbl, tmp5, tmp6, tmp1, tmp2, tmp3, tmp4) ;\
277 tmp4, tmp5, tmp6) \ argument
281 ldxa [tmp3]ASI_ITLB_ACCESS, tmp4 ;\
282 srlx tmp4, 6, tmp4 ;\
283 andcc tmp4, 1, %g0 ;\
285 srlx tmp4, 57, tmp4 ;\
286 andcc tmp4, 1, %g0 ;\
293 set KCONTEXT, tmp4 ;\
294 cmp tmp6, tmp4 ;\
297 VTAG_FLUSHUPAGE(VI##lbl, tmp5, tmp6, tmp1, tmp2, tmp3, tmp4) ;\