Searched refs:PT_R12 (Results 1 – 20 of 20) sorted by relevance
/linux-4.4.14/arch/nios2/include/asm/ |
D | entry.h | 49 stw r12, PT_R12(sp) 76 ldw r12, PT_R12(sp)
|
/linux-4.4.14/arch/mips/kernel/ |
D | mcount.S | 79 PTR_S MCOUNT_RA_ADDRESS_REG, PT_R12(sp) 166 PTR_L a0, PT_R12(sp)
|
D | asm-offsets.c | 39 OFFSET(PT_R12, pt_regs, regs[12]); in output_ptreg_defines()
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
D | ptrace_v10.h | 15 #define PT_R12 3 macro
|
D | ptrace_v32.h | 19 #define PT_R12 13 macro
|
/linux-4.4.14/arch/m32r/include/uapi/asm/ |
D | ptrace.h | 29 #define PT_R12 13 macro
|
/linux-4.4.14/arch/score/include/asm/ |
D | asmmacro.h | 36 sw r12, [r0, PT_R12] 133 lw r12, [r0, PT_R12]
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 74 #define PT_R12 12 macro
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | entry-nommu.S | 79 swi r12, r1, PT_R12 184 lwi r12, r1, PT_R12 230 swi r12, r1, PT_R12 323 swi r12, r1, PT_R12 559 lwi r12, r1, PT_R12
|
D | asm-offsets.c | 42 DEFINE(PT_R12, offsetof(struct pt_regs, r12)); in main()
|
D | hw_exception_handler.S | 410 swi r12, r1, PT_R12 449 lwi r12, r1, PT_R12
|
D | entry.S | 188 swi r12, r1, PT_R12; \ 224 lwi r12, r1, PT_R12; \
|
/linux-4.4.14/arch/nios2/kernel/ |
D | asm-offsets.c | 53 OFFSET(PT_R12, pt_regs, r12); in main()
|
D | insnemu.S | 44 ldw r12, PT_R12(sp)
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | ptrace_offsets.h | 229 #define PT_R12 0x08a0 macro
|
/linux-4.4.14/arch/mips/include/asm/ |
D | stackframe.h | 52 LONG_S $12, PT_R12(sp) 266 LONG_L $12, PT_R12(sp)
|
/linux-4.4.14/arch/mips/kvm/ |
D | locore.S | 71 LONG_S $12, PT_R12(k1) 580 LONG_L $12, PT_R12(k1)
|
/linux-4.4.14/arch/score/kernel/ |
D | asm-offsets.c | 48 OFFSET(PT_R12, pt_regs, regs[12]); in output_ptreg_defines()
|
/linux-4.4.14/arch/m32r/kernel/ |
D | ptrace.c | 64 PT_R8, PT_R9, PT_R10, PT_R11, PT_R12, PT_FP, PT_LR, PT_SPU,
|
/linux-4.4.14/arch/ia64/kernel/ |
D | ptrace.c | 2005 case PT_R12 ... PT_R15: in access_uarea() 2006 pos = addr - PT_R12 + ELF_GR_OFFSET(12); in access_uarea()
|