/arch/mips/include/asm/ |
D | irqflags.h | 263 LONG_L $5, PT_R5(sp); \ 270 LONG_L $5, PT_R5(sp); \
|
D | stackframe.h | 203 LONG_S $5, PT_R5(sp) 311 LONG_L $5, PT_R5(sp) 442 LONG_L $5, PT_R5(sp)
|
/arch/um/sys-ppc/shared/sysdep/ |
D | ptrace.h | 54 #define UM_SYSCALL_ARG3(r) UM_REG(r, PT_R5) 63 #define UM_SYSCALL_ARG3_OFFSET (PT_R5 * sizeof(PPC_REG))
|
/arch/cris/include/arch-v10/arch/ |
D | ptrace.h | 22 #define PT_R5 10 macro
|
/arch/mips/kernel/ |
D | mcount.S | 26 PTR_S a1, PT_R5(sp) 41 PTR_L a1, PT_R5(sp)
|
D | scall32-o32.S | 107 lw a1, PT_R5(sp) 223 sw a1, PT_R5(sp) # syscalls expect them there
|
D | scall64-o32.S | 144 ld a1, PT_R5(sp) 205 sd a1, PT_R5(sp) # syscalls expect them there
|
D | scall64-n32.S | 100 ld a1, PT_R5(sp)
|
D | scall64-64.S | 102 ld a1, PT_R5(sp)
|
D | asm-offsets.c | 29 OFFSET(PT_R5, pt_regs, regs[5]); in output_ptreg_defines()
|
/arch/cris/include/arch-v32/arch/ |
D | ptrace.h | 12 #define PT_R5 6 macro
|
/arch/m32r/include/asm/ |
D | ptrace.h | 17 #define PT_R5 1 macro
|
/arch/blackfin/include/asm/ |
D | ptrace.h | 142 #define PT_R5 184 macro
|
/arch/score/include/asm/ |
D | asmmacro.h | 28 sw r5, [r0, PT_R5] 125 lw r5, [r0, PT_R5]
|
/arch/mips/alchemy/common/ |
D | sleeper.S | 33 sw $5, PT_R5(sp) 252 lw $5, PT_R5(sp)
|
/arch/ia64/include/asm/ |
D | ptrace_offsets.h | 202 #define PT_R5 0x07b8 macro
|
/arch/microblaze/kernel/ |
D | entry-nommu.S | 72 swi r5, r1, PT_R5 189 lwi r5, r1, PT_R5 220 swi r5, r1, PT_R5 312 swi r5, r1, PT_R5 547 lwi r5, r1, PT_R5
|
D | asm-offsets.c | 35 DEFINE(PT_R5, offsetof(struct pt_regs, r5)); in main()
|
D | hw_exception_handler.S | 92 lwi r5, r1, PT_R5; \ 313 swi r5, r1, PT_R5 544 lwi r5, r1, PT_R5
|
D | entry.S | 181 swi r5, r1, PT_R5; \ 217 lwi r5, r1, PT_R5; \ 357 lwi r5, r1, PT_R5;
|
/arch/mips/powertv/ |
D | powertv_setup.c | 129 LONG_S_ "$5, " VAL(PT_R5) "($at)\n" in panic_handler()
|
/arch/powerpc/include/asm/ |
D | ptrace.h | 235 #define PT_R5 5 macro
|
/arch/score/kernel/ |
D | asm-offsets.c | 41 OFFSET(PT_R5, pt_regs, regs[5]); in output_ptreg_defines()
|
/arch/blackfin/kernel/ |
D | asm-offsets.c | 54 DEFINE(PT_R5, offsetof(struct pt_regs, r5)); in main()
|
/arch/m32r/kernel/ |
D | ptrace.c | 63 PT_R0, PT_R1, PT_R2, PT_R3, PT_R4, PT_R5, PT_R6, PT_R7,
|