Searched refs:cur_reg (Results 1 – 1 of 1) sorted by relevance
/arch/sparc/include/asm/ |
D | winmacro.h | 91 #define SAVE_BOLIXED_USER_STACK(cur_reg, scratch) \ argument 92 ld [%cur_reg + TI_W_SAVED], %scratch; \ 94 add %scratch, %cur_reg, %scratch; \ 96 sub %scratch, %cur_reg, %scratch; \ 98 add %scratch, %cur_reg, %scratch; \ 100 sub %scratch, %cur_reg, %scratch; \ 103 st %scratch, [%cur_reg + TI_W_SAVED];
|