Home
last modified time | relevance | path

Searched refs:SAVE_8GPRS (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dcrt0.S233 #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 Dtest_emulate_step_exec_instr.S102 SAVE_8GPRS(4, r3)
/OK3568_Linux_fs/u-boot/include/
H A Dppc_asm.tmpl143 #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 Dstart.S262 SAVE_8GPRS(12, r21)
263 SAVE_8GPRS(24, r21)
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dppc_asm.h79 #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 Dppc_asm.h79 #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 Dftrace_64_mprofile.S160 SAVE_8GPRS(3, r1)
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S128 SAVE_8GPRS(14, r1)
H A Dmd5-asm.S41 SAVE_8GPRS(14, r1); /* push registers onto stack */ \
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dstart.S498 SAVE_8GPRS(12, r21)
499 SAVE_8GPRS(24, r21)
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dstart.S435 SAVE_8GPRS(12, r21)
436 SAVE_8GPRS(24, r21)
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S1304 SAVE_8GPRS(12, r21)
1305 SAVE_8GPRS(24, r21)
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dexceptions-64e.S1397 SAVE_8GPRS(24,r1)