Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/kernel/
Dprocess.c277 struct pt_regs *child_ptregs; in copy_thread() local
295 child_ptregs = (struct pt_regs *) (child_stack + 1); in copy_thread()
307 if (user_mode(child_ptregs)) { 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()
311 child_ptregs->ar_rnat = 0; in copy_thread()
312 child_ptregs->loadrs = 0; in copy_thread()
322 child_ptregs->r12 = (unsigned long) (child_ptregs + 1); /* kernel sp */ in copy_thread()
323 child_ptregs->r13 = (unsigned long) p; /* set `current' pointer */ in copy_thread()
335 child_ptregs->cr_ipsr = ((child_ptregs->cr_ipsr | IA64_PSR_BITS_TO_SET) in copy_thread()
[all …]