Searched refs:SAVE_8GPRS (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | crt0.S | 233 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) macro 234 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base) 250 SAVE_8GPRS(14, r1)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | test_emulate_step_exec_instr.S | 102 SAVE_8GPRS(4, r3)
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ppc_asm.tmpl | 143 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) 144 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/ |
| H A D | start.S | 262 SAVE_8GPRS(12, r21) 263 SAVE_8GPRS(24, r21)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | ppc_asm.h | 79 #define SAVE_NVGPRS(base) SAVE_8GPRS(14, base); SAVE_10GPRS(22, base) 90 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) 91 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/primitives/asm/ |
| H A D | ppc_asm.h | 79 #define SAVE_NVGPRS(base) SAVE_8GPRS(14, base); SAVE_10GPRS(22, base) 90 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) 91 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/trace/ |
| H A D | ftrace_64_mprofile.S | 160 SAVE_8GPRS(3, r1)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A D | sha1-powerpc-asm.S | 128 SAVE_8GPRS(14, r1)
|
| H A D | md5-asm.S | 41 SAVE_8GPRS(14, r1); /* push registers onto stack */ \
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | start.S | 498 SAVE_8GPRS(12, r21) 499 SAVE_8GPRS(24, r21)
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | start.S | 435 SAVE_8GPRS(12, r21) 436 SAVE_8GPRS(24, r21)
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | start.S | 1304 SAVE_8GPRS(12, r21) 1305 SAVE_8GPRS(24, r21)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | exceptions-64e.S | 1397 SAVE_8GPRS(24,r1)
|