/linux-4.4.14/arch/mips/include/asm/ |
D | stackframe.h | 47 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)
|
D | irqflags.h | 177 LONG_L $8, PT_R8(sp); \
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | entry.h | 45 stw r8, PT_R8(sp) 72 ldw r8, PT_R8(sp)
|
/linux-4.4.14/arch/mips/kernel/ |
D | mcount.S | 30 PTR_S a4, PT_R8(sp) 45 PTR_L a4, PT_R8(sp)
|
D | scall64-o32.S | 110 sd a4, PT_R8(sp) # Save argument registers 142 ld a4, PT_R8(sp)
|
D | scall64-n32.S | 87 ld a4, PT_R8(sp)
|
D | scall64-64.S | 98 ld a4, PT_R8(sp)
|
D | asm-offsets.c | 35 OFFSET(PT_R8, pt_regs, regs[8]); in output_ptreg_defines()
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
D | ptrace_v10.h | 19 #define PT_R8 7 macro
|
D | ptrace_v32.h | 15 #define PT_R8 9 macro
|
/linux-4.4.14/arch/m32r/include/uapi/asm/ |
D | ptrace.h | 25 #define PT_R8 9 macro
|
/linux-4.4.14/arch/score/include/asm/ |
D | asmmacro.h | 32 sw r8, [r0, PT_R8] 129 lw r8, [r0, PT_R8]
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 70 #define PT_R8 8 macro
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | entry-nommu.S | 75 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
|
D | asm-offsets.c | 38 DEFINE(PT_R8, offsetof(struct pt_regs, r8)); in main()
|
D | entry.S | 184 swi r8, r1, PT_R8; \ 220 lwi r8, r1, PT_R8; \ 342 lwi r8, r1, PT_R8;
|
D | hw_exception_handler.S | 406 swi r8, r1, PT_R8 445 lwi r8, r1, PT_R8
|
/linux-4.4.14/arch/nios2/kernel/ |
D | asm-offsets.c | 49 OFFSET(PT_R8, pt_regs, r8); in main()
|
D | insnemu.S | 40 ldw r8, PT_R8(sp)
|
D | entry.S | 315 ldw r8, PT_R8(sp)
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | ptrace_offsets.h | 233 #define PT_R8 0x08c0 macro
|
/linux-4.4.14/arch/mips/kvm/ |
D | locore.S | 67 LONG_S $8, PT_R8(k1) 576 LONG_L $8, PT_R8(k1)
|
/linux-4.4.14/arch/score/kernel/ |
D | asm-offsets.c | 44 OFFSET(PT_R8, pt_regs, regs[8]); in output_ptreg_defines()
|
/linux-4.4.14/arch/m32r/kernel/ |
D | ptrace.c | 64 PT_R8, PT_R9, PT_R10, PT_R11, PT_R12, PT_FP, PT_LR, PT_SPU,
|
/linux-4.4.14/arch/ia64/kernel/ |
D | ptrace.c | 2008 case PT_R8 ... PT_R11: in access_uarea() 2009 pos = addr - PT_R8 + ELF_GR_OFFSET(8); in access_uarea()
|