Searched refs:PT_R15 (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/arch/loongarch/kernel/ |
D | rethook_trampoline.S | 21 cfi_st t3, PT_R15 56 cfi_ld t3, PT_R15
|
D | mcount_dyn.S | 45 PTR_S t3, sp, PT_R15
|
D | asm-offsets.c | 36 OFFSET(PT_R15, pt_regs, regs[15]); in output_ptreg_defines()
|
/linux-6.12.1/arch/nios2/include/asm/ |
D | entry.h | 52 stw r15, PT_R15(sp) 80 ldw r15, PT_R15(sp)
|
/linux-6.12.1/arch/nios2/kernel/ |
D | asm-offsets.c | 43 OFFSET(PT_R15, pt_regs, r15); in main()
|
D | insnemu.S | 35 ldw r15, PT_R15(sp)
|
/linux-6.12.1/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 83 #define PT_R15 15 macro
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | stackframe.h | 75 cfi_st t3, PT_R15, \docfi 190 cfi_ld t3, PT_R15, \docfi
|
/linux-6.12.1/arch/csky/kernel/ |
D | asm-offsets.c | 50 DEFINE(PT_R15, offsetof(struct pt_regs, lr)); in main()
|
/linux-6.12.1/arch/mips/include/asm/ |
D | stackframe.h | 82 cfi_st $15, PT_R15, \docfi 335 cfi_ld $15, PT_R15, \docfi
|
/linux-6.12.1/arch/microblaze/kernel/ |
D | asm-offsets.c | 45 DEFINE(PT_R15, offsetof(struct pt_regs, r15)); in main()
|
D | entry.S | 193 swi r15, r1, PT_R15; /* Save LP */ \ 227 lwi r15, r1, PT_R15; /* restore LP */ \
|
/linux-6.12.1/arch/powerpc/kernel/ptrace/ |
D | ptrace.c | 402 CHECK_REG(PT_R15, gpr[15]); in pt_regs_check()
|
/linux-6.12.1/arch/mips/kernel/ |
D | asm-offsets.c | 45 OFFSET(PT_R15, pt_regs, regs[15]); in output_ptreg_defines()
|