Home
last modified time | relevance | path

Searched refs:PT_R14 (Results 1 – 11 of 11) sorted by relevance

/linux/arch/loongarch/kernel/
H A Drethook_trampoline.S20 cfi_st t2, PT_R14
55 cfi_ld t2, PT_R14
H A Dmcount_dyn.S44 PTR_S t2, sp, PT_R14
/linux/arch/nios2/include/asm/
H A Dentry.h51 stw r14, PT_R14(sp)
79 ldw r14, PT_R14(sp)
/linux/arch/loongarch/include/asm/
H A Dstackframe.h74 cfi_st t2, PT_R14, \docfi
189 cfi_ld t2, PT_R14, \docfi
/linux/arch/nios2/kernel/
H A Dasm-offsets.c42 OFFSET(PT_R14, pt_regs, r14); in main()
H A Dinsnemu.S34 ldw r14, PT_R14(sp)
/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h82 #define PT_R14 14 macro
/linux/arch/microblaze/kernel/
H A Dentry.S856 lwi r14, r1, PT_R14
876 swi r14, r1, PT_R14 /* rewrite saved R14 value */
970 swi r14, r1, PT_R14 /* rewrite saved R14 value */
1061 lwi r14, r1, PT_R14;
H A Dasm-offsets.c44 DEFINE(PT_R14, offsetof(struct pt_regs, r14)); in main()
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c401 CHECK_REG(PT_R14, gpr[14]); in pt_regs_check()
/linux/arch/mips/kernel/
H A Dasm-offsets.c44 OFFSET(PT_R14, pt_regs, regs[14]); in output_ptreg_defines()