Home
last modified time | relevance | path

Searched refs:user_stack_base (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/ia64/kernel/
Dprocess.c271 unsigned long user_stack_base, unsigned long user_stack_size, in copy_thread() argument
308 if (user_stack_base) { in copy_thread()
309 child_ptregs->r12 = user_stack_base + user_stack_size - 16; in copy_thread()
310 child_ptregs->ar_bspstore = user_stack_base; in copy_thread()