Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Drethook_trampoline.S21 cfi_st t3, PT_R15
56 cfi_ld t3, PT_R15
H A Dmcount_dyn.S45 PTR_S t3, sp, PT_R15
H A Dasm-offsets.c35 OFFSET(PT_R15, pt_regs, regs[15]); in output_ptreg_defines()
/openbmc/linux/arch/nios2/include/asm/
H A Dentry.h52 stw r15, PT_R15(sp)
80 ldw r15, PT_R15(sp)
/openbmc/u-boot/arch/nds32/include/asm/
H A Dptrace.h76 #define PT_R15 15 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dptrace.h72 #define PT_R15 15 macro
/openbmc/u-boot/arch/mips/lib/
H A Dgenex.S45 LONG_S $15, PT_R15(sp)
117 LONG_L $15, PT_R15(sp)
H A Dasm-offsets.c35 OFFSET(PT_R15, pt_regs, regs[15]); in output_ptreg_defines()
/openbmc/linux/arch/nios2/kernel/
H A Dasm-offsets.c43 OFFSET(PT_R15, pt_regs, r15); in main()
H A Dinsnemu.S35 ldw r15, PT_R15(sp)
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h83 #define PT_R15 15 macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dstackframe.h63 cfi_st t3, PT_R15, \docfi
177 cfi_ld t3, PT_R15, \docfi
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h233 #define PT_R15 0x08b8 macro
/openbmc/linux/arch/csky/kernel/
H A Dasm-offsets.c50 DEFINE(PT_R15, offsetof(struct pt_regs, lr)); in main()
/openbmc/linux/arch/mips/include/asm/
H A Dstackframe.h82 cfi_st $15, PT_R15, \docfi
332 cfi_ld $15, PT_R15, \docfi
/openbmc/linux/arch/microblaze/kernel/
H A Dasm-offsets.c45 DEFINE(PT_R15, offsetof(struct pt_regs, r15)); in main()
H A Dentry.S193 swi r15, r1, PT_R15; /* Save LP */ \
227 lwi r15, r1, PT_R15; /* restore LP */ \
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c405 CHECK_REG(PT_R15, gpr[15]); in pt_regs_check()
/openbmc/linux/arch/mips/kernel/
H A Dasm-offsets.c45 OFFSET(PT_R15, pt_regs, regs[15]); in output_ptreg_defines()
/openbmc/linux/arch/ia64/kernel/
H A Dptrace.c1841 case PT_R12 ... PT_R15: in access_uarea()