/openbmc/u-boot/arch/mips/lib/ |
H A D | genex.S | 34 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 D | asm-offsets.c | 29 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | rethook_trampoline.S | 15 cfi_st a5, PT_R9 50 cfi_ld a5, PT_R9
|
H A D | mcount_dyn.S | 37 PTR_S a5, sp, PT_R9 102 PTR_L a5, sp, PT_R9
|
H A D | entry.S | 48 cfi_st a5, PT_R9
|
H A D | asm-offsets.c | 29 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines()
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | entry.h | 46 stw r9, PT_R9(sp) 74 ldw r9, PT_R9(sp)
|
/openbmc/linux/arch/mips/kernel/ |
H A D | mcount.S | 32 PTR_S a5, PT_R9(sp) 47 PTR_L a5, PT_R9(sp)
|
H A D | scall64-o32.S | 127 sd a5, PT_R9(sp) 143 ld a5, PT_R9(sp)
|
H A D | scall64-n32.S | 88 ld a5, PT_R9(sp)
|
H A D | scall64-n64.S | 98 ld a5, PT_R9(sp)
|
H A D | asm-offsets.c | 39 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | stackframe.h | 71 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 D | irqflags.h | 156 LONG_L $9, PT_R9(sp); \
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | ptrace.h | 70 #define PT_R9 9 macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | ptrace.h | 66 #define PT_R9 9 macro
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | asm-offsets.c | 37 OFFSET(PT_R9, pt_regs, r9); in main()
|
H A D | insnemu.S | 29 ldw r9, PT_R9(sp)
|
H A D | entry.S | 327 ldw r9, PT_R9(sp)
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ptrace.h | 77 #define PT_R9 9 macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | stackframe.h | 140 cfi_st a5, PT_R9, \docfi 213 cfi_ld a5, PT_R9, \docfi
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | ptrace_offsets.h | 235 #define PT_R9 0x08c8 macro
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | asm-offsets.c | 39 DEFINE(PT_R9, offsetof(struct pt_regs, r9)); in main()
|
H A D | entry.S | 187 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 D | ptrace.c | 399 CHECK_REG(PT_R9, gpr[9]); in pt_regs_check()
|