Home
last modified time | relevance | path

Searched refs:PT_R8 (Results 1 – 25 of 25) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/
Dstackframe.h47 LONG_S $8, PT_R8(sp)
212 LONG_S $8, PT_R8(sp)
261 LONG_L $8, PT_R8(sp)
346 LONG_L $8, PT_R8(sp)
Dirqflags.h177 LONG_L $8, PT_R8(sp); \
/linux-4.4.14/arch/nios2/include/asm/
Dentry.h45 stw r8, PT_R8(sp)
72 ldw r8, PT_R8(sp)
/linux-4.4.14/arch/mips/kernel/
Dmcount.S30 PTR_S a4, PT_R8(sp)
45 PTR_L a4, PT_R8(sp)
Dscall64-o32.S110 sd a4, PT_R8(sp) # Save argument registers
142 ld a4, PT_R8(sp)
Dscall64-n32.S87 ld a4, PT_R8(sp)
Dscall64-64.S98 ld a4, PT_R8(sp)
Dasm-offsets.c35 OFFSET(PT_R8, pt_regs, regs[8]); in output_ptreg_defines()
/linux-4.4.14/arch/cris/include/uapi/asm/
Dptrace_v10.h19 #define PT_R8 7 macro
Dptrace_v32.h15 #define PT_R8 9 macro
/linux-4.4.14/arch/m32r/include/uapi/asm/
Dptrace.h25 #define PT_R8 9 macro
/linux-4.4.14/arch/score/include/asm/
Dasmmacro.h32 sw r8, [r0, PT_R8]
129 lw r8, [r0, PT_R8]
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dptrace.h70 #define PT_R8 8 macro
/linux-4.4.14/arch/microblaze/kernel/
Dentry-nommu.S75 swi r8, r1, PT_R8
188 lwi r8, r1, PT_R8
225 swi r8, r1, PT_R8
318 swi r8, r1, PT_R8
563 lwi r8, r1, PT_R8
Dasm-offsets.c38 DEFINE(PT_R8, offsetof(struct pt_regs, r8)); in main()
Dentry.S184 swi r8, r1, PT_R8; \
220 lwi r8, r1, PT_R8; \
342 lwi r8, r1, PT_R8;
Dhw_exception_handler.S406 swi r8, r1, PT_R8
445 lwi r8, r1, PT_R8
/linux-4.4.14/arch/nios2/kernel/
Dasm-offsets.c49 OFFSET(PT_R8, pt_regs, r8); in main()
Dinsnemu.S40 ldw r8, PT_R8(sp)
Dentry.S315 ldw r8, PT_R8(sp)
/linux-4.4.14/arch/ia64/include/uapi/asm/
Dptrace_offsets.h233 #define PT_R8 0x08c0 macro
/linux-4.4.14/arch/mips/kvm/
Dlocore.S67 LONG_S $8, PT_R8(k1)
576 LONG_L $8, PT_R8(k1)
/linux-4.4.14/arch/score/kernel/
Dasm-offsets.c44 OFFSET(PT_R8, pt_regs, regs[8]); in output_ptreg_defines()
/linux-4.4.14/arch/m32r/kernel/
Dptrace.c64 PT_R8, PT_R9, PT_R10, PT_R11, PT_R12, PT_FP, PT_LR, PT_SPU,
/linux-4.4.14/arch/ia64/kernel/
Dptrace.c2008 case PT_R8 ... PT_R11: in access_uarea()
2009 pos = addr - PT_R8 + ELF_GR_OFFSET(8); in access_uarea()