Lines Matching refs:start_stack
115 sp = (unsigned long __user *)current->mm->start_stack;
123 current->mm->start_stack = (unsigned long)sp & -FLAT_STACK_ALIGN;
124 sp = (unsigned long __user *)current->mm->start_stack;
907 current->mm->start_stack =
909 pr_debug("sp=%lx\n", current->mm->start_stack);
912 res = transfer_args_to_stack(bprm, ¤t->mm->start_stack);
914 res = create_flat_tables(bprm, current->mm->start_stack);
930 pr_debug("start_thread(regs=0x%p, entry=0x%lx, start_stack=0x%lx)\n",
931 regs, start_addr, current->mm->start_stack);
932 start_thread(regs, start_addr, current->mm->start_stack);