Home
last modified time | relevance | path

Searched refs:PT_R9 (Results 1 – 25 of 25) sorted by relevance

/openbmc/u-boot/arch/mips/lib/
H A Dgenex.S34 LONG_S $9, PT_R9(sp)
85 LONG_S $9, PT_R9(sp)
110 LONG_L $9, PT_R9(sp)
155 LONG_L $9, PT_R9(sp)
H A Dasm-offsets.c29 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines()
/openbmc/linux/arch/loongarch/kernel/
H A Drethook_trampoline.S15 cfi_st a5, PT_R9
50 cfi_ld a5, PT_R9
H A Dmcount_dyn.S37 PTR_S a5, sp, PT_R9
102 PTR_L a5, sp, PT_R9
H A Dentry.S48 cfi_st a5, PT_R9
H A Dasm-offsets.c29 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines()
/openbmc/linux/arch/nios2/include/asm/
H A Dentry.h46 stw r9, PT_R9(sp)
74 ldw r9, PT_R9(sp)
/openbmc/linux/arch/mips/kernel/
H A Dmcount.S32 PTR_S a5, PT_R9(sp)
47 PTR_L a5, PT_R9(sp)
H A Dscall64-o32.S127 sd a5, PT_R9(sp)
143 ld a5, PT_R9(sp)
H A Dscall64-n32.S88 ld a5, PT_R9(sp)
H A Dscall64-n64.S98 ld a5, PT_R9(sp)
H A Dasm-offsets.c39 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines()
/openbmc/linux/arch/mips/include/asm/
H A Dstackframe.h71 cfi_st $9, PT_R9, \docfi
267 cfi_st $9, PT_R9, \docfi
325 cfi_ld $9, PT_R9, \docfi
414 cfi_ld $9, PT_R9, \docfi
H A Dirqflags.h156 LONG_L $9, PT_R9(sp); \
/openbmc/u-boot/arch/nds32/include/asm/
H A Dptrace.h70 #define PT_R9 9 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dptrace.h66 #define PT_R9 9 macro
/openbmc/linux/arch/nios2/kernel/
H A Dasm-offsets.c37 OFFSET(PT_R9, pt_regs, r9); in main()
H A Dinsnemu.S29 ldw r9, PT_R9(sp)
H A Dentry.S327 ldw r9, PT_R9(sp)
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h77 #define PT_R9 9 macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dstackframe.h140 cfi_st a5, PT_R9, \docfi
213 cfi_ld a5, PT_R9, \docfi
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h235 #define PT_R9 0x08c8 macro
/openbmc/linux/arch/microblaze/kernel/
H A Dasm-offsets.c39 DEFINE(PT_R9, offsetof(struct pt_regs, r9)); in main()
H A Dentry.S187 swi r9, r1, PT_R9; \
221 lwi r9, r1, PT_R9; \
393 lwi r9, r1, PT_R9;
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c399 CHECK_REG(PT_R9, gpr[9]); in pt_regs_check()