Searched refs:child_trap_frame (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dprocess_64.c551 char *child_trap_frame; local
560 child_trap_frame = (task_stack_page(p) +
562 memcpy(child_trap_frame, parent_sf, child_stack_sz);
568 t->ksp = ((unsigned long) child_trap_frame) - STACK_BIAS;
569 t->kregs = (struct pt_regs *) (child_trap_frame +
575 (child_trap_frame + (STACKFRAME_SZ + TRACEREG_SZ));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dprocess_64.c551 char *child_trap_frame; local
560 child_trap_frame = (task_stack_page(p) +
562 memcpy(child_trap_frame, parent_sf, child_stack_sz);
568 t->ksp = ((unsigned long) child_trap_frame) - STACK_BIAS;
569 t->kregs = (struct pt_regs *) (child_trap_frame +
575 (child_trap_frame + (STACKFRAME_SZ + TRACEREG_SZ));

Completed in 117 milliseconds