Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmcount.S81 PTR_S MCOUNT_RA_ADDRESS_REG, PT_R12(sp)
166 PTR_L a0, PT_R12(sp)
H A Dasm-offsets.c41 OFFSET(PT_R12, pt_regs, regs[12]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dentry.h49 stw r12, PT_R12(sp)
77 ldw r12, PT_R12(sp)
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dgenex.S39 LONG_S $12, PT_R12(sp)
115 LONG_L $12, PT_R12(sp)
H A Dasm-offsets.c33 OFFSET(PT_R12, pt_regs, regs[12]); in output_ptreg_defines()
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dentry-nommu.S79 swi r12, r1, PT_R12
184 lwi r12, r1, PT_R12
230 swi r12, r1, PT_R12
323 swi r12, r1, PT_R12
559 lwi r12, r1, PT_R12
H A Dasm-offsets.c42 DEFINE(PT_R12, offsetof(struct pt_regs, r12)); in main()
H A Dhw_exception_handler.S407 swi r12, r1, PT_R12
446 lwi r12, r1, PT_R12
H A Dentry.S188 swi r12, r1, PT_R12; \
222 lwi r12, r1, PT_R12; \
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dptrace.h73 #define PT_R12 12 macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dptrace.h69 #define PT_R12 12 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dptrace.h80 #define PT_R12 12 macro
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dasm-offsets.c40 OFFSET(PT_R12, pt_regs, r12); in main()
H A Dinsnemu.S32 ldw r12, PT_R12(sp)
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h230 #define PT_R12 0x08a0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dstackframe.h75 cfi_st $12, PT_R12, \docfi
329 cfi_ld $12, PT_R12, \docfi
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace.c446 CHECK_REG(PT_R12, gpr[12]); in pt_regs_check()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dptrace.c1897 case PT_R12 ... PT_R15: in access_uarea()
1898 pos = addr - PT_R12 + ELF_GR_OFFSET(12); in access_uarea()