Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/boot/
Dcrt0.S233 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) macro
234 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
250 SAVE_8GPRS(14, r1)
/Linux-v5.10/arch/powerpc/lib/
Dtest_emulate_step_exec_instr.S102 SAVE_8GPRS(4, r3)
/Linux-v5.10/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-v5.10/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-v5.10/arch/powerpc/kernel/trace/
Dftrace_64_mprofile.S160 SAVE_8GPRS(3, r1)
/Linux-v5.10/arch/powerpc/crypto/
Dsha1-powerpc-asm.S128 SAVE_8GPRS(14, r1)
Dmd5-asm.S41 SAVE_8GPRS(14, r1); /* push registers onto stack */ \
/Linux-v5.10/arch/powerpc/kernel/
Dexceptions-64e.S1397 SAVE_8GPRS(24,r1)