Home
last modified time | relevance | path

Searched refs:SAVE_2GPRS (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dcrt0.S231 #define SAVE_2GPRS(n, base) SAVE_GPR(n, base); SAVE_GPR(n+1, base) macro
232 #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base)
234 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
/OK3568_Linux_fs/u-boot/include/
H A Dppc_asm.tmpl141 #define SAVE_2GPRS(n, base) SAVE_GPR(n, base); SAVE_GPR(n+1, base)
142 #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base)
144 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dtest_emulate_step_exec_instr.S40 SAVE_2GPRS(2, r1)
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dhead_booke.h84 SAVE_2GPRS(7, r11)
132 SAVE_2GPRS(7, r11)
274 SAVE_2GPRS(7, r11)
H A Dhead_32.h125 SAVE_2GPRS(7, r11)
186 SAVE_2GPRS(7, r11)
H A Dhead_40x.S139 SAVE_2GPRS(7, r11)
H A Dexceptions-64e.S396 SAVE_2GPRS(7, r1); /* save r7, r8 in stackframe */ \
1381 SAVE_2GPRS(7, r1); /* save r7, r8 in stackframe */ \
H A Dexceptions-64s.S638 SAVE_2GPRS(7, r1) /* save r7, r8 in stackframe */
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dppc_asm.h88 #define SAVE_2GPRS(n, base) SAVE_GPR(n, base); SAVE_GPR(n+1, base)
89 #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, 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.h88 #define SAVE_2GPRS(n, base) SAVE_GPR(n, base); SAVE_GPR(n+1, base)
89 #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base)
91 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv_rmhandlers.S3325 SAVE_2GPRS(7, r1)