Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/boot/
Dcrt0.S237 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) macro
238 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
254 SAVE_8GPRS(14, r1)
/Linux-v4.19/tools/testing/selftests/powerpc/primitives/asm/
Dppc_asm.h79 #define SAVE_NVGPRS(base) SAVE_8GPRS(14, base); SAVE_10GPRS(22, base)
90 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) macro
91 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
/Linux-v4.19/arch/powerpc/include/asm/
Dppc_asm.h79 #define SAVE_NVGPRS(base) SAVE_8GPRS(14, base); SAVE_10GPRS(22, base)
90 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) macro
91 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
/Linux-v4.19/arch/powerpc/kernel/trace/
Dftrace_64_mprofile.S164 SAVE_8GPRS(3, r1)
/Linux-v4.19/arch/powerpc/kernel/
Dentry_64.S585 SAVE_8GPRS(14, r1)
1129 SAVE_8GPRS(14, r1) /* Save the non-volatiles */
1272 SAVE_8GPRS(14, r1)
Dexceptions-64e.S1185 SAVE_8GPRS(24,r1)
Dexceptions-64s.S1836 SAVE_8GPRS(14,r1)
/Linux-v4.19/arch/powerpc/crypto/
Dsha1-powerpc-asm.S128 SAVE_8GPRS(14, r1)
Dmd5-asm.S46 SAVE_8GPRS(14, r1); /* push registers onto stack */ \