Home
last modified time | relevance | path

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

/arch/cris/include/uapi/asm/
Dptrace_v10.h25 #define PT_R3 12 macro
Dptrace_v32.h11 #define PT_R3 4 macro
/arch/m32r/include/uapi/asm/
Dptrace.h24 #define PT_R3 7 macro
/arch/nios2/include/asm/
Dentry.h40 stw r3, PT_R3(sp)
67 ldw r3, PT_R3(sp)
/arch/mips/kernel/
Dmcount.S208 PTR_S v1, PT_R3(sp)
214 PTR_L v1, PT_R3(sp)
Dasm-offsets.c32 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines()
/arch/blackfin/include/uapi/asm/
Dptrace.h111 #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; \
213 lwi r3, r1, PT_R3; \
315 swi r0, r1, PT_R3
343 swi r3, r1, PT_R3
395 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/mips/alchemy/common/
Dsleeper.S31 sw $3, PT_R3(sp)
250 lw $3, PT_R3(sp)
/arch/score/include/asm/
Dasmmacro.h27 sw r3, [r0, PT_R3]
124 lw r3, [r0, PT_R3]
/arch/powerpc/include/uapi/asm/
Dptrace.h66 #define PT_R3 3 macro
/arch/nios2/kernel/
Dasm-offsets.c44 OFFSET(PT_R3, pt_regs, r3); in main()
Dinsnemu.S35 ldw r3, PT_R3(sp)
/arch/ia64/include/uapi/asm/
Dptrace_offsets.h229 #define PT_R3 0x0898 macro
/arch/mips/include/asm/
Dstackframe.h247 cfi_st v1, PT_R3, \docfi
376 cfi_ld $3, PT_R3, \docfi
420 cfi_ld $3, PT_R3, \docfi
/arch/score/kernel/
Dasm-offsets.c39 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines()
/arch/blackfin/kernel/
Dasm-offsets.c58 DEFINE(PT_R3, offsetof(struct pt_regs, r3)); in main()
/arch/m32r/kernel/
Dptrace.c65 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.c2009 case PT_R1 ... PT_R3: in access_uarea()