Searched refs:SAVE_4GPRS (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | ppc_asm.h | 25 #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base) macro 26 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base)
|
D | head.S | 303 SAVE_4GPRS(10, r1); \ 1353 SAVE_4GPRS(16, r1)
|
/linux-2.4.37.9/include/asm-ppc/ |
D | ppc_asm.h | 22 #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base) macro 23 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base)
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | head_8xx.S | 163 SAVE_4GPRS(3, r21); \ 638 SAVE_4GPRS(8, r21)
|
D | head_4xx.S | 145 SAVE_4GPRS(3, r21); /* Save r3 through r6 on the stack */\ 827 SAVE_4GPRS(8, r21) /* Save r8 through r11 on the stack */
|
D | head_44x.S | 374 SAVE_4GPRS(3, r21); /* Save r3 through r6 on the stack */\ 1013 SAVE_4GPRS(8, r21) /* Save r8 through r11 on the stack */
|
D | head.S | 307 SAVE_4GPRS(3, r21); \ 808 SAVE_4GPRS(8, r21)
|