uvmspace_fork
struct vmspace *uvmspace_fork(struct vmspace *);
p2->p_vmspace = uvmspace_fork(p1->p_vmspace);
nvm = uvmspace_fork(ovm);