Home
last modified time | relevance | path

Searched refs:PT_R8 (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dgenex.S34 LONG_S $8, PT_R8(sp)
85 LONG_S $8, PT_R8(sp)
110 LONG_L $8, PT_R8(sp)
155 LONG_L $8, PT_R8(sp)
H A Dasm-offsets.c29 OFFSET(PT_R8, pt_regs, regs[8]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dstackframe.h70 cfi_st $8, PT_R8, \docfi
266 cfi_st $8, PT_R8, \docfi
324 cfi_ld $8, PT_R8, \docfi
413 cfi_ld $8, PT_R8, \docfi
H A Dirqflags.h157 LONG_L $8, PT_R8(sp); \
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmcount.S31 PTR_S a4, PT_R8(sp)
46 PTR_L a4, PT_R8(sp)
H A Dscall64-o32.S110 sd a4, PT_R8(sp) # Save argument registers
141 ld a4, PT_R8(sp)
H A Dscall64-n32.S86 ld a4, PT_R8(sp)
H A Dscall64-n64.S97 ld a4, PT_R8(sp)
H A Dasm-offsets.c37 OFFSET(PT_R8, pt_regs, regs[8]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dentry.h45 stw r8, PT_R8(sp)
73 ldw r8, PT_R8(sp)
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dentry-nommu.S75 swi r8, r1, PT_R8
188 lwi r8, r1, PT_R8
225 swi r8, r1, PT_R8
318 swi r8, r1, PT_R8
563 lwi r8, r1, PT_R8
H A Dasm-offsets.c38 DEFINE(PT_R8, offsetof(struct pt_regs, r8)); in main()
H A Dentry.S184 swi r8, r1, PT_R8; \
218 lwi r8, r1, PT_R8; \
352 lwi r8, r1, PT_R8;
H A Dhw_exception_handler.S403 swi r8, r1, PT_R8
442 lwi r8, r1, PT_R8
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dptrace.h69 #define PT_R8 8 macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dptrace.h65 #define PT_R8 8 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dptrace.h76 #define PT_R8 8 macro
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dasm-offsets.c36 OFFSET(PT_R8, pt_regs, r8); in main()
H A Dinsnemu.S28 ldw r8, PT_R8(sp)
H A Dentry.S326 ldw r8, PT_R8(sp)
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h234 #define PT_R8 0x08c0 macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace.c442 CHECK_REG(PT_R8, gpr[8]); in pt_regs_check()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dptrace.c1900 case PT_R8 ... PT_R11: in access_uarea()
1901 pos = addr - PT_R8 + ELF_GR_OFFSET(8); in access_uarea()