Home
last modified time | relevance | path

Searched refs:exec_unmap_first_page (Results 1 – 3 of 3) sorted by relevance

/src/sys/sys/
H A Dexec.h91 void exec_unmap_first_page(struct image_params *);
/src/sys/kern/
H A Dkern_exec.c681 exec_unmap_first_page(imgp); in do_execve()
974 exec_unmap_first_page(imgp); in do_execve()
1081 exec_unmap_first_page(imgp); in exec_map_first_page()
1106 exec_unmap_first_page(struct image_params *imgp) in exec_unmap_first_page() function
H A Dimgact_elf.c878 exec_unmap_first_page(imgp); in load_file()