Home
last modified time | relevance | path

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

/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 REG_S $r26, sp, PT_R26
45 REG_L $r26, sp, PT_R26
/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.c51 OFFSET(PT_R26, pt_regs, regs[26]); in output_ptreg_defines()
/linux/arch/mips/alchemy/common/
H A Dsleeper.S40 sw $26, PT_R26(sp)
259 lw $26, PT_R26(sp)
/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h94 #define PT_R26 26 macro
/linux/arch/loongarch/include/asm/
H A Dstackframe.h113 cfi_st s3, PT_R26, \docfi
228 cfi_ld s3, PT_R26, \docfi
/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.c64 OFFSET(PT_R26, pt_regs, regs[26]); in output_ptreg_defines()
/linux/arch/csky/kernel/
H A Dasm-offsets.c63 DEFINE(PT_R26, offsetof(struct pt_regs, exregs[10])); in main()
/linux/arch/microblaze/kernel/
H A Dasm-offsets.c57 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; \
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c413 CHECK_REG(PT_R26, gpr[26]); in pt_regs_check()