Searched refs:exec_new_vmspace (Results 1 – 5 of 5) sorted by relevance
119 int exec_new_vmspace(struct image_params *, struct sysentvec *);
120 error = exec_new_vmspace(imgp, &linux_sysvec); in exec_linux_imgact()
284 error = exec_new_vmspace(imgp, &aout_sysvec); in exec_aout_imgact()
1151 exec_new_vmspace(struct image_params *imgp, struct sysentvec *sv) in exec_new_vmspace() function
1323 error = exec_new_vmspace(imgp, sv); in __CONCAT()