Home
last modified time | relevance | path

Searched refs:PT_R7 (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dscall64-n64.S70 sd t0, PT_R7(sp) # set error flag
96 ld a3, PT_R7(sp)
108 sd t0, PT_R7(sp)
H A Dscall32-o32.S103 sw t0, PT_R7(sp) # set error flag
138 lw a3, PT_R7(sp)
153 sw t0, PT_R7(sp)
179 sw t0, PT_R7(sp)
H A Dscall64-o32.S95 sd t0, PT_R7(sp) # set error flag
140 ld a3, PT_R7(sp)
163 sd t0, PT_R7(sp)
H A Dscall64-n32.S60 sd t0, PT_R7(sp) # set error flag
85 ld a3, PT_R7(sp)
H A Dmcount.S29 PTR_S a3, PT_R7(sp)
44 PTR_L a3, PT_R7(sp)
H A Dasm-offsets.c36 OFFSET(PT_R7, pt_regs, regs[7]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dirqflags.h158 LONG_L $7, PT_R7(sp); \
165 LONG_L $7, PT_R7(sp); \
H A Dstackframe.h264 cfi_st $7, PT_R7, \docfi
372 cfi_ld $7, PT_R7, \docfi
416 cfi_ld $7, PT_R7, \docfi
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dentry.S223 stw r1, PT_R7(sp)
259 ldw r7, PT_R7(sp)
289 stw r1, PT_R7(sp)
325 ldw r7, PT_R7(sp)
H A Dasm-offsets.c35 OFFSET(PT_R7, pt_regs, r7); in main()
H A Dinsnemu.S27 ldw r7, PT_R7(sp)
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dentry.h44 stw r7, PT_R7(sp)
72 ldw r7, PT_R7(sp)
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dgenex.S83 LONG_S $7, PT_R7(sp)
158 LONG_L $7, PT_R7(sp)
H A Dasm-offsets.c28 OFFSET(PT_R7, pt_regs, regs[7]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/mips/alchemy/common/
H A Dsleeper.S31 sw $7, PT_R7(sp)
250 lw $7, PT_R7(sp)
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dentry-nommu.S74 swi r7, r1, PT_R7
189 lwi r7, r1, PT_R7
224 swi r7, r1, PT_R7
317 swi r7, r1, PT_R7
564 lwi r7, r1, PT_R7
H A Dasm-offsets.c37 DEFINE(PT_R7, offsetof(struct pt_regs, r7)); in main()
H A Dentry.S183 swi r7, r1, PT_R7; \
217 lwi r7, r1, PT_R7; \
351 lwi r7, r1, PT_R7;
H A Dhw_exception_handler.S402 swi r7, r1, PT_R7
441 lwi r7, r1, PT_R7
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dptrace.h68 #define PT_R7 7 macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dptrace.h64 #define PT_R7 7 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dptrace.h75 #define PT_R7 7 macro
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h205 #define PT_R7 0x07c8 macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace.c441 CHECK_REG(PT_R7, gpr[7]); in pt_regs_check()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dptrace.c1785 (addr >= PT_R7 + 8 && addr < PT_B1) || in access_uarea()
1849 case PT_R4 ... PT_R7: in access_uarea()