Home
last modified time | relevance | path

Searched refs:PT_R4 (Results 1 – 31 of 31) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/
Dirqflags.h181 LONG_L $4, PT_R4(sp); \
188 LONG_L $4, PT_R4(sp); \
Dstackframe.h204 LONG_S $4, PT_R4(sp)
308 LONG_L $4, PT_R4(sp)
352 LONG_L $4, PT_R4(sp)
/linux-4.4.14/arch/microblaze/kernel/
Dentry-nommu.S71 swi r4, r1, PT_R4
192 lwi r4, r1, PT_R4
221 swi r4, r1, PT_R4 /* r4: _always_ in clobber list; see unistd.h */
314 swi r4, r1, PT_R4 /* r4: _always_ in clobber list; see unistd.h */
379 lwi r4, r1, PT_R4
514 swi r4, r1, PT_R4 /* return val */
567 lwi r4, r1, PT_R4 /* return val */
Dentry.S180 swi r4, r1, PT_R4; \
216 lwi r4, r1, PT_R4; \
306 swi r0, r1, PT_R4
386 swi r4, r1, PT_R4
Dasm-offsets.c34 DEFINE(PT_R4, offsetof(struct pt_regs, r4)); in main()
Dhw_exception_handler.S92 lwi r4, r1, PT_R4; \
338 swi r4, r1, PT_R4
569 lwi r4, r1, PT_R4
/linux-4.4.14/arch/nios2/include/asm/
Dentry.h41 stw r4, PT_R4(sp)
68 ldw r4, PT_R4(sp)
/linux-4.4.14/arch/mips/kernel/
Dmcount.S25 PTR_S a0, PT_R4(sp)
40 PTR_L a0, PT_R4(sp)
Dscall64-o32.S129 lw a1, PT_R4(sp) /* Arg1 for __NR_syscall case */
138 ld a0, PT_R4(sp) # Restore argument registers
206 sd a0, PT_R4(sp) # ... and push back a0 - a3, some
Dscall32-o32.S130 lw a1, PT_R4(sp)
139 lw a0, PT_R4(sp) # Restore argument registers
211 sw a0, PT_R4(sp) # .. and push back a0 - a3, some
Dscall64-n32.S83 ld a0, PT_R4(sp) # Restore argument registers
Dscall64-64.S94 ld a0, PT_R4(sp) # Restore argument registers
Dasm-offsets.c31 OFFSET(PT_R4, pt_regs, regs[4]); in output_ptreg_defines()
/linux-4.4.14/arch/cris/include/uapi/asm/
Dptrace_v10.h23 #define PT_R4 11 macro
Dptrace_v32.h11 #define PT_R4 5 macro
/linux-4.4.14/arch/m32r/include/uapi/asm/
Dptrace.h16 #define PT_R4 0 macro
/linux-4.4.14/arch/mips/alchemy/common/
Dsleeper.S32 sw $4, PT_R4(sp)
251 lw $4, PT_R4(sp)
/linux-4.4.14/arch/score/include/asm/
Dasmmacro.h27 sw r4, [r0, PT_R4]
124 lw r4, [r0, PT_R4]
/linux-4.4.14/arch/blackfin/include/uapi/asm/
Dptrace.h111 #define PT_R4 188 macro
/linux-4.4.14/arch/nios2/kernel/
Dentry.S184 ldw r4, PT_R4(sp)
253 ldw r4, PT_R4(sp)
311 ldw r4, PT_R4(sp) /* reload syscall arguments r4-r9 */
Dasm-offsets.c45 OFFSET(PT_R4, pt_regs, r4); in main()
Dinsnemu.S36 ldw r4, PT_R4(sp)
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dptrace.h66 #define PT_R4 4 macro
/linux-4.4.14/arch/ia64/include/uapi/asm/
Dptrace_offsets.h201 #define PT_R4 0x07b0 macro
/linux-4.4.14/arch/score/kernel/
Dentry.S447 sw r4, [r0, PT_R4] # save result
467 lw r4, [r0, PT_R4] # Restore argument registers
485 sw r4, [r0, PT_R4]
Dasm-offsets.c40 OFFSET(PT_R4, pt_regs, regs[4]); in output_ptreg_defines()
/linux-4.4.14/arch/mips/kvm/
Dlocore.S62 LONG_S $4, PT_R4(k1)
572 LONG_L $4, PT_R4(k1)
/linux-4.4.14/arch/blackfin/kernel/
Dasm-offsets.c59 DEFINE(PT_R4, offsetof(struct pt_regs, r4)); in main()
/linux-4.4.14/arch/m32r/kernel/
Dptrace.c63 PT_R0, PT_R1, PT_R2, PT_R3, PT_R4, PT_R5, PT_R6, PT_R7,
/linux-4.4.14/arch/blackfin/mach-common/
Dentry.S563 r4 = [sp + PT_R4];
694 r4 = [sp + PT_R4];
/linux-4.4.14/arch/ia64/kernel/
Dptrace.c1957 case PT_R4 ... PT_R7: in access_uarea()
1958 pos = addr - PT_R4 + ELF_GR_OFFSET(4); in access_uarea()