lib/libkvm/kvm_proc.c
114
struct vmspace vmspace;
lib/libkvm/kvm_proc.c
325
(char *)&vmspace, sizeof(vmspace));
lib/libkvm/kvm_proc.c
326
kp->ki_size = vmspace.vm_map.size;
lib/libkvm/kvm_proc.c
332
kp->ki_rssize = pmap_resident_count(&vmspace.vm_pmap);
lib/libkvm/kvm_proc.c
333
kp->ki_swrss = vmspace.vm_swrss;
lib/libkvm/kvm_proc.c
334
kp->ki_tsize = vmspace.vm_tsize;
lib/libkvm/kvm_proc.c
335
kp->ki_dsize = vmspace.vm_dsize;
lib/libkvm/kvm_proc.c
336
kp->ki_ssize = vmspace.vm_ssize;
lib/libprocstat/libprocstat.c
462
struct vmspace vmspace;
lib/libprocstat/libprocstat.c
649
if (!kvm_read_all(kd, (unsigned long)kp->ki_vmspace, &vmspace,
lib/libprocstat/libprocstat.c
650
sizeof(vmspace))) {
lib/libprocstat/libprocstat.c
656
vmentry = vmspace.vm_map.header;
sys/amd64/amd64/genassym.c
69
ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
sys/amd64/include/vmm.h
162
struct vmspace;
sys/amd64/include/vmm.h
192
DECLARE_VMMOPS_FUNC(struct vmspace *, vmspace_alloc,
sys/amd64/include/vmm.h
194
DECLARE_VMMOPS_FUNC(void, vmspace_free, (struct vmspace *vmspace));
sys/amd64/vmm/amd/npt.c
73
struct vmspace *
sys/amd64/vmm/amd/npt.c
81
svm_npt_free(struct vmspace *vmspace)
sys/amd64/vmm/amd/npt.c
84
vmspace_free(vmspace);
sys/amd64/vmm/amd/npt.h
33
struct vmspace *svm_npt_alloc(vm_offset_t min, vm_offset_t max);
sys/amd64/vmm/amd/npt.h
34
void svm_npt_free(struct vmspace *vmspace);
sys/amd64/vmm/amd/svm.c
2575
static struct vmspace *
sys/amd64/vmm/amd/svm.c
2582
svm_vmspace_free(struct vmspace *vmspace)
sys/amd64/vmm/amd/svm.c
2584
svm_npt_free(vmspace);
sys/amd64/vmm/intel/ept.c
178
struct vmspace *
sys/amd64/vmm/intel/ept.c
186
ept_vmspace_free(struct vmspace *vmspace)
sys/amd64/vmm/intel/ept.c
189
vmspace_free(vmspace);
sys/amd64/vmm/intel/ept.h
36
struct vmspace *ept_vmspace_alloc(vm_offset_t min, vm_offset_t max);
sys/amd64/vmm/intel/ept.h
37
void ept_vmspace_free(struct vmspace *vmspace);
sys/amd64/vmm/intel/vmx.c
3719
static struct vmspace *
sys/amd64/vmm/intel/vmx.c
3726
vmx_vmspace_free(struct vmspace *vmspace)
sys/amd64/vmm/intel/vmx.c
3728
ept_vmspace_free(vmspace);
sys/amd64/vmm/vmm.c
146
DEFINE_VMMOPS_IFUNC(struct vmspace *, vmspace_alloc, (vm_offset_t min,
sys/amd64/vmm/vmm.c
148
DEFINE_VMMOPS_IFUNC(void, vmspace_free, (struct vmspace *vmspace))
sys/amd64/vmm/vmm_mem.h
32
struct vmspace;
sys/amd64/vmm/vmm_mem.h
34
int vmm_mmio_alloc(struct vmspace *, vm_paddr_t gpa, size_t len,
sys/amd64/vmm/vmm_mem.h
36
void vmm_mmio_free(struct vmspace *, vm_paddr_t gpa, size_t size);
sys/amd64/vmm/vmm_mem_machdep.c
110
vmm_mmio_free(struct vmspace *vmspace, vm_paddr_t gpa, size_t len)
sys/amd64/vmm/vmm_mem_machdep.c
113
vm_map_remove(&vmspace->vm_map, gpa, gpa + len);
sys/amd64/vmm/vmm_mem_machdep.c
50
vmm_mmio_alloc(struct vmspace *vmspace, vm_paddr_t gpa, size_t len,
sys/amd64/vmm/vmm_mem_machdep.c
82
vm_map_lock(&vmspace->vm_map);
sys/amd64/vmm/vmm_mem_machdep.c
83
error = vm_map_insert(&vmspace->vm_map, obj, 0, gpa, gpa + len,
sys/amd64/vmm/vmm_mem_machdep.c
85
vm_map_unlock(&vmspace->vm_map);
sys/arm/arm/genassym.c
122
ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
sys/arm/arm/trap-v6.c
282
struct vmspace *vm;
sys/arm/include/pcpu.h
39
struct vmspace;
sys/arm64/include/vmm.h
167
DECLARE_VMMOPS_FUNC(struct vmspace *, vmspace_alloc, (vm_offset_t min,
sys/arm64/include/vmm.h
169
DECLARE_VMMOPS_FUNC(void, vmspace_free, (struct vmspace *vmspace));
sys/arm64/vmm/vmm_arm64.c
606
struct vmspace *
sys/arm64/vmm/vmm_arm64.c
613
vmmops_vmspace_free(struct vmspace *vmspace)
sys/arm64/vmm/vmm_arm64.c
616
pmap_remove_pages(vmspace_pmap(vmspace));
sys/arm64/vmm/vmm_arm64.c
617
vmspace_free(vmspace);
sys/compat/freebsd32/freebsd32_misc.c
502
struct vmspace *oldvmspace;
sys/compat/freebsd32/freebsd32_misc.c
521
struct vmspace *oldvmspace;
sys/compat/linprocfs/linprocfs.c
1298
struct vmspace *vm;
sys/compat/linux/linux_emul.c
215
struct vmspace *oldvmspace;
sys/compat/linux/linux_misc.c
222
struct vmspace *vm = td->td_proc->p_vmspace;
sys/compat/linux/linux_mmap.c
83
struct vmspace *vms = td->td_proc->p_vmspace;
sys/compat/linux/linux_vdso.c
155
struct vmspace *vmspace;
sys/compat/linux/linux_vdso.c
162
vmspace = p->p_vmspace;
sys/compat/linux/linux_vdso.c
163
map = &vmspace->vm_map;
sys/dev/cxgbe/tom/t4_cpl_io.c
2453
struct vmspace *vm;
sys/dev/cxgbe/tom/t4_ddp.c
2163
pscmp(struct pageset *ps, struct vmspace *vm, vm_offset_t start, int npages,
sys/dev/cxgbe/tom/t4_ddp.c
2177
struct vmspace *vm;
sys/dev/cxgbe/tom/t4_tom.h
158
struct vmspace *vm;
sys/dev/drm2/drm_bufs.c
1601
struct vmspace *vms;
sys/dev/hwpmc/hwpmc_mod.c
2060
struct vmspace *vm;
sys/dev/vmm/vmm_mem.c
107
struct vmspace *
sys/dev/vmm/vmm_mem.h
42
struct vmspace;
sys/dev/vmm/vmm_mem.h
63
struct vmspace *mem_vmspace;
sys/dev/vmm/vmm_mem.h
70
struct vmspace *vm_vmspace(struct vm *vm);
sys/fs/procfs/procfs_map.c
79
struct vmspace *vm;
sys/fs/tmpfs/tmpfs_vfsops.c
187
struct vmspace *vm;
sys/i386/i386/genassym.c
78
ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
sys/i386/linux/imgact_linux.c
123
vmspace = imgp->proc->p_vmspace;
sys/i386/linux/imgact_linux.c
138
error = vm_map_find(&vmspace->vm_map, NULL, 0, &vmaddr,
sys/i386/linux/imgact_linux.c
157
error = vm_map_protect(&vmspace->vm_map, vmaddr,
sys/i386/linux/imgact_linux.c
170
error = vm_mmap(&vmspace->vm_map, &vmaddr,
sys/i386/linux/imgact_linux.c
185
error = vm_map_protect(&vmspace->vm_map, vmaddr + a_out->a_text,
sys/i386/linux/imgact_linux.c
196
error = vm_map_find(&vmspace->vm_map, NULL, 0, &vmaddr,
sys/i386/linux/imgact_linux.c
207
vmspace->vm_tsize = round_page(a_out->a_text) >> PAGE_SHIFT;
sys/i386/linux/imgact_linux.c
208
vmspace->vm_dsize = round_page(a_out->a_data + bss_size) >> PAGE_SHIFT;
sys/i386/linux/imgact_linux.c
209
vmspace->vm_taddr = (caddr_t)(void *)(uintptr_t)virtual_offset;
sys/i386/linux/imgact_linux.c
210
vmspace->vm_daddr =
sys/i386/linux/imgact_linux.c
61
struct vmspace *vmspace;
sys/kern/imgact_aout.c
175
struct vmspace *vmspace;
sys/kern/imgact_aout.c
293
vmspace = imgp->proc->p_vmspace;
sys/kern/imgact_aout.c
296
map = &vmspace->vm_map;
sys/kern/imgact_aout.c
340
vmspace->vm_tsize = a_out->a_text >> PAGE_SHIFT;
sys/kern/imgact_aout.c
341
vmspace->vm_dsize = (a_out->a_data + bss_size) >> PAGE_SHIFT;
sys/kern/imgact_aout.c
342
vmspace->vm_taddr = (caddr_t) (uintptr_t) virtual_offset;
sys/kern/imgact_aout.c
343
vmspace->vm_daddr = (caddr_t) (uintptr_t)
sys/kern/imgact_elf.c
1015
vmspace = imgp->proc->p_vmspace;
sys/kern/imgact_elf.c
1016
vmspace->vm_tsize = text_size >> PAGE_SHIFT;
sys/kern/imgact_elf.c
1017
vmspace->vm_taddr = (caddr_t)(uintptr_t)text_addr;
sys/kern/imgact_elf.c
1018
vmspace->vm_dsize = data_size >> PAGE_SHIFT;
sys/kern/imgact_elf.c
1019
vmspace->vm_daddr = (caddr_t)(uintptr_t)data_addr;
sys/kern/imgact_elf.c
1122
struct vmspace *vmspace;
sys/kern/imgact_elf.c
1358
vmspace = imgp->proc->p_vmspace;
sys/kern/imgact_elf.c
1359
map = &vmspace->vm_map;
sys/kern/imgact_elf.c
1395
addr = round_page((vm_offset_t)vmspace->vm_daddr + lim_max(imgp->td,
sys/kern/imgact_elf.c
1482
struct vmspace *vmspace;
sys/kern/imgact_elf.c
1490
vmspace = imgp->proc->p_vmspace;
sys/kern/imgact_elf.c
1517
vmspace->vm_shp_base + imgp->sysent->sv_timekeep_offset);
sys/kern/imgact_elf.c
1544
vmspace->vm_shp_base + imgp->sysent->sv_fxrng_gen_offset);
sys/kern/imgact_elf.c
1549
vmspace->vm_shp_base + imgp->sysent->sv_vdso_offset);
sys/kern/imgact_elf.c
1551
AUXARGS_ENTRY(pos, AT_USRSTACKBASE, round_page(vmspace->vm_stacktop));
sys/kern/imgact_elf.c
951
struct vmspace *vmspace;
sys/kern/init_main.c
118
struct vmspace vmspace0;
sys/kern/init_main.c
739
struct vmspace *oldvmspace;
sys/kern/kern_clock.c
688
struct vmspace *vm;
sys/kern/kern_exec.c
1168
exec_cleanup(struct thread *td, struct vmspace *oldvmspace)
sys/kern/kern_exec.c
1239
struct vmspace *vmspace;
sys/kern/kern_exec.c
1241
vmspace = p->p_vmspace;
sys/kern/kern_exec.c
1242
if (refcount_load(&vmspace->vm_refcnt) != 1)
sys/kern/kern_exec.c
1248
pmap_remove(vmspace_pmap(vmspace), vmspace->vm_shp_base,
sys/kern/kern_exec.c
1249
vmspace->vm_shp_base + p->p_sysent->sv_shared_page_len);
sys/kern/kern_exec.c
1260
struct vmspace *vmspace = p->p_vmspace;
sys/kern/kern_exec.c
1279
map = &vmspace->vm_map;
sys/kern/kern_exec.c
128
struct mac *mac_p, struct vmspace *oldvmspace);
sys/kern/kern_exec.c
1284
if (refcount_load(&vmspace->vm_refcnt) == 1 &&
sys/kern/kern_exec.c
1289
shmexit(vmspace);
sys/kern/kern_exec.c
1290
pmap_remove_pages(vmspace_pmap(vmspace));
sys/kern/kern_exec.c
1304
vmspace = p->p_vmspace;
sys/kern/kern_exec.c
1305
map = &vmspace->vm_map;
sys/kern/kern_exec.c
1323
struct vmspace *vmspace;
sys/kern/kern_exec.c
1351
vmspace = p->p_vmspace;
sys/kern/kern_exec.c
1352
map = &vmspace->vm_map;
sys/kern/kern_exec.c
1440
vmspace->vm_maxsaddr = (char *)stack_addr;
sys/kern/kern_exec.c
1441
vmspace->vm_stacktop = stack_top;
sys/kern/kern_exec.c
1442
vmspace->vm_ssize = sgrowsiz >> PAGE_SHIFT;
sys/kern/kern_exec.c
1443
vmspace->vm_shp_base = sharedpage_addr;
sys/kern/kern_exec.c
228
struct vmspace *oldvmspace;
sys/kern/kern_exec.c
253
struct vmspace *oldvmspace;
sys/kern/kern_exec.c
283
struct vmspace *oldvmspace;
sys/kern/kern_exec.c
301
pre_execve(struct thread *td, struct vmspace **oldvmspace)
sys/kern/kern_exec.c
322
post_execve(struct thread *td, int error, struct vmspace *oldvmspace)
sys/kern/kern_exec.c
352
struct vmspace *oldvmspace)
sys/kern/kern_exec.c
459
struct vmspace *oldvmspace)
sys/kern/kern_fork.c
416
struct vmspace *vm2, struct file *fp_procdesc)
sys/kern/kern_fork.c
920
struct vmspace *vm2;
sys/kern/kern_proc.c
1145
struct vmspace *vm = p->p_vmspace;
sys/kern/kern_proc.c
1841
proc_read_string(struct thread *td, struct vmspace *vm, const char *sptr,
sys/kern/kern_proc.c
1867
get_proc_vector32(struct thread *td, struct proc *p, struct vmspace *vm,
sys/kern/kern_proc.c
1941
get_proc_vector(struct thread *td, struct proc *p, struct vmspace *vm,
sys/kern/kern_proc.c
2035
struct vmspace *vm;
sys/kern/kern_proc.c
2104
struct vmspace *vm;
sys/kern/kern_proc.c
2429
struct vmspace *vm;
sys/kern/kern_proc.c
2647
struct vmspace *vm;
sys/kern/kern_proc.c
3303
struct vmspace *vmspace;
sys/kern/kern_proc.c
3324
error = proc_vmspace_ref(td, p, PRVM_CHECK_DEBUG, &vmspace);
sys/kern/kern_proc.c
3331
kvm.kvm_min_user_addr = vm_map_min(&vmspace->vm_map);
sys/kern/kern_proc.c
3332
kvm.kvm_max_user_addr = vm_map_max(&vmspace->vm_map);
sys/kern/kern_proc.c
3333
kvm.kvm_text_addr = (uintptr_t)vmspace->vm_taddr;
sys/kern/kern_proc.c
3334
kvm.kvm_text_size = vmspace->vm_tsize;
sys/kern/kern_proc.c
3335
kvm.kvm_data_addr = (uintptr_t)vmspace->vm_daddr;
sys/kern/kern_proc.c
3336
kvm.kvm_data_size = vmspace->vm_dsize;
sys/kern/kern_proc.c
3337
kvm.kvm_stack_addr = (uintptr_t)vmspace->vm_maxsaddr;
sys/kern/kern_proc.c
3338
kvm.kvm_stack_size = vmspace->vm_ssize;
sys/kern/kern_proc.c
3339
kvm.kvm_shp_addr = vmspace->vm_shp_base;
sys/kern/kern_proc.c
3341
if ((vmspace->vm_map.flags & MAP_WIREFUTURE) != 0)
sys/kern/kern_proc.c
3343
if ((vmspace->vm_map.flags & MAP_ASLR) != 0)
sys/kern/kern_proc.c
3345
if ((vmspace->vm_map.flags & MAP_ASLR_IGNSTART) != 0)
sys/kern/kern_proc.c
3347
if ((vmspace->vm_map.flags & MAP_WXORX) != 0)
sys/kern/kern_proc.c
3349
if ((vmspace->vm_map.flags & MAP_ASLR_STACK) != 0)
sys/kern/kern_proc.c
3351
if (vmspace->vm_shp_base != p->p_sysent->sv_shared_page_base &&
sys/kern/kern_proc.c
3380
proc_vmspace_unref(td, p, PRVM_CHECK_DEBUG, vmspace);
sys/kern/kern_procctl.c
795
struct vmspace *vm;
sys/kern/kern_procctl.c
879
struct vmspace *vm;
sys/kern/kern_procctl.c
919
struct vmspace *vm;
sys/kern/kern_resource.c
1803
struct vmspace *vm;
sys/kern/kern_resource.c
827
getrlimitusage_one(struct proc *p, struct vmspace *vm, u_int which, int flags,
sys/kern/subr_uio.c
513
struct vmspace *vms;
sys/kern/sys_process.c
383
struct vmspace **vmp)
sys/kern/sys_process.c
385
struct vmspace *vm;
sys/kern/sys_process.c
437
struct vmspace *vm)
sys/kern/sys_process.c
449
vmspace_rwmem(struct vmspace *vm, struct uio *uio)
sys/kern/sys_process.c
535
struct vmspace *vm;
sys/kern/sys_process.c
549
vmspace_iop(struct thread *td, struct vmspace *vm, vm_offset_t va, void *buf,
sys/kern/sys_process.c
598
struct vmspace *vm;
sys/kern/sys_socket.c
489
struct vmspace *myvm;
sys/kern/sysv_ipc.c
52
void (*shmexit_hook)(struct vmspace *) = NULL;
sys/kern/sysv_ipc.c
66
shmexit(struct vmspace *vm)
sys/kern/sysv_shm.c
124
static int shm_delete_mapping(struct vmspace *vm, struct shmmap_state *);
sys/kern/sysv_shm.c
134
static void shmexit_myhook(struct vmspace *vm);
sys/kern/sysv_shm.c
266
shm_delete_mapping(struct vmspace *vm, struct shmmap_state *shmmap_s)
sys/kern/sysv_shm.c
839
shmexit(struct vmspace *vm)
sys/kern/sysv_shm.c
842
shmexit_myhook(struct vmspace *vm)
sys/kern/uipc_shm.c
1580
struct vmspace *vms;
sys/kern/vfs_aio.c
1082
struct vmspace *myvm;
sys/powerpc/powerpc/elf_common.c
35
struct vmspace *vmspace;
sys/powerpc/powerpc/elf_common.c
60
vmspace = imgp->proc->p_vmspace;
sys/powerpc/powerpc/elf_common.c
87
vmspace->vm_shp_base + imgp->sysent->sv_timekeep_offset);
sys/powerpc/powerpc/genassym.c
228
ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
sys/riscv/include/vmm.h
154
DECLARE_VMMOPS_FUNC(struct vmspace *, vmspace_alloc, (vm_offset_t min,
sys/riscv/include/vmm.h
156
DECLARE_VMMOPS_FUNC(void, vmspace_free, (struct vmspace *vmspace));
sys/riscv/vmm/vmm_riscv.c
251
struct vmspace *
sys/riscv/vmm/vmm_riscv.c
259
vmmops_vmspace_free(struct vmspace *vmspace)
sys/riscv/vmm/vmm_riscv.c
262
pmap_remove_pages(vmspace_pmap(vmspace));
sys/riscv/vmm/vmm_riscv.c
263
vmspace_free(vmspace);
sys/sys/imgact.h
104
struct vmspace;
sys/sys/imgact.h
117
void exec_cleanup(struct thread *td, struct vmspace *);
sys/sys/imgact.h
125
int pre_execve(struct thread *td, struct vmspace **oldvmspace);
sys/sys/imgact.h
126
void post_execve(struct thread *td, int error, struct vmspace *oldvmspace);
sys/sys/ipc.h
129
struct vmspace;
sys/sys/ipc.h
140
extern void (*shmexit_hook)(struct vmspace *);
sys/sys/proc.h
1106
extern struct vmspace vmspace0; /* VM space for proc0. */
sys/sys/proc.h
697
struct vmspace *p_vmspace; /* (b) Address space. */
sys/sys/ptrace.h
269
struct vmspace;
sys/sys/ptrace.h
271
struct vmspace **_vmp);
sys/sys/ptrace.h
273
struct vmspace *_vm);
sys/sys/ptrace.h
274
ssize_t vmspace_iop(struct thread *td, struct vmspace *vm, vm_offset_t va,
sys/sys/shm.h
151
struct vmspace;
sys/sys/shm.h
160
void shmexit(struct vmspace *);
sys/sys/syscallsubr.h
138
struct mac *mac_p, struct vmspace *oldvmspace);
sys/sys/syscallsubr.h
71
struct vmspace;
sys/sys/umtxvar.h
68
struct vmspace *vs;
sys/sys/user.h
128
struct vmspace *ki_vmspace; /* pointer to kernel vmspace struct */
sys/vm/swap_pager.c
3061
vmspace_swap_count(struct vmspace *vmspace)
sys/vm/swap_pager.c
3072
map = &vmspace->vm_map;
sys/vm/vm_extern.h
101
struct vmspace *, int);
sys/vm/vm_extern.h
115
struct vmspace *vmspace_alloc(vm_offset_t, vm_offset_t, pmap_pinit_t);
sys/vm/vm_extern.h
116
struct vmspace *vmspace_fork(struct vmspace *, vm_ooffset_t *);
sys/vm/vm_extern.h
120
struct vmspace *vmspace_acquire_ref(struct proc *);
sys/vm/vm_extern.h
121
void vmspace_free(struct vmspace *);
sys/vm/vm_extern.h
123
void vmspace_switch_aio(struct vmspace *);
sys/vm/vm_extern.h
37
struct vmspace;
sys/vm/vm_glue.c
773
struct vmspace *vm2, int flags)
sys/vm/vm_kern.c
1025
struct vmspace *vm;
sys/vm/vm_map.c
278
vmspace_zone = uma_zcreate("VMSPACE", sizeof(struct vmspace), NULL,
sys/vm/vm_map.c
290
struct vmspace *vm;
sys/vm/vm_map.c
293
vm = (struct vmspace *)mem;
sys/vm/vm_map.c
306
struct vmspace *vm;
sys/vm/vm_map.c
308
vm = (struct vmspace *)mem;
sys/vm/vm_map.c
320
struct vmspace *
sys/vm/vm_map.c
323
struct vmspace *vm;
sys/vm/vm_map.c
361
vmspace_dofree(struct vmspace *vm)
sys/vm/vm_map.c
386
vmspace_free(struct vmspace *vm)
sys/vm/vm_map.c
399
struct vmspace *vm;
sys/vm/vm_map.c
412
struct vmspace *vm;
sys/vm/vm_map.c
4359
vmspace_map_entry_forked(const struct vmspace *vm1, struct vmspace *vm2,
sys/vm/vm_map.c
4395
struct vmspace *
sys/vm/vm_map.c
4396
vmspace_fork(struct vmspace *vm1, vm_ooffset_t *fork_charge)
sys/vm/vm_map.c
4398
struct vmspace *vm2;
sys/vm/vm_map.c
462
struct vmspace *
sys/vm/vm_map.c
465
struct vmspace *vm;
sys/vm/vm_map.c
4741
struct vmspace *vm;
sys/vm/vm_map.c
4959
struct vmspace *oldvmspace = p->p_vmspace;
sys/vm/vm_map.c
4960
struct vmspace *newvmspace;
sys/vm/vm_map.c
498
vmspace_switch_aio(struct vmspace *newvm)
sys/vm/vm_map.c
4991
struct vmspace *oldvmspace = p->p_vmspace;
sys/vm/vm_map.c
4992
struct vmspace *newvmspace;
sys/vm/vm_map.c
500
struct vmspace *oldvm;
sys/vm/vm_map.c
876
vmspace_resident_count(struct vmspace *vmspace)
sys/vm/vm_map.c
878
return pmap_resident_count(vmspace_pmap(vmspace));
sys/vm/vm_map.h
321
vmspace_pmap(struct vmspace *vmspace)
sys/vm/vm_map.h
323
return &vmspace->vm_pmap;
sys/vm/vm_map.h
371
long vmspace_resident_count(struct vmspace *vmspace);
sys/vm/vm_map.h
552
long vmspace_swap_count(struct vmspace *vmspace);
sys/vm/vm_mmap.c
180
struct vmspace *vms;
sys/vm/vm_pageout.c
1896
vm_pageout_oom_pagecount(struct vmspace *vmspace)
sys/vm/vm_pageout.c
1903
map = &vmspace->vm_map;
sys/vm/vm_pageout.c
1936
struct vmspace *vm;
sys/vm/vm_swapout.c
283
struct vmspace *vm;
sys/vm/vm_unix.c
87
struct vmspace *vm = td->td_proc->p_vmspace;