Searched refs:SAVE_10GPRS (Results 1 – 7 of 7) sorted by relevance
/linux/arch/powerpc/kernel/ |
A D | optprobes_head.S | 13 #define SAVE_30GPRS(base) SAVE_10GPRS(2,base); SAVE_10GPRS(12,base); SAVE_10GPRS(22,base)
|
A D | exceptions-64e.S | 1080 SAVE_10GPRS(14,r1)
|
/linux/arch/powerpc/kernel/trace/ |
A D | ftrace_64_mprofile.S | 44 SAVE_10GPRS(2, r1) 51 SAVE_10GPRS(12, r1) 52 SAVE_10GPRS(22, r1)
|
/linux/arch/powerpc/boot/ |
A D | crt0.S | 234 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base) macro 251 SAVE_10GPRS(22, r1)
|
/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) 38 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base) macro
|
/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) 38 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base) macro
|
/linux/arch/powerpc/crypto/ |
A D | sha1-powerpc-asm.S | 129 SAVE_10GPRS(22, r1)
|
Completed in 14 milliseconds