Searched refs:PT_R2 (Results 1 - 24 of 24) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dirqflags.h162 LONG_L $2, PT_R2(sp)
169 LONG_L $2, PT_R2(sp)
H A Dstackframe.h255 cfi_st v0, PT_R2, \docfi variable
377 cfi_ld $2, PT_R2, \docfi variable
421 cfi_ld $2, PT_R2, \docfi
/linux-master/arch/mips/kernel/
H A Dscall64-n64.S74 ld t1, PT_R2(sp) # syscall number
77 1: sd v0, PT_R2(sp) # result
92 ld v0, PT_R2(sp) # Restore syscall (maybe modified)
106 sd v0, PT_R2(sp)
H A Dscall32-o32.S115 lw t1, PT_R2(sp) # syscall number
118 1: sw v0, PT_R2(sp) # result
134 lw v0, PT_R2(sp) # Restore syscall (maybe modified)
151 sw v0, PT_R2(sp)
177 sw v0, PT_R2(sp)
H A Dscall64-n32.S65 ld t1, PT_R2(sp) # syscall number
68 1: sd v0, PT_R2(sp) # result
82 ld v0, PT_R2(sp) # Restore syscall (maybe modified)
H A Dscall64-o32.S114 ld t1, PT_R2(sp) # syscall number
117 1: sd v0, PT_R2(sp) # result
137 ld v0, PT_R2(sp) # Restore syscall (maybe modified)
162 sd v0, PT_R2(sp)
H A Dmcount.S205 PTR_S v0, PT_R2(sp)
213 PTR_L v0, PT_R2(sp)
H A Dasm-offsets.c32 OFFSET(PT_R2, pt_regs, regs[2]);
/linux-master/arch/loongarch/power/
H A Dhibernate_asm.S17 PTR_S tp, t0, PT_R2
51 PTR_L tp, t0, PT_R2
H A Dsuspend_asm.S19 st.d $r2, sp, PT_R2
40 ld.d $r2, sp, PT_R2
/linux-master/arch/loongarch/kernel/
H A Drethook_trampoline.S9 cfi_st tp, PT_R2
44 cfi_ld tp, PT_R2
H A Dentry.S57 cfi_st tp, PT_R2
H A Dmcount_dyn.S42 PTR_S tp, sp, PT_R2
H A Dasm-offsets.c23 OFFSET(PT_R2, pt_regs, regs[2]);
/linux-master/arch/nios2/kernel/
H A Dasm-offsets.c30 OFFSET(PT_R2, pt_regs, r2);
H A Dentry.S222 stw r2, PT_R2(sp)
255 ldw r2, PT_R2(sp)
288 stw r2, PT_R2(sp)
321 ldw r2, PT_R2(sp) /* reload syscall number in r2 */
H A Dinsnemu.S22 ldw r2, PT_R2(sp)
/linux-master/arch/powerpc/include/uapi/asm/
H A Dptrace.h70 #define PT_R2 2 macro
/linux-master/arch/nios2/include/asm/
H A Dentry.h39 stw r2, PT_R2(sp)
67 ldw r2, PT_R2(sp)
/linux-master/arch/mips/alchemy/common/
H A Dsleeper.S26 sw $2, PT_R2(sp)
245 lw $2, PT_R2(sp)
/linux-master/arch/loongarch/include/asm/
H A Dstackframe.h149 cfi_st tp, PT_R2, \docfi variable
218 cfi_ld tp, PT_R2, \docfi variable
/linux-master/arch/microblaze/kernel/
H A Dasm-offsets.c32 DEFINE(PT_R2, offsetof(struct pt_regs, r2));
H A Dentry.S180 swi r2, r1, PT_R2; /* Save SDA */ \
214 lwi r2, r1, PT_R2; /* restore SDA */ \
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace.c389 CHECK_REG(PT_R2, gpr[2]);

Completed in 486 milliseconds