Searched refs:PT_R12 (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/arch/mips/kernel/ |
D | mcount.S | 81 PTR_S MCOUNT_RA_ADDRESS_REG, PT_R12(sp) 166 PTR_L a0, PT_R12(sp)
|
D | asm-offsets.c | 41 OFFSET(PT_R12, pt_regs, regs[12]); in output_ptreg_defines()
|
/linux-6.1.9/arch/nios2/include/asm/ |
D | entry.h | 49 stw r12, PT_R12(sp) 77 ldw r12, PT_R12(sp)
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | stackframe.h | 51 cfi_st t0, PT_R12, \docfi 161 cfi_ld t0, PT_R12, \docfi
|
/linux-6.1.9/arch/nios2/kernel/ |
D | asm-offsets.c | 40 OFFSET(PT_R12, pt_regs, r12); in main()
|
D | insnemu.S | 32 ldw r12, PT_R12(sp)
|
/linux-6.1.9/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 80 #define PT_R12 12 macro
|
/linux-6.1.9/arch/ia64/include/uapi/asm/ |
D | ptrace_offsets.h | 230 #define PT_R12 0x08a0 macro
|
/linux-6.1.9/arch/mips/include/asm/ |
D | stackframe.h | 75 cfi_st $12, PT_R12, \docfi 329 cfi_ld $12, PT_R12, \docfi
|
/linux-6.1.9/arch/microblaze/kernel/ |
D | asm-offsets.c | 42 DEFINE(PT_R12, offsetof(struct pt_regs, r12)); in main()
|
D | entry.S | 190 swi r12, r1, PT_R12; \ 224 lwi r12, r1, PT_R12; \
|
/linux-6.1.9/arch/powerpc/kernel/ptrace/ |
D | ptrace.c | 402 CHECK_REG(PT_R12, gpr[12]); in pt_regs_check()
|
/linux-6.1.9/arch/loongarch/kernel/ |
D | asm-offsets.c | 31 OFFSET(PT_R12, pt_regs, regs[12]); in output_ptreg_defines()
|
/linux-6.1.9/arch/ia64/kernel/ |
D | ptrace.c | 1843 case PT_R12 ... PT_R15: in access_uarea() 1844 pos = addr - PT_R12 + ELF_GR_OFFSET(12); in access_uarea()
|