Searched refs:PT_R21 (Results 1 – 12 of 12) sorted by relevance
/linux/arch/mips/include/asm/ |
A D | sim.h | 34 "sw\t$21,"__str(PT_R21)"($29)\n\t" \ 60 "sd\t$21,"__str(PT_R21)"($29)\n\t" \
|
A D | pm.h | 27 LONG_S $21, PT_R21(sp) 51 LONG_L $21, PT_R21(sp)
|
A D | stackframe.h | 103 cfi_st $21, PT_R21, \docfi 342 cfi_ld $21, PT_R21, \docfi
|
/linux/arch/mips/power/ |
A D | hibernate_asm.S | 25 PTR_S s5, PT_R21(t0) 55 PTR_L s5, PT_R21(t0)
|
/linux/arch/mips/alchemy/common/ |
A D | sleeper.S | 37 sw $21, PT_R21(sp) 256 lw $21, PT_R21(sp)
|
/linux/arch/powerpc/include/uapi/asm/ |
A D | ptrace.h | 89 #define PT_R21 21 macro
|
/linux/arch/ia64/include/uapi/asm/ |
A D | ptrace_offsets.h | 243 #define PT_R21 0x0908 macro
|
/linux/arch/csky/kernel/ |
A D | asm-offsets.c | 58 DEFINE(PT_R21, offsetof(struct pt_regs, exregs[5])); in main()
|
/linux/arch/microblaze/kernel/ |
A D | asm-offsets.c | 51 DEFINE(PT_R21, offsetof(struct pt_regs, r21)); in main()
|
A D | entry.S | 197 swi r21, r1, PT_R21; \ 231 lwi r21, r1, PT_R21; \
|
/linux/arch/powerpc/kernel/ptrace/ |
A D | ptrace.c | 413 CHECK_REG(PT_R21, gpr[21]); in pt_regs_check()
|
/linux/arch/mips/kernel/ |
A D | asm-offsets.c | 50 OFFSET(PT_R21, pt_regs, regs[21]); in output_ptreg_defines()
|
Completed in 12 milliseconds