Lines Matching refs:tmp3
413 #define TSB_INVALIDATE(tsbep, tag, tmp1, tmp2, tmp3, label) \ argument
420 ldxa [tsbep]ASI_MEM, tmp3 /* tmp3 = tsbe tag */ ;\
421 cmp tag, tmp3 /* compare tags */ ;\
423 sethi %hi(TSBTAG_INVALID), tmp3 ;\
424 casa [tsbep]ASI_MEM, tmp1, tmp3 /* try to set tag invalid */ ;\
425 cmp tmp1, tmp3 /* if not successful */ ;\
432 #define TSB_INVALIDATE(tsbep, tag, tmp1, tmp2, tmp3, label) \ argument
439 ldxa [tsbep]%asi, tmp3 /* tmp3 = tsbe tag */ ;\
440 cmp tag, tmp3 /* compare tags */ ;\
442 sethi %hi(TSBTAG_INVALID), tmp3 ;\
443 casa [tsbep]%asi, tmp1, tmp3 /* try to set tag invalid */ ;\
444 cmp tmp1, tmp3 /* if not successful */ ;\
2016 #define ISM_CHECK(tagacc, tsbmiss, ismseg, ismhat, tmp1, tmp2, tmp3 \ argument
2023 mov tmp1, tmp3 /* update current ismblkpa head */ ;\
2039 add tmp3, (IBLK_MAPS + ISM_MAP_SLOTS * ISM_MAP_SZ), tmp1 ;\
2044 add tmp3, IBLK_NEXTPA, tmp1 ;\
4150 #define PAGE_NUM2MEMSEG_NOLOCK_PA(pfn, mseg, tsbmp, tmp1, tmp2, tmp3, label) \ argument
4151 sethi %hi(mhash_per_slot), tmp3 /* no tsbmp use due to DR */ ;\
4152 ldx [tmp3 + %lo(mhash_per_slot)], mseg ;\
4177 sethi %hi(memsegspa), tmp3 /* no tsbmp use due to DR */ ;\
4178 ldx [tmp3 + %lo(memsegspa)], mseg ;\