Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/psmisc/psmisc/
H A D0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch36 - regs.gpr[3] = ptrace(PTRACE_PEEKUSER, pid, __WORDSIZE/8 * PT_R3, 0);
41 + regs.gpr[3] = ptrace(PTRACE_PEEKUSER, pid, UINTPTR_MAX/8 * PT_R3, 0);
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dentry-nommu.S70 swi r3, r1, PT_R3
193 lwi r3, r1, PT_R3
220 swi r3, r1, PT_R3 /* r3: _always_ in clobber list; see unistd.h */
313 swi r3, r1, PT_R3 /* r3: _always_ in clobber list; see unistd.h */
378 lwi r3, r1, PT_R3
515 swi r3, r1, PT_R3 /* return val */
568 lwi r3, r1, PT_R3 /* return val */
H A Dentry.S179 swi r3, r1, PT_R3; \
213 lwi r3, r1, PT_R3; \
315 swi r0, r1, PT_R3
343 swi r3, r1, PT_R3
395 swi r3, r1, PT_R3
H A Dhw_exception_handler.S88 lwi r3, r1, PT_R3; \
334 swi r3, r1, PT_R3
565 lwi r3, r1, PT_R3
H A Dasm-offsets.c33 DEFINE(PT_R3, offsetof(struct pt_regs, r3)); in main()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmcount.S208 PTR_S v1, PT_R3(sp)
214 PTR_L v1, PT_R3(sp)
H A Dasm-offsets.c32 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dentry.h40 stw r3, PT_R3(sp)
68 ldw r3, PT_R3(sp)
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dgenex.S72 LONG_S $3, PT_R3(sp)
162 LONG_L $3, PT_R3(sp)
H A Dasm-offsets.c24 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/mips/alchemy/common/
H A Dsleeper.S27 sw $3, PT_R3(sp)
246 lw $3, PT_R3(sp)
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dstackframe.h247 cfi_st v1, PT_R3, \docfi
376 cfi_ld $3, PT_R3, \docfi
420 cfi_ld $3, PT_R3, \docfi
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dptrace.h64 #define PT_R3 3 macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dptrace.h60 #define PT_R3 3 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dptrace.h71 #define PT_R3 3 macro
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dasm-offsets.c31 OFFSET(PT_R3, pt_regs, r3); in main()
H A Dinsnemu.S23 ldw r3, PT_R3(sp)
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h229 #define PT_R3 0x0898 macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace.c437 CHECK_REG(PT_R3, gpr[3]); in pt_regs_check()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dptrace.c1894 case PT_R1 ... PT_R3: in access_uarea()