Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dexec.h103 void exec_unmap_first_page(struct image_params *);
/freebsd-14.2/sys/kern/
H A Dkern_exec.c669 exec_unmap_first_page(imgp); in do_execve()
947 exec_unmap_first_page(imgp); in do_execve()
1054 exec_unmap_first_page(imgp); in exec_map_first_page()
1079 exec_unmap_first_page(struct image_params *imgp) in exec_unmap_first_page() function
H A Dimgact_elf.c869 exec_unmap_first_page(imgp); in __elfN()