Searched refs:SAVE_10GPRS (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | optprobes_head.S | 38 SAVE_10GPRS(2,r1) 39 SAVE_10GPRS(12,r1) 40 SAVE_10GPRS(22,r1)
|
| H A D | exceptions-64e.S | 1396 SAVE_10GPRS(14,r1)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/trace/ |
| H A D | ftrace_64_mprofile.S | 44 SAVE_10GPRS(2, r1) 51 SAVE_10GPRS(12, r1) 52 SAVE_10GPRS(22, r1)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | crt0.S | 234 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base) macro 251 SAVE_10GPRS(22, r1)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A D | sha1-powerpc-asm.S | 129 SAVE_10GPRS(22, r1)
|
| /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) 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) 91 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ppc_asm.tmpl | 144 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
|