uvm_proc_fork
uvm_proc_fork(p1, p2, (flags & FORK_SHAREVM) ? true : false);
void uvm_proc_fork(struct proc *, struct proc *, bool);