Searched refs:PT_R17 (Results 1 – 12 of 12) sorted by relevance
/linux/arch/mips/include/asm/ |
A D | sim.h | 30 "sw\t$17,"__str(PT_R17)"($29)\n\t" \ 56 "sd\t$17,"__str(PT_R17)"($29)\n\t" \
|
A D | pm.h | 23 LONG_S $17, PT_R17(sp) 47 LONG_L $17, PT_R17(sp)
|
A D | stackframe.h | 99 cfi_st $17, PT_R17, \docfi 338 cfi_ld $17, PT_R17, \docfi
|
/linux/arch/mips/power/ |
A D | hibernate_asm.S | 21 PTR_S s1, PT_R17(t0) 51 PTR_L s1, PT_R17(t0)
|
/linux/arch/mips/alchemy/common/ |
A D | sleeper.S | 33 sw $17, PT_R17(sp) 252 lw $17, PT_R17(sp)
|
/linux/arch/powerpc/include/uapi/asm/ |
A D | ptrace.h | 85 #define PT_R17 17 macro
|
/linux/arch/ia64/include/uapi/asm/ |
A D | ptrace_offsets.h | 239 #define PT_R17 0x08e8 macro
|
/linux/arch/csky/kernel/ |
A D | asm-offsets.c | 54 DEFINE(PT_R17, offsetof(struct pt_regs, exregs[1])); in main()
|
/linux/arch/microblaze/kernel/ |
A D | asm-offsets.c | 47 DEFINE(PT_R17, offsetof(struct pt_regs, r17)); in main()
|
A D | entry.S | 193 swi r17, r1, PT_R17; \ 227 lwi r17, r1, PT_R17; \
|
/linux/arch/powerpc/kernel/ptrace/ |
A D | ptrace.c | 409 CHECK_REG(PT_R17, gpr[17]); in pt_regs_check()
|
/linux/arch/mips/kernel/ |
A D | asm-offsets.c | 46 OFFSET(PT_R17, pt_regs, regs[17]); in output_ptreg_defines()
|
Completed in 11 milliseconds