Lines Matching refs:tmp2
900 #define GET_4MBASE_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument
901 and tsbe, TSB_SOFTSZ_MASK, tmp2; /* tmp2=szc */ \
904 sllx tmp1, tmp2, tmp1; /* tmp1 = nentries in TSB */ \
906 srlx tagacc, MMU_PAGESHIFT4M, tmp2; \
907 and tmp2, tmp1, tmp1; /* tsbent = virtpage & mask */ \
911 #define GET_2ND_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument
912 GET_4MBASE_TSBE_PTR(tagacc, tsbe, tmp1, tmp2)
926 #define GET_3RD_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument
927 and tsbe, TSB_SOFTSZ_MASK, tmp2; /* tmp2=szc */ \
930 sllx tmp1, tmp2, tmp1; /* tmp1 = nentries in TSB */ \
932 srlx tagacc, MMU_PAGESHIFT, tmp2; \
933 and tmp2, tmp1, tmp1; /* tsbent = virtpage & mask */ \
937 #define GET_4TH_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument
938 GET_4MBASE_TSBE_PTR(tagacc, tsbe, tmp1, tmp2)