Home
last modified time | relevance | path

Searched refs:SAVE_8GPRS (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/boot/
Dcrt0.S241 #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/
Dppc_asm.h78 #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/
Dsha1-powerpc-asm.S127 SAVE_8GPRS(14, r1)
Dmd5-asm.S45 SAVE_8GPRS(14, r1); /* push registers onto stack */ \
/arch/powerpc/kernel/
Dentry_64.S587 SAVE_8GPRS(14, r1)
1118 SAVE_8GPRS(14, r1) /* Save the non-volatiles */
1256 SAVE_8GPRS(14, r1)
Dexceptions-64e.S1203 SAVE_8GPRS(24,r1)
Dexceptions-64s.S1775 SAVE_8GPRS(14,r1)