/openbmc/linux/arch/loongarch/kernel/ |
H A D | rethook_trampoline.S | 18 cfi_st t0, PT_R12 53 cfi_ld t0, PT_R12
|
H A D | mcount_dyn.S | 43 PTR_S t0, sp, PT_R12
|
H A D | asm-offsets.c | 32 OFFSET(PT_R12, pt_regs, regs[12]); in output_ptreg_defines()
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | entry.h | 49 stw r12, PT_R12(sp) 77 ldw r12, PT_R12(sp)
|
/openbmc/linux/arch/mips/kernel/ |
H A D | mcount.S | 81 PTR_S MCOUNT_RA_ADDRESS_REG, PT_R12(sp) 166 PTR_L a0, PT_R12(sp)
|
H A D | asm-offsets.c | 42 OFFSET(PT_R12, pt_regs, regs[12]); in output_ptreg_defines()
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | genex.S | 38 LONG_S $12, PT_R12(sp) 114 LONG_L $12, PT_R12(sp)
|
H A D | asm-offsets.c | 32 OFFSET(PT_R12, pt_regs, regs[12]); in output_ptreg_defines()
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | ptrace.h | 73 #define PT_R12 12 macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | ptrace.h | 69 #define PT_R12 12 macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | stackframe.h | 60 cfi_st t0, PT_R12, \docfi 174 cfi_ld t0, PT_R12, \docfi
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ptrace.h | 80 #define PT_R12 12 macro
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | asm-offsets.c | 40 OFFSET(PT_R12, pt_regs, r12); in main()
|
H A D | insnemu.S | 32 ldw r12, PT_R12(sp)
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | ptrace_offsets.h | 230 #define PT_R12 0x08a0 macro
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | stackframe.h | 75 cfi_st $12, PT_R12, \docfi 329 cfi_ld $12, PT_R12, \docfi
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | asm-offsets.c | 42 DEFINE(PT_R12, offsetof(struct pt_regs, r12)); in main()
|
H A D | entry.S | 190 swi r12, r1, PT_R12; \ 224 lwi r12, r1, PT_R12; \
|
/openbmc/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace.c | 402 CHECK_REG(PT_R12, gpr[12]); in pt_regs_check()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | ptrace.c | 1841 case PT_R12 ... PT_R15: in access_uarea() 1842 pos = addr - PT_R12 + ELF_GR_OFFSET(12); in access_uarea()
|