Searched refs:c_regs (Results 1 – 1 of 1) sorted by relevance
172 struct pt_regs *c_regs; /* child's pt_regs */ in copy_thread() local179 c_regs = task_pt_regs(p); in copy_thread()180 childksp = (unsigned long *)c_regs - 2; /* 2 words for FP/BLINK */ in copy_thread()198 memset(c_regs, 0, sizeof(struct pt_regs)); in copy_thread()213 *c_regs = *regs; in copy_thread()216 c_regs->sp = usp; in copy_thread()218 c_regs->r0 = 0; /* fork returns 0 in child */ in copy_thread()