Home
last modified time | relevance | path

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

/arch/m32r/include/uapi/asm/
Dptrace.h33 #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.h39 sw r15, [r0, PT_R15]
136 lw r15, [r0, PT_R15]
/arch/powerpc/include/uapi/asm/
Dptrace.h77 #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.h232 #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 */ \
227 lwi r15, r1, PT_R15; /* restore LP */ \
/arch/mips/include/asm/
Dstackframe.h59 LONG_S $15, PT_R15(sp)
276 LONG_L $15, PT_R15(sp)
/arch/score/kernel/
Dasm-offsets.c51 OFFSET(PT_R15, pt_regs, regs[15]); in output_ptreg_defines()
/arch/mips/kvm/
Dlocore.S74 LONG_S $15, PT_R15(k1)
584 LONG_L $15, PT_R15(k1)
/arch/mips/kernel/
Dasm-offsets.c42 OFFSET(PT_R15, pt_regs, regs[15]); in output_ptreg_defines()
/arch/ia64/kernel/
Dptrace.c2005 case PT_R12 ... PT_R15: in access_uarea()