Home
last modified time | relevance | path

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

/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" \
Dstackframe.h76 LONG_S $16, PT_R16(sp)
278 LONG_L $16, PT_R16(sp)
/arch/mips/power/
Dhibernate.S22 PTR_S s0, PT_R16(t0)
52 PTR_L s0, PT_R16(t0)
/arch/score/include/asm/
Dasmmacro.h41 sw r16, [r0, PT_R16]
138 lw r16, [r0, PT_R16]
/arch/mips/alchemy/common/
Dsleeper.S36 sw $16, PT_R16(sp)
255 lw $16, PT_R16(sp)
/arch/ia64/include/asm/
Dptrace_offsets.h237 #define PT_R16 0x08e0 macro
/arch/microblaze/kernel/
Dentry-nommu.S84 swi r16, r1, PT_R16
178 lwi r16, r1, PT_R16
236 swi r16, r1, PT_R16
326 swi r16, r1, PT_R16
536 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; \
/arch/mips/powertv/
Dpowertv_setup.c144 LONG_S_ "$16, " VAL(PT_R16) "($at)\n" in panic_handler()
/arch/powerpc/include/asm/
Dptrace.h246 #define PT_R16 16 macro
/arch/score/kernel/
Dasm-offsets.c52 OFFSET(PT_R16, pt_regs, regs[16]); in output_ptreg_defines()
/arch/mips/kernel/
Dasm-offsets.c40 OFFSET(PT_R16, pt_regs, regs[16]); in output_ptreg_defines()
/arch/ia64/kernel/
Dptrace.c2038 case PT_R16 ... PT_R31: in access_uarea()
2039 pos = addr - PT_R16 + ELF_GR_OFFSET(16); in access_uarea()