Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dentry.h52 stw r15, PT_R15(sp)
80 ldw r15, PT_R15(sp)
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dgenex.S46 LONG_S $15, PT_R15(sp)
118 LONG_L $15, PT_R15(sp)
H A Dasm-offsets.c36 OFFSET(PT_R15, pt_regs, regs[15]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A 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
H A Dasm-offsets.c45 DEFINE(PT_R15, offsetof(struct pt_regs, r15)); in main()
H A Dhw_exception_handler.S409 swi r15, r1, PT_R15
448 lwi r15, r1, PT_R15
H A Dentry.S191 swi r15, r1, PT_R15; /* Save LP */ \
225 lwi r15, r1, PT_R15; /* restore LP */ \
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dptrace.h76 #define PT_R15 15 macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dptrace.h72 #define PT_R15 15 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dptrace.h83 #define PT_R15 15 macro
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dasm-offsets.c43 OFFSET(PT_R15, pt_regs, r15); in main()
H A Dinsnemu.S35 ldw r15, PT_R15(sp)
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h233 #define PT_R15 0x08b8 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dstackframe.h82 cfi_st $15, PT_R15, \docfi
332 cfi_ld $15, PT_R15, \docfi
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dasm-offsets.c52 DEFINE(PT_R15, offsetof(struct pt_regs, lr)); in main()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace.c449 CHECK_REG(PT_R15, gpr[15]); in pt_regs_check()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dasm-offsets.c44 OFFSET(PT_R15, pt_regs, regs[15]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dptrace.c1897 case PT_R12 ... PT_R15: in access_uarea()