Lines Matching refs:tmp2
73 * tmp2 is only used in the sun4u version of this macro
75 #define SET_SECCTX(cnum, is_shctx, tmp1, tmp2, label) \
106 #define SETUP_UTSB_ATOMIC_ASI(tmp1, tmp2)
322 * tmp2 = tmp reg
326 #define TTE_SET_REF_ML(tte, ttepa, tsbarea, tmp1, tmp2, label) \
353 * tmp2 = tmp reg
358 #define TTE_SET_REFMOD_ML(tte, ttepa, tsbarea, tmp1, tmp2, label, \
397 * tsbe, tmp1, tmp2 = scratch registers
402 #define GET_1ST_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \
406 and tsbe, TSB_SOFTSZ_MASK, tmp2 /* tmp2=szc */ ;\
409 sllx tmp1, tmp2, tmp1 /* tmp1 = nentries in TSB */ ;\
411 srlx tagacc, MMU_PAGESHIFT, tmp2 ;\
412 and tmp2, tmp1, tmp1 /* tsbent = virtpage & mask */ ;\