Home
last modified time | relevance | path

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

/arch/m32r/include/uapi/asm/
Dptrace.h34 #define PT_R15 PT_SP macro
/arch/nios2/include/asm/
Dentry.h52 stw r15, PT_R15(sp)
79 ldw r15, PT_R15(sp)
/arch/score/include/asm/
Dasmmacro.h40 sw r15, [r0, PT_R15]
137 lw r15, [r0, PT_R15]
/arch/powerpc/include/uapi/asm/
Dptrace.h78 #define PT_R15 15 macro
/arch/nios2/kernel/
Dasm-offsets.c56 OFFSET(PT_R15, pt_regs, r15); in main()
Dinsnemu.S47 ldw r15, PT_R15(sp)
/arch/ia64/include/uapi/asm/
Dptrace_offsets.h233 #define PT_R15 0x08b8 macro
/arch/microblaze/kernel/
Dentry-nommu.S83 swi r15, r1, PT_R15
181 lwi r15, r1, PT_R15
237 swi r15, r1, PT_R15
328 swi r15, r1, PT_R15
556 lwi r15, r1, PT_R15
Dasm-offsets.c45 DEFINE(PT_R15, offsetof(struct pt_regs, r15)); in main()
Dhw_exception_handler.S412 swi r15, r1, PT_R15
451 lwi r15, r1, PT_R15
Dentry.S191 swi r15, r1, PT_R15; /* Save LP */ \
225 lwi r15, r1, PT_R15; /* restore LP */ \
/arch/mips/include/asm/
Dstackframe.h82 cfi_st $15, PT_R15, \docfi
332 cfi_ld $15, PT_R15, \docfi
/arch/score/kernel/
Dasm-offsets.c51 OFFSET(PT_R15, pt_regs, regs[15]); in output_ptreg_defines()
/arch/mips/kernel/
Dasm-offsets.c44 OFFSET(PT_R15, pt_regs, regs[15]); in output_ptreg_defines()
/arch/ia64/kernel/
Dptrace.c2012 case PT_R12 ... PT_R15: in access_uarea()