Searched refs:childksp (Results 1 – 2 of 2) sorted by relevance
94 unsigned long *childksp; /* to unwind out of __switch_to() */ in copy_thread() local101 childksp = (unsigned long *)c_regs - 2; /* 2 words for FP/BLINK */ in copy_thread()102 c_callee = ((struct callee_regs *)childksp) - 1; in copy_thread()115 childksp[0] = 0; /* fp */ in copy_thread()116 childksp[1] = (unsigned long)ret_from_fork; /* blink */ in copy_thread()130 childksp[0] = 0; /* for POP fp */ in copy_thread()131 childksp[1] = (unsigned long)ret_from_fork; /* for POP blink */ in copy_thread()
118 unsigned long childksp; in copy_thread() local121 childksp = (unsigned long)task_stack_page(p) + THREAD_SIZE - 32; in copy_thread()124 childregs = (struct pt_regs *) childksp - 1; in copy_thread()126 childksp = (unsigned long) childregs; in copy_thread()135 p->thread.reg29 = childksp; in copy_thread()