Home
last modified time | relevance | path

Searched refs:PT_R10 (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmcount.S33 PTR_S a6, PT_R10(sp)
48 PTR_L a6, PT_R10(sp)
H A Dscall64-o32.S112 sd a6, PT_R10(sp)
143 ld a6, PT_R10(sp)
H A Dasm-offsets.c39 OFFSET(PT_R10, pt_regs, regs[10]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dentry.h47 stw r10, PT_R10(sp)
75 ldw r10, PT_R10(sp)
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dgenex.S37 LONG_S $10, PT_R10(sp)
113 LONG_L $10, PT_R10(sp)
H A Dasm-offsets.c31 OFFSET(PT_R10, pt_regs, regs[10]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dentry-nommu.S77 swi r10, r1, PT_R10
186 lwi r10, r1, PT_R10
227 swi r10, r1, PT_R10
320 swi r10, r1, PT_R10
561 lwi r10, r1, PT_R10
H A Dasm-offsets.c40 DEFINE(PT_R10, offsetof(struct pt_regs, r10)); in main()
H A Dentry.S186 swi r10, r1, PT_R10; \
220 lwi r10, r1, PT_R10; \
354 lwi r10, r1, PT_R10;
H A Dhw_exception_handler.S405 swi r10, r1, PT_R10
444 lwi r10, r1, PT_R10
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dptrace.h71 #define PT_R10 10 macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dptrace.h67 #define PT_R10 10 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dirqflags.h155 LONG_L $10, PT_R10(sp); \
H A Dstackframe.h73 cfi_st $10, PT_R10, \docfi
327 cfi_ld $10, PT_R10, \docfi
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dptrace.h78 #define PT_R10 10 macro
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dasm-offsets.c38 OFFSET(PT_R10, pt_regs, r10); in main()
H A Dinsnemu.S30 ldw r10, PT_R10(sp)
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h236 #define PT_R10 0x08d0 macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace.c444 CHECK_REG(PT_R10, gpr[10]); in pt_regs_check()