/linux-2.6.39/arch/mips/kernel/ |
D | mcount.S | 24 PTR_S AT, PT_R1(sp) 39 PTR_L AT, PT_R1(sp) 156 PTR_LA a0, PT_R1(sp) /* leaf func: the location in current stack */
|
D | asm-offsets.c | 25 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines()
|
/linux-2.6.39/arch/um/sys-ppc/shared/sysdep/ |
D | ptrace.h | 48 #define UM_SP(r) UM_REG(r, PT_R1) 67 #define UM_SP_OFFSET (PT_R1 * sizeof(PPC_REG))
|
/linux-2.6.39/arch/microblaze/kernel/ |
D | entry.S | 272 swi r11, r1, PT_R1; /* Store user SP. */ \ 328 swi r11, r1, PT_R1; /* Store user SP. */ 448 lwi r1, r1, PT_R1 - PT_SIZE;/* Restore user stack pointer. */ 469 lwi r6, r1, PT_R1 /* Arg 1: child SP (use parent's) */ 494 lwi r6, r1, PT_R1; /* If so, use paret's stack ptr */ 653 lwi r1, r1, PT_R1 - PT_SIZE; /* Restore user stack pointer. */ 711 swi r11, r1, PT_R1; 752 lwi r1, r1, PT_R1 - PT_SIZE; 819 swi r11, r1, PT_R1 844 swi r11, r1, PT_R1; /* Store user SP. */ [all …]
|
D | entry-nommu.S | 111 swi r11, r1, PT_R1 193 lwi r1, r1, PT_R1 269 swi r11, r1, PT_R1 359 swi r11, r1, PT_R1 551 lwi r1, r1, PT_R1
|
D | asm-offsets.c | 31 DEFINE(PT_R1, offsetof(struct pt_regs, r1)); in main()
|
D | hw_exception_handler.S | 96 lwi r1, r1, PT_R1; 306 swi r1, r0, TOPHYS(pt_pool_space + PT_R1); /* GET_SP */
|
/linux-2.6.39/arch/mips/alchemy/common/ |
D | sleeper.S | 29 sw $1, PT_R1(sp) 175 lw $1, PT_R1(sp)
|
/linux-2.6.39/arch/cris/include/arch-v10/arch/ |
D | ptrace.h | 26 #define PT_R1 14 macro
|
/linux-2.6.39/arch/cris/include/arch-v32/arch/ |
D | ptrace.h | 8 #define PT_R1 2 macro
|
/linux-2.6.39/arch/score/include/asm/ |
D | asmmacro.h | 23 sw r1, [r0, PT_R1] 120 lw r1, [r0, PT_R1]
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | ptrace.h | 21 #define PT_R1 5 macro
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | ptrace.h | 142 #define PT_R1 200 macro
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | ptrace_offsets.h | 226 #define PT_R1 0x0888 macro
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | perf_callchain.c | 262 read_user_stack_64(&uregs[PT_R1], &sp)) in perf_callchain_user_64() 455 read_user_stack_32(&uregs[PT_R1], &sp)) in perf_callchain_user_32()
|
/linux-2.6.39/arch/mips/powertv/ |
D | powertv_setup.c | 171 LONG_S_ "$8, " VAL(PT_R1) "($at)\n" in panic_handler()
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | ptrace.h | 216 #define PT_R1 1 macro
|
/linux-2.6.39/arch/mips/include/asm/ |
D | stackframe.h | 40 LONG_S $1, PT_R1(sp) 246 LONG_L $1, PT_R1(sp)
|
/linux-2.6.39/arch/blackfin/kernel/ |
D | asm-offsets.c | 49 DEFINE(PT_R1, offsetof(struct pt_regs, r1)); in main()
|
/linux-2.6.39/arch/score/kernel/ |
D | asm-offsets.c | 37 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines()
|
/linux-2.6.39/arch/m32r/kernel/ |
D | ptrace.c | 64 PT_R0, PT_R1, PT_R2, PT_R3, PT_R4, PT_R5, PT_R6, PT_R7,
|
/linux-2.6.39/arch/blackfin/mach-common/ |
D | entry.S | 654 r1 = [sp + PT_R1]; 755 r1 = [sp + PT_R1];
|
/linux-2.6.39/arch/ia64/kernel/ |
D | ptrace.c | 2044 case PT_R1 ... PT_R3: in access_uarea() 2045 pos = addr - PT_R1 + ELF_GR_OFFSET(1); in access_uarea()
|