Home
last modified time | relevance | path

Searched refs:PT_R26 (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/arch/loongarch/power/
H A Dhibernate_asm.S24 PTR_S s3, t0, PT_R26
58 PTR_L s3, t0, PT_R26
H A Dsuspend_asm.S27 st.d $r26, sp, PT_R26
48 ld.d $r26, sp, PT_R26
/openbmc/linux/arch/loongarch/kernel/
H A Drethook_trampoline.S32 cfi_st s3, PT_R26
67 cfi_ld s3, PT_R26
H A Dmcount_dyn.S55 PTR_S s3, sp, PT_R26
H A Dasm-offsets.c46 OFFSET(PT_R26, pt_regs, regs[26]); in output_ptreg_defines()
/openbmc/linux/arch/mips/alchemy/common/
H A Dsleeper.S40 sw $26, PT_R26(sp)
259 lw $26, PT_R26(sp)
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dptrace.h83 #define PT_R26 26 macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dstackframe.h75 cfi_st s3, PT_R26, \docfi
189 cfi_ld s3, PT_R26, \docfi
/openbmc/u-boot/arch/mips/lib/
H A Dasm-offsets.c46 OFFSET(PT_R26, pt_regs, regs[26]); in output_ptreg_defines()
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h94 #define PT_R26 26 macro
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h248 #define PT_R26 0x0930 macro
/openbmc/linux/arch/mips/kernel/
H A Dscall64-n32.S45 sd a3, PT_R26(sp) # save a3 for syscall restarting
H A Dscall64-n64.S47 sd a3, PT_R26(sp) # save a3 for syscall restarting
H A Dscall64-o32.S55 sd a3, PT_R26(sp) # save a3 for syscall restarting
H A Dscall32-o32.S37 sw a3, PT_R26(sp) # save a3 for syscall restarting
H A Dasm-offsets.c56 OFFSET(PT_R26, pt_regs, regs[26]); in output_ptreg_defines()
/openbmc/linux/arch/csky/kernel/
H A Dasm-offsets.c62 DEFINE(PT_R26, offsetof(struct pt_regs, exregs[10])); in main()
/openbmc/linux/arch/microblaze/kernel/
H A Dasm-offsets.c56 DEFINE(PT_R26, offsetof(struct pt_regs, r26)); in main()
H A Dentry.S204 swi r26, r1, PT_R26; \
238 lwi r26, r1, PT_R26; \
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c416 CHECK_REG(PT_R26, gpr[26]); in pt_regs_check()