Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dprocess.c309 struct pt_regs *child_ptregs; in copy_thread() local
314 child_stack = (struct switch_stack *) child_ptregs - 1; in copy_thread()
360 child_ptregs->cr_ifs = 1UL << 63; in copy_thread()
361 child_stack->ar_fpsr = child_ptregs->ar_fpsr in copy_thread()
372 child_ptregs->cr_ipsr = ((child_ptregs->cr_ipsr | IA64_PSR_BITS_TO_SET) in copy_thread()
385 child_ptregs->r13 = tls; in copy_thread()
387 child_ptregs->r12 = user_stack_base + user_stack_size - 16; in copy_thread()
388 child_ptregs->ar_bspstore = user_stack_base; in copy_thread()
389 child_ptregs->ar_rnat = 0; in copy_thread()
390 child_ptregs->loadrs = 0; in copy_thread()
[all …]