/openbmc/linux/arch/mips/kernel/ |
H A D | mcount.S | 24 PTR_S ra, PT_R31(sp) 39 PTR_L ra, PT_R31(sp) 178 PTR_L a1, PT_R31(sp)
|
H A D | asm-offsets.c | 61 OFFSET(PT_R31, pt_regs, regs[31]); in output_ptreg_defines()
|
/openbmc/linux/arch/mips/power/ |
H A D | hibernate_asm.S | 16 PTR_S ra, PT_R31(t0) 46 PTR_L ra, PT_R31(t0)
|
/openbmc/linux/arch/loongarch/power/ |
H A D | hibernate_asm.S | 29 PTR_S s8, t0, PT_R31 63 PTR_L s8, t0, PT_R31
|
H A D | suspend_asm.S | 32 st.d $r31, sp, PT_R31 53 ld.d $r31, sp, PT_R31
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pm.h | 32 LONG_S $31, PT_R31(sp) 56 LONG_L $31, PT_R31(sp)
|
H A D | stackframe.h | 262 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 D | rethook_trampoline.S | 37 cfi_st s8, PT_R31 72 cfi_ld s8, PT_R31
|
H A D | mcount_dyn.S | 60 PTR_S s8, sp, PT_R31
|
H A D | asm-offsets.c | 51 OFFSET(PT_R31, pt_regs, regs[31]); in output_ptreg_defines()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | ptrace.h | 88 #define PT_R31 31 macro
|
/openbmc/linux/arch/mips/alchemy/common/ |
H A D | sleeper.S | 44 sw $31, PT_R31(sp) 263 lw $31, PT_R31(sp)
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | genex.S | 90 LONG_S $31, PT_R31(sp) 150 LONG_L $31, PT_R31(sp)
|
H A D | asm-offsets.c | 51 OFFSET(PT_R31, pt_regs, regs[31]); in output_ptreg_defines()
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ptrace.h | 99 #define PT_R31 31 macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | stackframe.h | 80 cfi_st s8, PT_R31, \docfi 194 cfi_ld s8, PT_R31, \docfi
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | ptrace_offsets.h | 253 #define PT_R31 0x0958 macro
|
/openbmc/linux/arch/csky/kernel/ |
H A D | asm-offsets.c | 67 DEFINE(PT_R31, offsetof(struct pt_regs, exregs[15])); in main()
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | asm-offsets.c | 61 DEFINE(PT_R31, offsetof(struct pt_regs, r31)); in main()
|
H A D | hw_exception_handler.S | 92 lwi r31, r1, PT_R31; \ 326 swi r31, r1, PT_R31
|
H A D | entry.S | 209 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 D | ptrace.c | 421 CHECK_REG(PT_R31, gpr[31]); in pt_regs_check()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | ptrace.c | 1847 case PT_R16 ... PT_R31: in access_uarea()
|