Home
last modified time | relevance | path

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

/dragonfly/sys/vm/
H A Dvm_extern.h117 void vmspace_exec(struct proc *, struct vmspace *);
H A Dvm_map.c4203 vmspace_exec(struct proc *p, struct vmspace *vmcopy) in vmspace_exec() function
/dragonfly/sys/kern/
H A Dkern_exec.c957 vmspace_exec(imgp->proc, vmcopy); in exec_new_vmspace()
967 vmspace_exec(imgp->proc, NULL); in exec_new_vmspace()
H A Dkern_checkpoint.c556 vmspace_exec(p, NULL); in elf_gettextvp()