Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmcount.S24 PTR_S ra, PT_R31(sp)
39 PTR_L ra, PT_R31(sp)
178 PTR_L a1, PT_R31(sp)
H A Dasm-offsets.c60 OFFSET(PT_R31, pt_regs, regs[31]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/mips/power/
H A Dhibernate_asm.S16 PTR_S ra, PT_R31(t0)
46 PTR_L ra, PT_R31(t0)
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpm.h32 LONG_S $31, PT_R31(sp)
56 LONG_L $31, PT_R31(sp)
H A Dstackframe.h262 cfi_st ra, PT_R31, \docfi
369 cfi_ld $31, PT_R31, \docfi
409 cfi_ld $31, PT_R31, \docfi
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dentry-nommu.S99 swi r31, r1, PT_R31
165 lwi r31, r1, PT_R31
253 swi r31, r1, PT_R31
344 swi r31, r1, PT_R31
475 swi r31, r1, PT_R31 /* save r31 in user context. */
540 lwi r31, r1, PT_R31
H A Dasm-offsets.c61 DEFINE(PT_R31, offsetof(struct pt_regs, r31)); in main()
H A Dhw_exception_handler.S93 lwi r31, r1, PT_R31; \
341 swi r31, r1, PT_R31
H A Dentry.S207 swi r31, r1, PT_R31; /* Save current task reg */ \
241 lwi r31, r1, PT_R31; /* Restore cur task reg */
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dgenex.S91 LONG_S $31, PT_R31(sp)
151 LONG_L $31, PT_R31(sp)
H A Dasm-offsets.c52 OFFSET(PT_R31, pt_regs, regs[31]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/mips/alchemy/common/
H A Dsleeper.S44 sw $31, PT_R31(sp)
263 lw $31, PT_R31(sp)
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dptrace.h88 #define PT_R31 31 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dptrace.h99 #define PT_R31 31 macro
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h253 #define PT_R31 0x0958 macro
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dasm-offsets.c69 DEFINE(PT_R31, offsetof(struct pt_regs, exregs[15])); in main()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace.c465 CHECK_REG(PT_R31, gpr[31]); in pt_regs_check()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dptrace.c1903 case PT_R16 ... PT_R31: in access_uarea()