Searched refs:SAVE_8GPRS (Results 1 – 8 of 8) sorted by relevance
/linux/arch/powerpc/boot/ |
A D | crt0.S | 233 #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/arch/powerpc/lib/ |
A D | test_emulate_step_exec_instr.S | 102 SAVE_8GPRS(4, r3)
|
/linux/tools/testing/selftests/powerpc/primitives/asm/ |
A D | ppc_asm.h | 26 #define SAVE_NVGPRS(base) SAVE_8GPRS(14, base); SAVE_10GPRS(22, base) 31 #define SAVE_NVGPRS(base) SAVE_GPR(13, base); SAVE_8GPRS(14, base); SAVE_10GPRS(22, base) 37 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) macro 38 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
|
/linux/arch/powerpc/include/asm/ |
A D | ppc_asm.h | 26 #define SAVE_NVGPRS(base) SAVE_8GPRS(14, base); SAVE_10GPRS(22, base) 31 #define SAVE_NVGPRS(base) SAVE_GPR(13, base); SAVE_8GPRS(14, base); SAVE_10GPRS(22, base) 37 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) macro 38 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
|
/linux/arch/powerpc/kernel/trace/ |
A D | ftrace_64_mprofile.S | 160 SAVE_8GPRS(3, r1)
|
/linux/arch/powerpc/crypto/ |
A D | sha1-powerpc-asm.S | 128 SAVE_8GPRS(14, r1)
|
A D | md5-asm.S | 41 SAVE_8GPRS(14, r1); /* push registers onto stack */ \
|
/linux/arch/powerpc/kernel/ |
A D | exceptions-64e.S | 1081 SAVE_8GPRS(24,r1)
|
Completed in 19 milliseconds