Searched refs:SAVE_10GPRS (Results 1 – 6 of 6) sorted by relevance
/arch/powerpc/platforms/powernv/ |
D | opal-takeover.S | 94 SAVE_10GPRS(22, r1)
|
/arch/powerpc/crypto/ |
D | sha1-powerpc-asm.S | 118 SAVE_10GPRS(22, r1)
|
/arch/powerpc/kernel/ |
D | entry_64.S | 418 SAVE_10GPRS(22, r1) 946 SAVE_10GPRS(22, r1) /* ditto */ 1078 SAVE_10GPRS(22, r1)
|
D | exceptions-64s.S | 915 SAVE_10GPRS(22,r1)
|
D | exceptions-64e.S | 911 SAVE_10GPRS(14,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
|