Lines Matching defs:vm2
367 struct vmspace *vm2, struct file *fp_procdesc)
672 vm_forkproc(td, p2, td2, vm2, fr->fr_flags);
852 struct vmspace *vm2;
917 vm2 = NULL;
1028 vm2 = vmspace_fork(p1->p_vmspace, &mem_charged);
1029 if (vm2 == NULL) {
1036 * from the entries of the copied vm2 will be
1045 vm2 = NULL;
1079 do_fork(td, fr, newproc, td2, vm2, fp_procdesc);
1091 if (vm2 != NULL)
1092 vmspace_free(vm2);