/openbmc/linux/arch/mips/kernel/ |
H A D | scall64-n64.S | 71 sd t0, PT_R7(sp) # set error flag 96 ld a3, PT_R7(sp) 108 sd t0, PT_R7(sp)
|
H A D | scall32-o32.S | 112 sw t0, PT_R7(sp) # set error flag 138 lw a3, PT_R7(sp) 153 sw t0, PT_R7(sp) 179 sw t0, PT_R7(sp)
|
H A D | scall64-o32.S | 111 sd t0, PT_R7(sp) # set error flag 141 ld a3, PT_R7(sp) 164 sd t0, PT_R7(sp)
|
H A D | scall64-n32.S | 62 sd t0, PT_R7(sp) # set error flag 86 ld a3, PT_R7(sp)
|
H A D | mcount.S | 29 PTR_S a3, PT_R7(sp) 44 PTR_L a3, PT_R7(sp)
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | irqflags.h | 158 LONG_L $7, PT_R7(sp); \ 165 LONG_L $7, PT_R7(sp); \
|
H A D | stackframe.h | 264 cfi_st $7, PT_R7, \docfi 372 cfi_ld $7, PT_R7, \docfi 416 cfi_ld $7, PT_R7, \docfi
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | rethook_trampoline.S | 13 cfi_st a3, PT_R7 48 cfi_ld a3, PT_R7
|
H A D | mcount_dyn.S | 35 PTR_S a3, sp, PT_R7 100 PTR_L a3, sp, PT_R7
|
H A D | entry.S | 46 cfi_st a3, PT_R7
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | entry.S | 223 stw r1, PT_R7(sp) 259 ldw r7, PT_R7(sp) 289 stw r1, PT_R7(sp) 325 ldw r7, PT_R7(sp)
|
H A D | asm-offsets.c | 35 OFFSET(PT_R7, pt_regs, r7); in main()
|
H A D | insnemu.S | 27 ldw r7, PT_R7(sp)
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | entry.h | 44 stw r7, PT_R7(sp) 72 ldw r7, PT_R7(sp)
|
/openbmc/linux/arch/mips/alchemy/common/ |
H A D | sleeper.S | 31 sw $7, PT_R7(sp) 250 lw $7, PT_R7(sp)
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | genex.S | 82 LONG_S $7, PT_R7(sp) 157 LONG_L $7, PT_R7(sp)
|
H A D | asm-offsets.c | 27 OFFSET(PT_R7, pt_regs, regs[7]); in output_ptreg_defines()
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | ptrace.h | 68 #define PT_R7 7 macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | ptrace.h | 64 #define PT_R7 7 macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | stackframe.h | 138 cfi_st a3, PT_R7, \docfi 211 cfi_ld a3, PT_R7, \docfi
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ptrace.h | 75 #define PT_R7 7 macro
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | ptrace_offsets.h | 205 #define PT_R7 0x07c8 macro
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | asm-offsets.c | 37 DEFINE(PT_R7, offsetof(struct pt_regs, r7)); in main()
|
H A D | entry.S | 185 swi r7, r1, PT_R7; \ 219 lwi r7, r1, PT_R7; \ 391 lwi r7, r1, PT_R7;
|
/openbmc/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace.c | 397 CHECK_REG(PT_R7, gpr[7]); in pt_regs_check()
|