Searched refs:childregs0 (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/kernel/
H A Dprocess.c204 struct pt_regs *childregs0, *childregs, *regs0; local
207 childregs0 = (struct pt_regs *)
209 childregs = childregs0;
212 *childregs0 = *regs0;
214 childregs0->gr8 = 0;
215 childregs0->sp = usp;
216 childregs0->next_frame = NULL;
222 childregs->sp = (unsigned long) childregs0;
223 childregs->next_frame = childregs0;
236 p->thread.frame0 = childregs0;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/kernel/
H A Dprocess.c204 struct pt_regs *childregs0, *childregs, *regs0; local
207 childregs0 = (struct pt_regs *)
209 childregs = childregs0;
212 *childregs0 = *regs0;
214 childregs0->gr8 = 0;
215 childregs0->sp = usp;
216 childregs0->next_frame = NULL;
222 childregs->sp = (unsigned long) childregs0;
223 childregs->next_frame = childregs0;
236 p->thread.frame0 = childregs0;
[all...]

Completed in 213 milliseconds