Lines Matching refs:tmp2
221 * We use lis/ori instead of lis/addi in case tmp2 is r0.
223 # define INIT_CPUINFO(er,sp,tmp1,tmp2) \
231 lis tmp2,_C_LABEL(emptyidlespin)@h; \
232 ori tmp2,tmp2,_C_LABEL(emptyidlespin)@l; \
233 stptr tmp2,CI_IDLESPIN(tmp1); \
234 li tmp2,-1; \
235 stint tmp2,CI_IDEPTH(tmp1); \
236 li tmp2,0; \
246 li tmp2,0; \
247 stptr tmp2,-CALLFRAMELEN(er); /* end of stack chain */ \
248 stptru tmp2,-CALLFRAMELEN(sp) /* end of stack chain */