Searched refs:exec_new_vmspace (Results 1 – 5 of 5) sorted by relevance
118 int exec_new_vmspace(struct image_params *, struct sysentvec *);
123 error = exec_new_vmspace(imgp, &linux_sysvec); in exec_linux_imgact()
266 error = exec_new_vmspace(imgp, &aout_sysvec); in exec_aout_imgact()
1036 exec_new_vmspace(struct image_params *imgp, struct sysentvec *sv) in exec_new_vmspace() function
1248 error = exec_new_vmspace(imgp, sv); in __CONCAT()