cpu_fork
void cpu_fork(struct thread *, struct proc *, struct thread *, int);
cpu_fork(td, p2, td2, flags);