Home
last modified time | relevance | path

Searched refs:vmspace_exec (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/vm/
HDvm_extern.h117 void vmspace_exec(struct proc *, struct vmspace *);
HDvm_map.c4203 vmspace_exec(struct proc *p, struct vmspace *vmcopy) in vmspace_exec() function
/dragonfly/sys/kern/
HDkern_exec.c957 vmspace_exec(imgp->proc, vmcopy); in exec_new_vmspace()
967 vmspace_exec(imgp->proc, NULL); in exec_new_vmspace()
HDkern_checkpoint.c556 vmspace_exec(p, NULL); in elf_gettextvp()