Searched refs:SAVE_8GPRS (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/powerpc/platforms/powernv/ |
D | opal-takeover.S | 95 SAVE_8GPRS(14, r1)
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | ppc_asm.h | 82 #define SAVE_NVGPRS(base) SAVE_8GPRS(14, base); SAVE_10GPRS(22, base) 87 #define SAVE_NVGPRS(base) SAVE_GPR(13, base); SAVE_8GPRS(14, base); \ 95 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) macro 96 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | entry_64.S | 406 SAVE_8GPRS(14, r1) 846 SAVE_8GPRS(14, r1) /* Save the non-volatiles */ 978 SAVE_8GPRS(14, r1)
|
D | exceptions-64s.S | 560 SAVE_8GPRS(14,r1)
|
D | exceptions-64e.S | 815 SAVE_8GPRS(24,r1)
|