Searched refs:exec_new_vmspace (Results 1 – 8 of 8) sorted by relevance
103 int exec_new_vmspace(struct image_params *, struct sysentvec *);
124 error = exec_new_vmspace(imgp, &svr4_sysvec);
123 error = exec_new_vmspace(imgp, &linux_sysvec); in exec_linux_imgact()
266 error = exec_new_vmspace(imgp, &aout_sysvec); in exec_aout_imgact()
239 error = exec_new_vmspace(gz->ip, &aout_sysvec); in do_aout_hdr()
1083 exec_new_vmspace(struct image_params *imgp, struct sysentvec *sv) in exec_new_vmspace() function
936 error = exec_new_vmspace(imgp, sv); in __CONCAT()
336 error = exec_new_vmspace(imgp, &ibcs2_svr3_sysvec);