Searched refs:SAVE_8GPRS (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/boot/ |
D | crt0.S | 241 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) macro 242 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base) 258 SAVE_8GPRS(14, r1)
|
/arch/powerpc/include/asm/ |
D | ppc_asm.h | 78 #define SAVE_NVGPRS(base) SAVE_8GPRS(14, base); SAVE_10GPRS(22, base) 83 #define SAVE_NVGPRS(base) SAVE_GPR(13, base); SAVE_8GPRS(14, base); \ 91 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) 92 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
|
/arch/powerpc/crypto/ |
D | sha1-powerpc-asm.S | 127 SAVE_8GPRS(14, r1)
|
D | md5-asm.S | 45 SAVE_8GPRS(14, r1); /* push registers onto stack */ \
|
/arch/powerpc/kernel/ |
D | entry_64.S | 587 SAVE_8GPRS(14, r1) 1118 SAVE_8GPRS(14, r1) /* Save the non-volatiles */ 1256 SAVE_8GPRS(14, r1)
|
D | exceptions-64e.S | 1203 SAVE_8GPRS(24,r1)
|
D | exceptions-64s.S | 1775 SAVE_8GPRS(14,r1)
|