Home
last modified time | relevance | path

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

/openbmc/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.c61 OFFSET(PT_R31, pt_regs, regs[31]); in output_ptreg_defines()
/openbmc/linux/arch/mips/power/
H A Dhibernate_asm.S16 PTR_S ra, PT_R31(t0)
46 PTR_L ra, PT_R31(t0)
/openbmc/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 st.d $r31, sp, PT_R31
53 ld.d $r31, sp, PT_R31
/openbmc/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
369 cfi_ld $31, PT_R31, \docfi
409 cfi_ld $31, PT_R31, \docfi
/openbmc/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.c51 OFFSET(PT_R31, pt_regs, regs[31]); in output_ptreg_defines()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dptrace.h88 #define PT_R31 31 macro
/openbmc/linux/arch/mips/alchemy/common/
H A Dsleeper.S44 sw $31, PT_R31(sp)
263 lw $31, PT_R31(sp)
/openbmc/u-boot/arch/mips/lib/
H A Dgenex.S90 LONG_S $31, PT_R31(sp)
150 LONG_L $31, PT_R31(sp)
H A Dasm-offsets.c51 OFFSET(PT_R31, pt_regs, regs[31]); in output_ptreg_defines()
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h99 #define PT_R31 31 macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dstackframe.h80 cfi_st s8, PT_R31, \docfi
194 cfi_ld s8, PT_R31, \docfi
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h253 #define PT_R31 0x0958 macro
/openbmc/linux/arch/csky/kernel/
H A Dasm-offsets.c67 DEFINE(PT_R31, offsetof(struct pt_regs, exregs[15])); in main()
/openbmc/linux/arch/microblaze/kernel/
H A Dasm-offsets.c61 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 */
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c421 CHECK_REG(PT_R31, gpr[31]); in pt_regs_check()
/openbmc/linux/arch/ia64/kernel/
H A Dptrace.c1847 case PT_R16 ... PT_R31: in access_uarea()