Searched refs:newvmspace (Results 1 – 1 of 1) sorted by relevance
4960 struct vmspace *newvmspace; in vmspace_exec() local4964 newvmspace = vmspace_alloc(minuser, maxuser, pmap_pinit); in vmspace_exec()4965 if (newvmspace == NULL) in vmspace_exec()4967 newvmspace->vm_swrss = oldvmspace->vm_swrss; in vmspace_exec()4976 p->p_vmspace = newvmspace; in vmspace_exec()4992 struct vmspace *newvmspace; in vmspace_unshare() local5002 newvmspace = vmspace_fork(oldvmspace, &fork_charge); in vmspace_unshare()5003 if (newvmspace == NULL) in vmspace_unshare()5013 vmspace_free(newvmspace); in vmspace_unshare()5017 p->p_vmspace = newvmspace; in vmspace_unshare()