Searched refs:SAVE_10GPRS (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | entry.S | 257 SAVE_10GPRS(22, r1) 444 SAVE_10GPRS(22, r1) /* ditto */ 557 SAVE_10GPRS(22, r1) /* ditto */
|
D | ppc_asm.h | 27 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base) macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | ppc_asm.h | 24 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base) macro
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | entry.S | 218 SAVE_10GPRS(22, r1)
|