Searched refs:retx (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-blackfin/
H A Dptrace.h30 long retx; member in struct:pt_regs
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dtraps.c168 * processing, the pc value should be set with retx value.
171 fp->orig_pc = fp->retx;
172 /* printk("exception: 0x%x, ipend=%x, reti=%x, retx=%x\n",
173 trapnr, fp->ipend, fp->pc, fp->retx); */
410 dump_bfin_regs(fp, (void *)fp->retx);
603 fp->rete, fp->retn, fp->retx, fp->rets);
684 dump_bfin_regs(fp, (void *)fp->retx);
H A Dsignal.c83 RESTORE(retx);
148 SETUP(retx);
H A Dasm-offsets.c118 DEFINE(PT_RETX, offsetof(struct pt_regs, retx));
H A Dptrace.c138 regs->retx = data;
142 break; /* regs->retx = data; break; */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/mach-common/
H A Dentry.S95 r6 = retx;
155 r7 = retx;
157 retx = r7; define
162 r7 = retx;

Completed in 103 milliseconds