/openbmc/linux/arch/mips/include/asm/ |
H A D | irqflags.h | 161 LONG_L $4, PT_R4(sp); \ 168 LONG_L $4, PT_R4(sp); \
|
H A D | stackframe.h | 257 cfi_st $4, PT_R4, \docfi 375 cfi_ld $4, PT_R4, \docfi 419 cfi_ld $4, PT_R4, \docfi
|
/openbmc/openbmc/poky/meta/recipes-extended/psmisc/psmisc/ |
H A D | 0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch | 37 - regs.gpr[4] = ptrace(PTRACE_PEEKUSER, pid, __WORDSIZE/8 * PT_R4, 0); 42 + regs.gpr[4] = ptrace(PTRACE_PEEKUSER, pid, UINTPTR_MAX/8 * PT_R4, 0);
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | rethook_trampoline.S | 10 cfi_st a0, PT_R4 45 cfi_ld a0, PT_R4
|
H A D | mcount_dyn.S | 32 PTR_S a0, sp, PT_R4 97 PTR_L a0, sp, PT_R4
|
H A D | entry.S | 43 cfi_st a0, PT_R4
|
/openbmc/linux/arch/loongarch/power/ |
H A D | suspend_asm.S | 21 st.d $r4, sp, PT_R4 42 ld.d $r4, sp, PT_R4
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | entry.h | 41 stw r4, PT_R4(sp) 69 ldw r4, PT_R4(sp)
|
/openbmc/linux/arch/mips/kernel/ |
H A D | mcount.S | 26 PTR_S a0, PT_R4(sp) 41 PTR_L a0, PT_R4(sp)
|
H A D | scall64-n32.S | 83 ld a0, PT_R4(sp) # Restore argument registers
|
H A D | scall64-n64.S | 93 ld a0, PT_R4(sp) # Restore argument registers
|
H A D | scall32-o32.S | 135 lw a0, PT_R4(sp) # Restore argument registers
|
H A D | scall64-o32.S | 138 ld a0, PT_R4(sp) # Restore argument registers
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | ptrace.h | 65 #define PT_R4 4 macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | ptrace.h | 61 #define PT_R4 4 macro
|
/openbmc/linux/arch/mips/alchemy/common/ |
H A D | sleeper.S | 28 sw $4, PT_R4(sp) 247 lw $4, PT_R4(sp)
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | genex.S | 76 LONG_S $4, PT_R4(sp) 160 LONG_L $4, PT_R4(sp)
|
H A D | asm-offsets.c | 24 OFFSET(PT_R4, pt_regs, regs[4]); in output_ptreg_defines()
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | entry.S | 184 ldw r4, PT_R4(sp) 256 ldw r4, PT_R4(sp) 322 ldw r4, PT_R4(sp) /* reload syscall arguments r4-r9 */
|
H A D | asm-offsets.c | 32 OFFSET(PT_R4, pt_regs, r4); in main()
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ptrace.h | 72 #define PT_R4 4 macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | stackframe.h | 135 cfi_st a0, PT_R4, \docfi 208 cfi_ld a0, PT_R4, \docfi
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | ptrace_offsets.h | 202 #define PT_R4 0x07b0 macro
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | asm-offsets.c | 34 DEFINE(PT_R4, offsetof(struct pt_regs, r4)); in main()
|
H A D | entry.S | 182 swi r4, r1, PT_R4; \ 216 lwi r4, r1, PT_R4; \ 356 swi r0, r1, PT_R4 436 swi r4, r1, PT_R4
|