Lines Matching refs:tsbe
397 * tsbe, tmp1, tmp2 = scratch registers
399 * tsbe = pointer to the tsbe in the 1st TSB
402 #define GET_1ST_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \
405 ldxa [tmp1]ASI_SCRATCHPAD, tsbe /* get tsbreg */ ;\
406 and tsbe, TSB_SOFTSZ_MASK, tmp2 /* tmp2=szc */ ;\
407 andn tsbe, TSB_SOFTSZ_MASK, tsbe /* tsbbase */ ;\
414 add tsbe, tmp1, tsbe /* add entry offset to TSB base */ ;\