Searched refs:vmspace_fork (Results 1 – 3 of 3) sorted by relevance
116 struct vmspace *vmspace_fork(struct vmspace *, vm_ooffset_t *);
4348 vmspace_fork(struct vmspace *vm1, vm_ooffset_t *fork_charge) in vmspace_fork() function4940 newvmspace = vmspace_fork(oldvmspace, &fork_charge); in vmspace_unshare()
1029 vm2 = vmspace_fork(p1->p_vmspace, &mem_charged); in fork1()