Lines Matching refs:tmp4
215 #define VTAG_FLUSHUPAGE(lbl, arg1, arg2, tmp1, tmp2, tmp3, tmp4) \ argument
221 ldxa [tmp3]ASI_DMMU, tmp4 ;\
223 cmp tmp4, arg2 ;\
233 stxa tmp4, [tmp3]ASI_DMMU ;\
248 tmp4, tmp5, tmp6) \ argument
252 ldxa [tmp3]ASI_DTLB_ACCESS, tmp4 ;\
253 srlx tmp4, 6, tmp4 ;\
254 andcc tmp4, 1, %g0 ;\
256 srlx tmp4, 57, tmp4 ;\
257 andcc tmp4, 1, %g0 ;\
264 set KCONTEXT, tmp4 ;\
265 cmp tmp6, tmp4 ;\
268 VTAG_FLUSHUPAGE(VD/**/lbl, tmp5, tmp6, tmp1, tmp2, tmp3, tmp4) ;\
283 tmp4, tmp5, tmp6) \ argument
287 ldxa [tmp3]ASI_ITLB_ACCESS, tmp4 ;\
288 srlx tmp4, 6, tmp4 ;\
289 andcc tmp4, 1, %g0 ;\
291 srlx tmp4, 57, tmp4 ;\
292 andcc tmp4, 1, %g0 ;\
299 set KCONTEXT, tmp4 ;\
300 cmp tmp6, tmp4 ;\
303 VTAG_FLUSHUPAGE(VI/**/lbl, tmp5, tmp6, tmp1, tmp2, tmp3, tmp4) ;\