Searched refs:SAVE_GPRS (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/powerpc/lib/
H A Dtest_emulate_step_exec_instr.S40 SAVE_GPRS(2, 3, r1)
101 SAVE_GPRS(4, 12, r3)
/linux-master/arch/powerpc/kernel/
H A Dppc_save_regs.S30 SAVE_GPRS(2, 31, r3)
H A Doptprobes_head.S13 #define SAVE_30GPRS(base) SAVE_GPRS(2, 31, base)
H A Dtm.S229 SAVE_GPRS(2, 6, r7) /* user r2-r6 */
230 SAVE_GPRS(8, 10, r7) /* user r8-r10 */
H A Dhead_32.h118 SAVE_GPRS(3, 8, r1)
H A Dentry_32.S122 SAVE_GPRS(3, 8, r1)
H A Dinterrupt_64.S65 SAVE_GPRS(3, 8, r1)
237 SAVE_GPRS(3, 8, r1)
H A Dhead_booke.h91 SAVE_GPRS(3, 8, r1)
H A Dexceptions-64e.S369 SAVE_GPRS(2, 9, r1); /* save r2 - r9 in stackframe */ \
1055 SAVE_GPRS(2, 9, r1); /* save r2 - r9 in stackframe */ \
H A Dexceptions-64s.S592 SAVE_GPRS(2, 8, r1) /* save r2 - r8 in stackframe */
/linux-master/arch/powerpc/boot/
H A Dcrt0.S251 #define SAVE_GPRS(start, end, base) OP_REGS std, 8, start, end, base, 0 define
253 #define SAVE_GPR(n, base) SAVE_GPRS(n, n, base)
265 SAVE_GPRS(13, 31, r1)
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace_entry.S44 SAVE_GPRS(3, 10, r1)
57 SAVE_GPRS(11, 31, r1)
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h55 #define SAVE_GPRS(start, end, base) OP_REGS std, 8, start, end, base, GPR0 macro
57 #define SAVE_NVGPRS(base) SAVE_GPRS(14, 31, base)
60 #define SAVE_GPRS(start, end, base) OP_REGS stw, 4, start, end, base, GPR0
62 #define SAVE_NVGPRS(base) SAVE_GPRS(13, 31, base)
74 #define SAVE_GPR(n, base) SAVE_GPRS(n, n, base)
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h55 #define SAVE_GPRS(start, end, base) OP_REGS std, 8, start, end, base, GPR0 macro
57 #define SAVE_NVGPRS(base) SAVE_GPRS(14, 31, base)
60 #define SAVE_GPRS(start, end, base) OP_REGS stw, 4, start, end, base, GPR0
62 #define SAVE_NVGPRS(base) SAVE_GPRS(13, 31, base)
74 #define SAVE_GPR(n, base) SAVE_GPRS(n, n, base)
/linux-master/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S128 SAVE_GPRS(14, 31, r1)
H A Dmd5-asm.S41 SAVE_GPRS(14, 26, r1) /* push registers onto stack */
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_rmhandlers.S2701 SAVE_GPRS(3, 8, r1)
2724 SAVE_GPRS(9, 12, r1)

Completed in 268 milliseconds