Home
last modified time | relevance | path

Searched refs:PT_R31 (Results 1 – 18 of 18) sorted by relevance

/linux/arch/mips/kernel/
H A Dmcount.S24 PTR_S ra, PT_R31(sp)
39 PTR_L ra, PT_R31(sp)
178 PTR_L a1, PT_R31(sp)
H A Dasm-offsets.c69 OFFSET(PT_R31, pt_regs, regs[31]); in output_ptreg_defines()
/linux/arch/mips/power/
H A Dhibernate_asm.S16 PTR_S ra, PT_R31(t0)
46 PTR_L ra, PT_R31(t0)
/linux/arch/loongarch/power/
H A Dhibernate_asm.S29 PTR_S s8, t0, PT_R31
63 PTR_L s8, t0, PT_R31
H A Dsuspend_asm.S32 REG_S $r31, sp, PT_R31
50 REG_L $r31, sp, PT_R31
/linux/arch/mips/include/asm/
H A Dpm.h32 LONG_S $31, PT_R31(sp)
56 LONG_L $31, PT_R31(sp)
H A Dstackframe.h262 cfi_st ra, PT_R31, \docfi
372 cfi_ld $31, PT_R31, \docfi
412 cfi_ld $31, PT_R31, \docfi
/linux/arch/loongarch/kernel/
H A Drethook_trampoline.S37 cfi_st s8, PT_R31
72 cfi_ld s8, PT_R31
H A Dmcount_dyn.S60 PTR_S s8, sp, PT_R31
H A Dasm-offsets.c56 OFFSET(PT_R31, pt_regs, regs[31]); in output_ptreg_defines()
/linux/arch/mips/alchemy/common/
H A Dsleeper.S44 sw $31, PT_R31(sp)
263 lw $31, PT_R31(sp)
/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h99 #define PT_R31 31 macro
/linux/arch/loongarch/include/asm/
H A Dstackframe.h118 cfi_st s8, PT_R31, \docfi
233 cfi_ld s8, PT_R31, \docfi
/linux/arch/csky/kernel/
H A Dasm-offsets.c68 DEFINE(PT_R31, offsetof(struct pt_regs, exregs[15])); in main()
/linux/arch/microblaze/kernel/
H A Dasm-offsets.c62 DEFINE(PT_R31, offsetof(struct pt_regs, r31)); in main()
H A Dhw_exception_handler.S92 lwi r31, r1, PT_R31; \
326 swi r31, r1, PT_R31
H A Dentry.S209 swi r31, r1, PT_R31; /* Save current task reg */ \
243 lwi r31, r1, PT_R31; /* Restore cur task reg */
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c418 CHECK_REG(PT_R31, gpr[31]); in pt_regs_check()