Searched refs:SAVE_4GPRS (Results 1 – 11 of 11) sorted by relevance
/linux/arch/powerpc/boot/ |
A D | crt0.S | 232 #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base) macro 233 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base)
|
/linux/tools/testing/selftests/powerpc/primitives/asm/ |
A D | ppc_asm.h | 36 #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base) macro 37 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base)
|
/linux/arch/powerpc/include/asm/ |
A D | ppc_asm.h | 36 #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base) macro 37 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base)
|
/linux/arch/powerpc/kernel/ |
A D | head_32.h | 118 SAVE_4GPRS(3, r1)
|
A D | tm.S | 230 SAVE_4GPRS(3, r7) /* user r3-r6 */
|
A D | entry_32.S | 93 SAVE_4GPRS(3, r1)
|
A D | head_booke.h | 90 SAVE_4GPRS(3, r1)
|
A D | exceptions-64e.S | 378 SAVE_4GPRS(3, r1); /* save r3 - r6 in stackframe */ \ 1064 SAVE_4GPRS(3, r1); /* save r3 - r6 in stackframe */ \
|
A D | exceptions-64s.S | 577 SAVE_4GPRS(3, r1) /* save r3 - r6 in stackframe */
|
/linux/arch/powerpc/crypto/ |
A D | md5-asm.S | 42 SAVE_4GPRS(22, r1); \
|
/linux/arch/powerpc/kvm/ |
A D | book3s_hv_rmhandlers.S | 2714 SAVE_4GPRS(3, r1) 2738 SAVE_4GPRS(9, r1)
|
Completed in 25 milliseconds