Home
last modified time | relevance | path

Searched refs:PT_R15 (Results 1 – 13 of 13) sorted by relevance

/linux-3.3/arch/score/include/asm/
Dasmmacro.h39 sw r15, [r0, PT_R15]
136 lw r15, [r0, PT_R15]
/linux-3.3/arch/m32r/include/asm/
Dptrace.h33 #define PT_R15 PT_SP macro
/linux-3.3/arch/microblaze/kernel/
Dentry-nommu.S83 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
Dasm-offsets.c45 DEFINE(PT_R15, offsetof(struct pt_regs, r15)); in main()
Dhw_exception_handler.S386 swi r15, r1, PT_R15
425 lwi r15, r1, PT_R15
Dentry.S191 swi r15, r1, PT_R15; /* Save LP */ \
227 lwi r15, r1, PT_R15; /* restore LP */ \
/linux-3.3/arch/ia64/include/asm/
Dptrace_offsets.h232 #define PT_R15 0x08b8 macro
/linux-3.3/arch/mips/powertv/
Dpowertv_setup.c141 LONG_S_ "$15, " VAL(PT_R15) "($at)\n" in panic_handler()
/linux-3.3/arch/powerpc/include/asm/
Dptrace.h245 #define PT_R15 15 macro
/linux-3.3/arch/mips/include/asm/
Dstackframe.h68 LONG_S $15, PT_R15(sp)
273 LONG_L $15, PT_R15(sp)
/linux-3.3/arch/score/kernel/
Dasm-offsets.c51 OFFSET(PT_R15, pt_regs, regs[15]); in output_ptreg_defines()
/linux-3.3/arch/mips/kernel/
Dasm-offsets.c39 OFFSET(PT_R15, pt_regs, regs[15]); in output_ptreg_defines()
/linux-3.3/arch/ia64/kernel/
Dptrace.c2033 case PT_R12 ... PT_R15: in access_uarea()