Searched refs:PT_R22 (Results 1 – 12 of 12) sorted by relevance
/linux/arch/mips/include/asm/ |
A D | sim.h | 35 "sw\t$22,"__str(PT_R22)"($29)\n\t" \ 61 "sd\t$22,"__str(PT_R22)"($29)\n\t" \
|
A D | pm.h | 28 LONG_S $22, PT_R22(sp) 52 LONG_L $22, PT_R22(sp)
|
A D | stackframe.h | 104 cfi_st $22, PT_R22, \docfi 343 cfi_ld $22, PT_R22, \docfi
|
/linux/arch/mips/power/ |
A D | hibernate_asm.S | 26 PTR_S s6, PT_R22(t0) 56 PTR_L s6, PT_R22(t0)
|
/linux/arch/mips/alchemy/common/ |
A D | sleeper.S | 38 sw $22, PT_R22(sp) 257 lw $22, PT_R22(sp)
|
/linux/arch/powerpc/include/uapi/asm/ |
A D | ptrace.h | 90 #define PT_R22 22 macro
|
/linux/arch/ia64/include/uapi/asm/ |
A D | ptrace_offsets.h | 244 #define PT_R22 0x0910 macro
|
/linux/arch/csky/kernel/ |
A D | asm-offsets.c | 59 DEFINE(PT_R22, offsetof(struct pt_regs, exregs[6])); in main()
|
/linux/arch/microblaze/kernel/ |
A D | asm-offsets.c | 52 DEFINE(PT_R22, offsetof(struct pt_regs, r22)); in main()
|
A D | entry.S | 198 swi r22, r1, PT_R22; \ 232 lwi r22, r1, PT_R22; \
|
/linux/arch/powerpc/kernel/ptrace/ |
A D | ptrace.c | 414 CHECK_REG(PT_R22, gpr[22]); in pt_regs_check()
|
/linux/arch/mips/kernel/ |
A D | asm-offsets.c | 51 OFFSET(PT_R22, pt_regs, regs[22]); in output_ptreg_defines()
|
Completed in 11 milliseconds