Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/alchemy/common/
H A Dsleeper.S40 sw $26, PT_R26(sp)
259 lw $26, PT_R26(sp)
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dentry-nommu.S94 swi r26, r1, PT_R26
170 lwi r26, r1, PT_R26
248 swi r26, r1, PT_R26
339 swi r26, r1, PT_R26
545 lwi r26, r1, PT_R26
H A Dasm-offsets.c56 DEFINE(PT_R26, offsetof(struct pt_regs, r26)); in main()
H A Dentry.S202 swi r26, r1, PT_R26; \
236 lwi r26, r1, PT_R26; \
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dptrace.h83 #define PT_R26 26 macro
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dasm-offsets.c47 OFFSET(PT_R26, pt_regs, regs[26]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dptrace.h94 #define PT_R26 26 macro
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h248 #define PT_R26 0x0930 macro
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dscall64-n32.S45 sd a3, PT_R26(sp) # save a3 for syscall restarting
H A Dscall64-n64.S48 sd a3, PT_R26(sp) # save a3 for syscall restarting
H A Dscall32-o32.S38 sw a3, PT_R26(sp) # save a3 for syscall restarting
H A Dscall64-o32.S55 sd a3, PT_R26(sp) # save a3 for syscall restarting
H A Dasm-offsets.c55 OFFSET(PT_R26, pt_regs, regs[26]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dasm-offsets.c64 DEFINE(PT_R26, offsetof(struct pt_regs, exregs[10])); in main()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace.c460 CHECK_REG(PT_R26, gpr[26]); in pt_regs_check()