Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dprocess.c421 struct switch_stack *child_stack, *stack; in copy_thread() local
438 child_stack = (struct switch_stack *) child_ptregs - 1; in copy_thread()
441 memcpy(child_stack, stack, sizeof(*child_ptregs) + sizeof(*child_stack)); in copy_thread()
470 child_stack->ar_bspstore = child_rbs + rbs_size; in copy_thread()
471 child_stack->b0 = (unsigned long) &ia64_ret_from_clone; in copy_thread()
474 p->thread.ksp = (unsigned long) child_stack - 16; in copy_thread()
Dptrace.c402 ia64_peek (struct task_struct *child, struct switch_stack *child_stack, in ia64_peek() argument
424 ret = get_rnat(child, child_stack, krbs, rnat_addr, urbs_end); in ia64_peek()
464 ia64_poke (struct task_struct *child, struct switch_stack *child_stack, in ia64_poke() argument
484 put_rnat(child, child_stack, krbs, laddr, val, in ia64_poke()