Searched refs:PT_R16 (Results 1 – 15 of 15) sorted by relevance
/linux-5.19.10/arch/mips/include/asm/ |
D | sim.h | 29 "sw\t$16,"__str(PT_R16)"($29)\t\t\t# save_static_function\n\t" \ 55 "sd\t$16,"__str(PT_R16)"($29)\t\t\t# save_static_function\n\t" \
|
D | pm.h | 22 LONG_S $16, PT_R16(sp) 46 LONG_L $16, PT_R16(sp)
|
D | stackframe.h | 98 cfi_st $16, PT_R16, \docfi 337 cfi_ld $16, PT_R16, \docfi
|
/linux-5.19.10/arch/mips/power/ |
D | hibernate_asm.S | 20 PTR_S s0, PT_R16(t0) 50 PTR_L s0, PT_R16(t0)
|
/linux-5.19.10/arch/mips/alchemy/common/ |
D | sleeper.S | 32 sw $16, PT_R16(sp) 251 lw $16, PT_R16(sp)
|
/linux-5.19.10/arch/loongarch/include/asm/ |
D | stackframe.h | 55 cfi_st t4, PT_R16, \docfi 165 cfi_ld t4, PT_R16, \docfi
|
/linux-5.19.10/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 84 #define PT_R16 16 macro
|
/linux-5.19.10/arch/ia64/include/uapi/asm/ |
D | ptrace_offsets.h | 238 #define PT_R16 0x08e0 macro
|
/linux-5.19.10/arch/csky/kernel/ |
D | asm-offsets.c | 52 DEFINE(PT_R16, offsetof(struct pt_regs, exregs[0])); in main()
|
/linux-5.19.10/arch/microblaze/kernel/ |
D | asm-offsets.c | 46 DEFINE(PT_R16, offsetof(struct pt_regs, r16)); in main()
|
D | entry.S | 192 swi r16, r1, PT_R16; \ 226 lwi r16, r1, PT_R16; \
|
/linux-5.19.10/arch/powerpc/kernel/ptrace/ |
D | ptrace.c | 406 CHECK_REG(PT_R16, gpr[16]); in pt_regs_check()
|
/linux-5.19.10/arch/loongarch/kernel/ |
D | asm-offsets.c | 35 OFFSET(PT_R16, pt_regs, regs[16]); in output_ptreg_defines()
|
/linux-5.19.10/arch/mips/kernel/ |
D | asm-offsets.c | 45 OFFSET(PT_R16, pt_regs, regs[16]); in output_ptreg_defines()
|
/linux-5.19.10/arch/ia64/kernel/ |
D | ptrace.c | 1849 case PT_R16 ... PT_R31: in access_uarea() 1850 pos = addr - PT_R16 + ELF_GR_OFFSET(16); in access_uarea()
|