Home
last modified time | relevance | path

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

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