Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dexec.h84 void exec_unmap_first_page(struct image_params *);
/freebsd-13.1/sys/kern/
H A Dkern_exec.c665 exec_unmap_first_page(imgp); in do_execve()
946 exec_unmap_first_page(imgp); in do_execve()
1053 exec_unmap_first_page(imgp); in exec_map_first_page()
1078 exec_unmap_first_page(struct image_params *imgp) in exec_unmap_first_page() function
H A Dimgact_elf.c855 exec_unmap_first_page(imgp); in __elfN()