Home
last modified time | relevance | path

Searched refs:PT_R16 (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
Dsim.h29 "sw\t$16,"__str(PT_R16)"($29)\t\t\t# save_static_function\n\t" \
57 "sd\t$16,"__str(PT_R16)"($29)\t\t\t# save_static_function\n\t" \
Dpm.h26 LONG_S $16, PT_R16(sp)
50 LONG_L $16, PT_R16(sp)
Dstackframe.h75 LONG_S $16, PT_R16(sp)
274 LONG_L $16, PT_R16(sp)
/linux-4.1.27/arch/mips/power/
Dhibernate_asm.S21 PTR_S s0, PT_R16(t0)
51 PTR_L s0, PT_R16(t0)
/linux-4.1.27/arch/score/include/asm/
Dasmmacro.h41 sw r16, [r0, PT_R16]
138 lw r16, [r0, PT_R16]
/linux-4.1.27/arch/mips/alchemy/common/
Dsleeper.S36 sw $16, PT_R16(sp)
255 lw $16, PT_R16(sp)
/linux-4.1.27/arch/powerpc/include/uapi/asm/
Dptrace.h78 #define PT_R16 16 macro
/linux-4.1.27/arch/microblaze/kernel/
Dentry-nommu.S84 swi r16, r1, PT_R16
180 lwi r16, r1, PT_R16
238 swi r16, r1, PT_R16
329 swi r16, r1, PT_R16
555 lwi r16, r1, PT_R16
Dasm-offsets.c46 DEFINE(PT_R16, offsetof(struct pt_regs, r16)); in main()
Dentry.S192 swi r16, r1, PT_R16; \
228 lwi r16, r1, PT_R16; \
/linux-4.1.27/arch/ia64/include/uapi/asm/
Dptrace_offsets.h237 #define PT_R16 0x08e0 macro
/linux-4.1.27/arch/mips/kvm/
Dlocore.S83 LONG_S $16, PT_R16(k1)
592 LONG_L $16, PT_R16(k1)
/linux-4.1.27/arch/score/kernel/
Dasm-offsets.c52 OFFSET(PT_R16, pt_regs, regs[16]); in output_ptreg_defines()
/linux-4.1.27/arch/mips/kernel/
Dasm-offsets.c43 OFFSET(PT_R16, pt_regs, regs[16]); in output_ptreg_defines()
/linux-4.1.27/arch/ia64/kernel/
Dptrace.c2011 case PT_R16 ... PT_R31: in access_uarea()
2012 pos = addr - PT_R16 + ELF_GR_OFFSET(16); in access_uarea()