Searched refs:SAVE_10GPRS (Results 1 – 6 of 6) sorted by relevance
/arch/powerpc/boot/ |
D | crt0.S | 239 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base) macro 256 SAVE_10GPRS(22, r1)
|
/arch/powerpc/include/asm/ |
D | ppc_asm.h | 80 #define SAVE_NVGPRS(base) SAVE_8GPRS(14, base); SAVE_10GPRS(22, base) 86 SAVE_10GPRS(22, base) 94 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base) macro
|
/arch/powerpc/crypto/ |
D | sha1-powerpc-asm.S | 118 SAVE_10GPRS(22, r1)
|
/arch/powerpc/kernel/ |
D | entry_64.S | 541 SAVE_10GPRS(22, r1) 1121 SAVE_10GPRS(22, r1) /* ditto */ 1255 SAVE_10GPRS(22, r1)
|
D | exceptions-64e.S | 1202 SAVE_10GPRS(14,r1)
|
D | exceptions-64s.S | 1855 SAVE_10GPRS(22,r1)
|