Searched refs:vmspace (Results 26 - 50 of 69) sorted by relevance

123

/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_proc.c50 struct vmspace *oldvmspace;
/freebsd-11-stable/sys/arm/arm/
H A Dgenassym.c160 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
H A Dtrap-v6.c287 struct vmspace *vm;
/freebsd-11-stable/sys/fs/procfs/
H A Dprocfs_map.c81 struct vmspace *vm;
/freebsd-11-stable/sys/vm/
H A Dvm_unix.c76 struct vmspace *vm = td->td_proc->p_vmspace;
H A Dvm_pageout.c1557 vm_pageout_oom_pagecount(struct vmspace *vmspace) argument
1564 map = &vmspace->vm_map;
1596 struct vmspace *vm;
H A Dvm_glue.c532 struct vmspace *vm2, int flags)
587 vmspace_exitfree(p); /* and clean-out the vmspace */
H A Dswap_pager.c2437 * Count the approximate swap usage in pages for a vmspace. The
2442 vmspace_swap_count(struct vmspace *vmspace) argument
2452 map = &vmspace->vm_map;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_emul.c218 struct vmspace *oldvmspace;
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c790 struct vmspace *vmspace; local
1030 vmspace = imgp->proc->p_vmspace;
1031 vmspace->vm_tsize = text_size >> PAGE_SHIFT;
1032 vmspace->vm_taddr = (caddr_t)(uintptr_t)text_addr;
1033 vmspace->vm_dsize = data_size >> PAGE_SHIFT;
1034 vmspace->vm_daddr = (caddr_t)(uintptr_t)data_addr;
1042 addr = round_page((vm_offset_t)vmspace->vm_daddr + lim_max(td,
H A Dsysv_shm.c122 static int shm_delete_mapping(struct vmspace *vm, struct shmmap_state *);
131 static void shmexit_myhook(struct vmspace *vm);
260 shm_delete_mapping(struct vmspace *vm, struct shmmap_state *shmmap_s)
823 shmexit_myhook(struct vmspace *vm)
H A Dkern_fork.c396 struct vmspace *vm2, struct file *fp_procdesc)
838 struct vmspace *vm2;
H A Dkern_clock.c705 struct vmspace *vm;
H A Dsubr_uio.c457 struct vmspace *vms;
/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h62 struct vmspace;
107 struct mac *mac_p, struct vmspace *oldvmspace);
H A Duser.h128 struct vmspace *ki_vmspace; /* pointer to kernel vmspace struct */
H A Dproc.h480 #define TDP_EXECVMSPC 0x40000000 /* Execve destroyed old vmspace */
589 struct vmspace *p_vmspace; /* (b) Address space. */
957 extern struct vmspace vmspace0; /* VM space for proc0. */
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.h117 struct vmspace *vm;
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dgenassym.c207 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dgenassym.c200 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c187 struct vmspace *oldvmspace;
210 struct vmspace *oldvmspace;
/freebsd-11-stable/sys/i386/i386/
H A Dgenassym.c82 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
/freebsd-11-stable/sys/amd64/amd64/
H A Dgenassym.c72 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat.c450 struct vmspace vmspace; local
607 if (!kvm_read_all(kd, (unsigned long)kp->ki_vmspace, &vmspace,
608 sizeof(vmspace))) {
609 warnx("can't read vmspace at %p",
613 map = &vmspace.vm_map;
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_misc.c169 struct vmspace *oldvmspace;
194 struct vmspace *oldvmspace;
935 struct vmspace *vm = td->td_proc->p_vmspace;

Completed in 162 milliseconds

123