Lines Matching refs:tmp2
225 * We use lis/ori instead of lis/addi in case tmp2 is r0.
227 # define INIT_CPUINFO(er,sp,tmp1,tmp2) \
235 lis tmp2,_C_LABEL(emptyidlespin)@h; \
236 ori tmp2,tmp2,_C_LABEL(emptyidlespin)@l; \
237 stptr tmp2,CI_IDLESPIN(tmp1); \
238 li tmp2,-1; \
239 stint tmp2,CI_IDEPTH(tmp1); \
240 li tmp2,0; \
250 li tmp2,0; \
251 stptr tmp2,-CALLFRAMELEN(er); /* end of stack chain */ \
252 stptru tmp2,-CALLFRAMELEN(sp) /* end of stack chain */