Searched refs:SAVE_GPRS (Results 1 – 17 of 17) sorted by relevance
/linux-6.3-rc2/arch/powerpc/lib/ |
A D | test_emulate_step_exec_instr.S | 40 SAVE_GPRS(2, 3, r1) 101 SAVE_GPRS(4, 12, r3)
|
/linux-6.3-rc2/arch/powerpc/kernel/trace/ |
A D | ftrace_mprofile.S | 41 SAVE_GPRS(3, 10, r1) 54 SAVE_GPRS(11, 31, r1)
|
/linux-6.3-rc2/arch/powerpc/boot/ |
A D | crt0.S | 251 #define SAVE_GPRS(start, end, base) OP_REGS std, 8, start, end, base, 0 macro 253 #define SAVE_GPR(n, base) SAVE_GPRS(n, n, base) 265 SAVE_GPRS(13, 31, r1)
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | ppc_save_regs.S | 30 SAVE_GPRS(2, 31, r3)
|
A D | optprobes_head.S | 13 #define SAVE_30GPRS(base) SAVE_GPRS(2, 31, base)
|
A D | tm.S | 229 SAVE_GPRS(2, 6, r7) /* user r2-r6 */ 230 SAVE_GPRS(8, 10, r7) /* user r8-r10 */
|
A D | head_32.h | 118 SAVE_GPRS(3, 8, r1)
|
A D | interrupt_64.S | 64 SAVE_GPRS(3, 8, r1) 237 SAVE_GPRS(3, 8, r1)
|
A D | entry_32.S | 123 SAVE_GPRS(3, 8, r1)
|
A D | head_booke.h | 90 SAVE_GPRS(3, 8, r1)
|
A D | exceptions-64e.S | 365 SAVE_GPRS(2, 9, r1); /* save r2 - r9 in stackframe */ \ 1050 SAVE_GPRS(2, 9, r1); /* save r2 - r9 in stackframe */ \
|
A D | exceptions-64s.S | 592 SAVE_GPRS(2, 8, r1) /* save r2 - r8 in stackframe */
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | ppc_asm.h | 55 #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-6.3-rc2/tools/testing/selftests/powerpc/primitives/asm/ |
A D | ppc_asm.h | 55 #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-6.3-rc2/arch/powerpc/crypto/ |
A D | sha1-powerpc-asm.S | 128 SAVE_GPRS(14, 31, r1)
|
A D | md5-asm.S | 41 SAVE_GPRS(14, 26, r1) /* push registers onto stack */
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_hv_rmhandlers.S | 2701 SAVE_GPRS(3, 8, r1) 2724 SAVE_GPRS(9, 12, r1)
|
Completed in 24 milliseconds