Lines Matching refs:vmspace
278 vmspace_zone = uma_zcreate("VMSPACE", sizeof(struct vmspace), NULL, in vm_map_startup()
290 struct vmspace *vm; in vmspace_zinit()
293 vm = (struct vmspace *)mem; in vmspace_zinit()
306 struct vmspace *vm; in vmspace_zdtor()
308 vm = (struct vmspace *)mem; in vmspace_zdtor()
320 struct vmspace *
323 struct vmspace *vm; in vmspace_alloc()
361 vmspace_dofree(struct vmspace *vm) in vmspace_dofree()
386 vmspace_free(struct vmspace *vm) in vmspace_free()
399 struct vmspace *vm; in vmspace_exitfree()
412 struct vmspace *vm; in vmspace_exit()
462 struct vmspace *
465 struct vmspace *vm; in vmspace_acquire_ref()
498 vmspace_switch_aio(struct vmspace *newvm) in vmspace_switch_aio()
500 struct vmspace *oldvm; in vmspace_switch_aio()
876 vmspace_resident_count(struct vmspace *vmspace) in vmspace_resident_count() argument
878 return pmap_resident_count(vmspace_pmap(vmspace)); in vmspace_resident_count()
4359 vmspace_map_entry_forked(const struct vmspace *vm1, struct vmspace *vm2, in vmspace_map_entry_forked()
4395 struct vmspace *
4396 vmspace_fork(struct vmspace *vm1, vm_ooffset_t *fork_charge) in vmspace_fork()
4398 struct vmspace *vm2; in vmspace_fork()
4741 struct vmspace *vm; in vm_map_growstack()
4959 struct vmspace *oldvmspace = p->p_vmspace; in vmspace_exec()
4960 struct vmspace *newvmspace; in vmspace_exec()
4991 struct vmspace *oldvmspace = p->p_vmspace; in vmspace_unshare()
4992 struct vmspace *newvmspace; in vmspace_unshare()