Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Drethook_trampoline.S18 cfi_st t0, PT_R12
53 cfi_ld t0, PT_R12
H A Dmcount_dyn.S43 PTR_S t0, sp, PT_R12
H A Dasm-offsets.c32 OFFSET(PT_R12, pt_regs, regs[12]); in output_ptreg_defines()
/openbmc/linux/arch/nios2/include/asm/
H A Dentry.h49 stw r12, PT_R12(sp)
77 ldw r12, PT_R12(sp)
/openbmc/linux/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.c42 OFFSET(PT_R12, pt_regs, regs[12]); in output_ptreg_defines()
/openbmc/u-boot/arch/mips/lib/
H A Dgenex.S38 LONG_S $12, PT_R12(sp)
114 LONG_L $12, PT_R12(sp)
H A Dasm-offsets.c32 OFFSET(PT_R12, pt_regs, regs[12]); in output_ptreg_defines()
/openbmc/u-boot/arch/nds32/include/asm/
H A Dptrace.h73 #define PT_R12 12 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dptrace.h69 #define PT_R12 12 macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dstackframe.h60 cfi_st t0, PT_R12, \docfi
174 cfi_ld t0, PT_R12, \docfi
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h80 #define PT_R12 12 macro
/openbmc/linux/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)
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dptrace_offsets.h230 #define PT_R12 0x08a0 macro
/openbmc/linux/arch/mips/include/asm/
H A Dstackframe.h75 cfi_st $12, PT_R12, \docfi
329 cfi_ld $12, PT_R12, \docfi
/openbmc/linux/arch/microblaze/kernel/
H A Dasm-offsets.c42 DEFINE(PT_R12, offsetof(struct pt_regs, r12)); in main()
H A Dentry.S190 swi r12, r1, PT_R12; \
224 lwi r12, r1, PT_R12; \
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c402 CHECK_REG(PT_R12, gpr[12]); in pt_regs_check()
/openbmc/linux/arch/ia64/kernel/
H A Dptrace.c1841 case PT_R12 ... PT_R15: in access_uarea()
1842 pos = addr - PT_R12 + ELF_GR_OFFSET(12); in access_uarea()