Home
last modified time | relevance | path

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

/arch/um/sys-ppc/shared/sysdep/
Dptrace.h47 #define UM_SYSCALL_RET(r) UM_REG(r, PT_R3)
60 #define UM_SYSCALL_RET_OFFSET (PT_R3 * sizeof(PPC_REG))
61 #define UM_SYSCALL_ARG1_OFFSET (PT_R3 * sizeof(PPC_REG))
69 #define UM_ELF_ZERO_OFFSET (PT_R3 * sizeof(PPC_REG))
/arch/cris/include/arch-v10/arch/
Dptrace.h24 #define PT_R3 12 macro
/arch/m32r/include/uapi/asm/
Dptrace.h23 #define PT_R3 7 macro
/arch/cris/include/arch-v32/arch/
Dptrace.h10 #define PT_R3 4 macro
/arch/mips/kernel/
Dmcount.S208 PTR_S v1, PT_R3(sp)
214 PTR_L v1, PT_R3(sp)
Dasm-offsets.c30 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines()
/arch/blackfin/include/uapi/asm/
Dptrace.h110 #define PT_R3 192 macro
/arch/microblaze/kernel/
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 */
Dentry.S179 swi r3, r1, PT_R3; \
215 lwi r3, r1, PT_R3; \
305 swi r0, r1, PT_R3
333 swi r3, r1, PT_R3
384 swi r3, r1, PT_R3
Dasm-offsets.c33 DEFINE(PT_R3, offsetof(struct pt_regs, r3)); in main()
Dhw_exception_handler.S91 lwi r3, r1, PT_R3; \
337 swi r3, r1, PT_R3
568 lwi r3, r1, PT_R3
/arch/score/include/asm/
Dasmmacro.h26 sw r3, [r0, PT_R3]
123 lw r3, [r0, PT_R3]
/arch/mips/alchemy/common/
Dsleeper.S31 sw $3, PT_R3(sp)
250 lw $3, PT_R3(sp)
/arch/powerpc/include/uapi/asm/
Dptrace.h65 #define PT_R3 3 macro
/arch/mips/include/asm/
Dstackframe.h194 LONG_S $3, PT_R3(sp)
309 LONG_L $3, PT_R3(sp)
353 LONG_L $3, PT_R3(sp)
/arch/ia64/include/uapi/asm/
Dptrace_offsets.h228 #define PT_R3 0x0898 macro
/arch/score/kernel/
Dasm-offsets.c39 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines()
/arch/blackfin/kernel/
Dasm-offsets.c52 DEFINE(PT_R3, offsetof(struct pt_regs, r3)); in main()
/arch/mips/kvm/
Dlocore.S66 LONG_S $3, PT_R3(k1)
538 LONG_L $3, PT_R3(k1)
/arch/m32r/kernel/
Dptrace.c63 PT_R0, PT_R1, PT_R2, PT_R3, PT_R4, PT_R5, PT_R6, PT_R7,
/arch/blackfin/mach-common/
Dentry.S562 r3 = [sp + PT_R3];
693 r3 = [sp + PT_R3];
/arch/ia64/kernel/
Dptrace.c2002 case PT_R1 ... PT_R3: in access_uarea()