Searched refs:SAVE_4GPRS (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ppc_asm.tmpl | 142 #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base) 143 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) 192 SAVE_4GPRS(3, r21);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H 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)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | head_booke.h | 83 SAVE_4GPRS(3, r11); \ 131 SAVE_4GPRS(3, r11) 273 SAVE_4GPRS(3, r11); \
|
| H A D | head_32.h | 124 SAVE_4GPRS(3, r11) 185 SAVE_4GPRS(3, r11)
|
| H A D | tm.S | 230 SAVE_4GPRS(3, r7) /* user r3-r6 */
|
| H A D | head_40x.S | 138 SAVE_4GPRS(3, r11); \
|
| H A D | exceptions-64e.S | 395 SAVE_4GPRS(3, r1); /* save r3 - r6 in stackframe */ \ 1380 SAVE_4GPRS(3, r1); /* save r3 - r6 in stackframe */ \
|
| H A D | exceptions-64s.S | 637 SAVE_4GPRS(3, r1) /* save r3 - r6 in stackframe */
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | ppc_asm.h | 89 #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base) 90 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/primitives/asm/ |
| H A D | ppc_asm.h | 89 #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base) 90 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A D | md5-asm.S | 42 SAVE_4GPRS(22, r1); \
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/ |
| H A D | start.S | 261 SAVE_4GPRS(8, r21)
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | start.S | 497 SAVE_4GPRS(8, r21)
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | start.S | 434 SAVE_4GPRS(8, r21)
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | start.S | 1303 SAVE_4GPRS(8, r21)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_rmhandlers.S | 3324 SAVE_4GPRS(3, r1) 3348 SAVE_4GPRS(9, r1)
|