Home
last modified time | relevance | path

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

/openbmc/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.S49 cfi_st a6, PT_R10
H A Dasm-offsets.c30 OFFSET(PT_R10, pt_regs, regs[10]); in output_ptreg_defines()
/openbmc/linux/arch/nios2/include/asm/
H A Dentry.h47 stw r10, PT_R10(sp)
75 ldw r10, PT_R10(sp)
/openbmc/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.c40 OFFSET(PT_R10, pt_regs, regs[10]); in output_ptreg_defines()
/openbmc/u-boot/arch/nds32/include/asm/
H A Dptrace.h71 #define PT_R10 10 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dptrace.h67 #define PT_R10 10 macro
/openbmc/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
327 cfi_ld $10, PT_R10, \docfi
/openbmc/u-boot/arch/mips/lib/
H A Dgenex.S36 LONG_S $10, PT_R10(sp)
112 LONG_L $10, PT_R10(sp)
H A Dasm-offsets.c30 OFFSET(PT_R10, pt_regs, regs[10]); in output_ptreg_defines()
/openbmc/linux/arch/nios2/kernel/
H A Dasm-offsets.c38 OFFSET(PT_R10, pt_regs, r10); in main()
H A Dinsnemu.S30 ldw r10, PT_R10(sp)
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h78 #define PT_R10 10 macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dstackframe.h141 cfi_st a6, PT_R10, \docfi
214 cfi_ld a6, PT_R10, \docfi
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h236 #define PT_R10 0x08d0 macro
/openbmc/linux/arch/microblaze/kernel/
H A Dasm-offsets.c40 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;
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c400 CHECK_REG(PT_R10, gpr[10]); in pt_regs_check()