Searched refs:SAVE_8GPRS (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/boot/ |
D | crt0.S | 238 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) macro 239 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base) 255 SAVE_8GPRS(14, r1)
|
/arch/powerpc/include/asm/ |
D | ppc_asm.h | 80 #define SAVE_NVGPRS(base) SAVE_8GPRS(14, base); SAVE_10GPRS(22, base) 85 #define SAVE_NVGPRS(base) SAVE_GPR(13, base); SAVE_8GPRS(14, base); \ 93 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) macro 94 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
|
/arch/powerpc/crypto/ |
D | sha1-powerpc-asm.S | 117 SAVE_8GPRS(14, r1)
|
D | md5-asm.S | 45 SAVE_8GPRS(14, r1); /* push registers onto stack */ \
|
/arch/powerpc/kernel/ |
D | entry_64.S | 540 SAVE_8GPRS(14, r1) 1120 SAVE_8GPRS(14, r1) /* Save the non-volatiles */ 1254 SAVE_8GPRS(14, r1)
|
D | exceptions-64e.S | 1203 SAVE_8GPRS(24,r1)
|
D | exceptions-64s.S | 1854 SAVE_8GPRS(14,r1)
|