Searched refs:PT_R15 (Results 1 – 13 of 13) sorted by relevance
/linux-3.3/arch/score/include/asm/ |
D | asmmacro.h | 39 sw r15, [r0, PT_R15] 136 lw r15, [r0, PT_R15]
|
/linux-3.3/arch/m32r/include/asm/ |
D | ptrace.h | 33 #define PT_R15 PT_SP macro
|
/linux-3.3/arch/microblaze/kernel/ |
D | entry-nommu.S | 83 swi r15, r1, PT_R15 179 lwi r15, r1, PT_R15 235 swi r15, r1, PT_R15 325 swi r15, r1, PT_R15 537 lwi r15, r1, PT_R15
|
D | asm-offsets.c | 45 DEFINE(PT_R15, offsetof(struct pt_regs, r15)); in main()
|
D | hw_exception_handler.S | 386 swi r15, r1, PT_R15 425 lwi r15, r1, PT_R15
|
D | entry.S | 191 swi r15, r1, PT_R15; /* Save LP */ \ 227 lwi r15, r1, PT_R15; /* restore LP */ \
|
/linux-3.3/arch/ia64/include/asm/ |
D | ptrace_offsets.h | 232 #define PT_R15 0x08b8 macro
|
/linux-3.3/arch/mips/powertv/ |
D | powertv_setup.c | 141 LONG_S_ "$15, " VAL(PT_R15) "($at)\n" in panic_handler()
|
/linux-3.3/arch/powerpc/include/asm/ |
D | ptrace.h | 245 #define PT_R15 15 macro
|
/linux-3.3/arch/mips/include/asm/ |
D | stackframe.h | 68 LONG_S $15, PT_R15(sp) 273 LONG_L $15, PT_R15(sp)
|
/linux-3.3/arch/score/kernel/ |
D | asm-offsets.c | 51 OFFSET(PT_R15, pt_regs, regs[15]); in output_ptreg_defines()
|
/linux-3.3/arch/mips/kernel/ |
D | asm-offsets.c | 39 OFFSET(PT_R15, pt_regs, regs[15]); in output_ptreg_defines()
|
/linux-3.3/arch/ia64/kernel/ |
D | ptrace.c | 2033 case PT_R12 ... PT_R15: in access_uarea()
|