Searched refs:user_stack_base (Results 1 – 1 of 1) sorted by relevance
298 copy_thread(unsigned long clone_flags, unsigned long user_stack_base, in copy_thread() argument342 if (unlikely(!user_stack_base)) { in copy_thread()347 child_stack->r4 = user_stack_base; /* payload */ in copy_thread()381 if (user_stack_base) { in copy_thread()382 child_ptregs->r12 = user_stack_base + user_stack_size - 16; in copy_thread()383 child_ptregs->ar_bspstore = user_stack_base; in copy_thread()