Lines Matching refs:vmspace
280 vmspace_zone = uma_zcreate("VMSPACE", sizeof(struct vmspace), NULL, in vm_map_startup()
292 struct vmspace *vm; in vmspace_zinit()
295 vm = (struct vmspace *)mem; in vmspace_zinit()
310 struct vmspace *vm; in vmspace_zdtor()
312 vm = (struct vmspace *)mem; in vmspace_zdtor()
324 struct vmspace *
327 struct vmspace *vm; in vmspace_alloc()
365 vmspace_dofree(struct vmspace *vm) in vmspace_dofree()
390 vmspace_free(struct vmspace *vm) in vmspace_free()
403 struct vmspace *vm; in vmspace_exitfree()
416 struct vmspace *vm; in vmspace_exit()
466 struct vmspace *
469 struct vmspace *vm; in vmspace_acquire_ref()
502 vmspace_switch_aio(struct vmspace *newvm) in vmspace_switch_aio()
504 struct vmspace *oldvm; in vmspace_switch_aio()
912 vmspace_resident_count(struct vmspace *vmspace) in vmspace_resident_count() argument
914 return pmap_resident_count(vmspace_pmap(vmspace)); in vmspace_resident_count()
4241 vmspace_map_entry_forked(const struct vmspace *vm1, struct vmspace *vm2, in vmspace_map_entry_forked()
4277 struct vmspace *
4278 vmspace_fork(struct vmspace *vm1, vm_ooffset_t *fork_charge) in vmspace_fork()
4280 struct vmspace *vm2; in vmspace_fork()
4628 struct vmspace *vm; in vm_map_growstack()
4863 struct vmspace *oldvmspace = p->p_vmspace; in vmspace_exec()
4864 struct vmspace *newvmspace; in vmspace_exec()
4895 struct vmspace *oldvmspace = p->p_vmspace; in vmspace_unshare()
4896 struct vmspace *newvmspace; in vmspace_unshare()