Searched refs:childksp (Results 1 – 2 of 2) sorted by relevance
173 unsigned long *childksp; /* to unwind out of __switch_to() */ in copy_thread() local180 childksp = (unsigned long *)c_regs - 2; /* 2 words for FP/BLINK */ in copy_thread()181 c_callee = ((struct callee_regs *)childksp) - 1; in copy_thread()194 childksp[0] = 0; /* fp */ in copy_thread()195 childksp[1] = (unsigned long)ret_from_fork; /* blink */ in copy_thread()209 childksp[0] = 0; /* for POP fp */ in copy_thread()210 childksp[1] = (unsigned long)ret_from_fork; /* for POP blink */ in copy_thread()
172 unsigned long childksp; in copy_thread() local178 childksp = (unsigned long)task_stack_page(p) + THREAD_SIZE; in copy_thread()181 childregs = (struct pt_regs *) childksp - 1; in copy_thread()183 childksp = (unsigned long) childregs; in copy_thread()191 p->thread.reg03 = childksp; in copy_thread()