Searched refs:PT_R29 (Results 1 – 17 of 17) sorted by relevance
/linux-6.6.21/arch/mips/power/ |
D | hibernate_asm.S | 17 PTR_S sp, PT_R29(t0) 47 PTR_L sp, PT_R29(t0)
|
/linux-6.6.21/arch/loongarch/power/ |
D | hibernate_asm.S | 27 PTR_S s6, t0, PT_R29 61 PTR_L s6, t0, PT_R29
|
D | suspend_asm.S | 30 st.d $r29, sp, PT_R29 51 ld.d $r29, sp, PT_R29
|
/linux-6.6.21/arch/loongarch/kernel/ |
D | rethook_trampoline.S | 35 cfi_st s6, PT_R29 70 cfi_ld s6, PT_R29
|
D | mcount_dyn.S | 58 PTR_S s6, sp, PT_R29
|
D | asm-offsets.c | 49 OFFSET(PT_R29, pt_regs, regs[29]); in output_ptreg_defines()
|
/linux-6.6.21/arch/mips/include/asm/ |
D | stackframe.h | 245 cfi_st k0, PT_R29, \docfi 246 cfi_rel_offset sp, PT_R29, \docfi 349 cfi_ld sp, PT_R29, \docfi
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | stackframe.h | 78 cfi_st s6, PT_R29, \docfi 192 cfi_ld s6, PT_R29, \docfi
|
/linux-6.6.21/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 97 #define PT_R29 29 macro
|
/linux-6.6.21/arch/ia64/include/uapi/asm/ |
D | ptrace_offsets.h | 251 #define PT_R29 0x0948 macro
|
/linux-6.6.21/arch/csky/kernel/ |
D | asm-offsets.c | 65 DEFINE(PT_R29, offsetof(struct pt_regs, exregs[13])); in main()
|
/linux-6.6.21/arch/microblaze/kernel/ |
D | asm-offsets.c | 59 DEFINE(PT_R29, offsetof(struct pt_regs, r29)); in main()
|
D | entry.S | 207 swi r29, r1, PT_R29; \ 241 lwi r29, r1, PT_R29; \
|
/linux-6.6.21/arch/mips/kernel/ |
D | scall32-o32.S | 44 lw t0, PT_R29(sp) # get old user stack pointer
|
D | scall64-o32.S | 65 ld t0, PT_R29(sp) # get old user stack pointer
|
D | asm-offsets.c | 59 OFFSET(PT_R29, pt_regs, regs[29]); in output_ptreg_defines()
|
/linux-6.6.21/arch/powerpc/kernel/ptrace/ |
D | ptrace.c | 419 CHECK_REG(PT_R29, gpr[29]); in pt_regs_check()
|