Searched refs:c_ksp (Results 1 – 1 of 1) sorted by relevance
149 unsigned long c_ksp; in copy_thread() local151 c_ksp = (unsigned long) task_stack_page(p) + THREAD_SIZE; in copy_thread()154 c_ksp -= sizeof(struct pt_regs); in copy_thread()155 c_regs = (struct pt_regs *) c_ksp; in copy_thread()156 c_ksp -= 12; /* allocate function call ABI slack */ in copy_thread()162 p->thread.sp = c_ksp; in copy_thread()