Home
last modified time | relevance | path

Searched refs:PT_R10 (Results 1 – 17 of 17) sorted by relevance

/linux/arch/loongarch/kernel/
H A Drethook_trampoline.S16 cfi_st a6, PT_R10
51 cfi_ld a6, PT_R10
H A Dmcount_dyn.S38 PTR_S a6, sp, PT_R10
103 PTR_L a6, sp, PT_R10
H A Dentry.S51 cfi_st a6, PT_R10
H A Dasm-offsets.c35 OFFSET(PT_R10, pt_regs, regs[10]); in output_ptreg_defines()
/linux/arch/mips/kernel/
H A Dmcount.S33 PTR_S a6, PT_R10(sp)
48 PTR_L a6, PT_R10(sp)
H A Dscall64-o32.S128 sd a6, PT_R10(sp)
144 ld a6, PT_R10(sp)
H A Dasm-offsets.c48 OFFSET(PT_R10, pt_regs, regs[10]); in output_ptreg_defines()
/linux/arch/nios2/include/asm/
H A Dentry.h47 stw r10, PT_R10(sp)
75 ldw r10, PT_R10(sp)
/linux/arch/mips/include/asm/
H A Dirqflags.h155 LONG_L $10, PT_R10(sp); \
H A Dstackframe.h73 cfi_st $10, PT_R10, \docfi
322 cfi_ld $10, PT_R10, \docfi
/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h78 #define PT_R10 10 macro
/linux/arch/nios2/kernel/
H A Dasm-offsets.c39 OFFSET(PT_R10, pt_regs, r10); in main()
H A Dinsnemu.S30 ldw r10, PT_R10(sp)
/linux/arch/loongarch/include/asm/
H A Dstackframe.h179 cfi_st a6, PT_R10, \docfi
253 cfi_ld a6, PT_R10, \docfi
/linux/arch/microblaze/kernel/
H A Dasm-offsets.c41 DEFINE(PT_R10, offsetof(struct pt_regs, r10)); in main()
H A Dentry.S188 swi r10, r1, PT_R10; \
222 lwi r10, r1, PT_R10; \
394 lwi r10, r1, PT_R10;
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c397 CHECK_REG(PT_R10, gpr[10]); in pt_regs_check()