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

123

/freebsd-10.1-release/sys/vm/
H A Dvm_unix.c78 struct vmspace *vm = td->td_proc->p_vmspace;
H A Dvm_glue.c573 struct vmspace *vm2;
629 vmspace_exitfree(p); /* and clean-out the vmspace */
817 struct vmspace *vm;
861 * only aiod changes vmspace, however it will be
H A Dvm_meter.c106 struct vmspace *vm;
H A Dswap_pager.c2472 * vmspace.
2482 vmspace_swap_count(struct vmspace *vmspace) argument
2489 map = &vmspace->vm_map;
H A Dvm_pageout.c1501 struct vmspace *vm;
1759 struct vmspace *vm;
/freebsd-10.1-release/sys/kern/
H A Dimgact_elf.c720 struct vmspace *vmspace; local
905 vmspace = imgp->proc->p_vmspace;
906 vmspace->vm_tsize = text_size >> PAGE_SHIFT;
907 vmspace->vm_taddr = (caddr_t)(uintptr_t)text_addr;
908 vmspace->vm_dsize = data_size >> PAGE_SHIFT;
909 vmspace->vm_daddr = (caddr_t)(uintptr_t)data_addr;
917 addr = round_page((vm_offset_t)vmspace->vm_daddr + lim_max(imgp->proc,
H A Dsysv_shm.c127 static int shm_delete_mapping(struct vmspace *vm, struct shmmap_state *);
132 static void shmexit_myhook(struct vmspace *vm);
258 shm_delete_mapping(struct vmspace *vm, struct shmmap_state *shmmap_s)
803 shmexit_myhook(struct vmspace *vm)
H A Dsubr_uio.c398 struct vmspace *vms;
H A Dkern_fork.c365 struct vmspace *vm2, int pdflags)
758 struct vmspace *vm2;
H A Dinit_main.c101 struct vmspace vmspace0;
H A Dkern_clock.c705 struct vmspace *vm;
H A Dkern_proc.c849 struct vmspace *vm = p->p_vmspace;
1985 struct vmspace *vm;
2212 struct vmspace *vm;
2434 * vmspace has been replaced, or the like, in order to prevent
/freebsd-10.1-release/sys/amd64/amd64/
H A Dsys_machdep.c86 static void set_user_ldt_rv(struct vmspace *vmsp);
440 set_user_ldt_rv(struct vmspace *vmsp)
H A Dgenassym.c77 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
H A Dtrap.c626 struct vmspace *vm;
/freebsd-10.1-release/sys/sys/
H A Duser.h128 struct vmspace *ki_vmspace; /* pointer to kernel vmspace struct */
H A Dproc.h428 #define TDP_EXECVMSPC 0x40000000 /* Execve destroyed old vmspace */
518 struct vmspace *p_vmspace; /* (b) Address space. */
823 extern struct vmspace vmspace0; /* VM space for proc0. */
/freebsd-10.1-release/sys/sparc64/sparc64/
H A Dtrap.c444 struct vmspace *vm;
457 KASSERT(td->td_proc->p_vmspace != NULL, ("trap_pfault: vmspace NULL"));
H A Dgenassym.c200 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
/freebsd-10.1-release/sys/i386/i386/
H A Dgenassym.c82 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
H A Dsys_machdep.c85 static void set_user_ldt_rv(struct vmspace *vmsp);
440 set_user_ldt_rv(struct vmspace *vmsp)
/freebsd-10.1-release/sys/powerpc/powerpc/
H A Dgenassym.c204 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
/freebsd-10.1-release/lib/libprocstat/
H A Dlibprocstat.c448 struct vmspace vmspace; local
597 if (!kvm_read_all(kd, (unsigned long)kp->ki_vmspace, &vmspace,
598 sizeof(vmspace))) {
599 warnx("can't read vmspace at %p",
603 map = &vmspace.vm_map;
/freebsd-10.1-release/sys/ia64/ia64/
H A Dtrap.c532 struct vmspace *vm;
/freebsd-10.1-release/sys/dev/drm/
H A Ddrm_bufs.c1036 struct vmspace *vms;

Completed in 160 milliseconds

123