Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dexec.h83 void exec_unmap_first_page(struct image_params *);
/freebsd-12.1/sys/kern/
H A Dkern_exec.c616 exec_unmap_first_page(imgp); in do_execve()
890 exec_unmap_first_page(imgp); in do_execve()
988 exec_unmap_first_page(imgp); in exec_map_first_page()
1052 exec_unmap_first_page(struct image_params *imgp) in exec_unmap_first_page() function
H A Dimgact_elf.c805 exec_unmap_first_page(imgp); in __elfN()