Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dexec.h82 void exec_unmap_first_page(struct image_params *);
/f-stack/freebsd/kern/
H A Dkern_exec.c618 exec_unmap_first_page(imgp); in do_execve()
889 exec_unmap_first_page(imgp); in do_execve()
993 exec_unmap_first_page(imgp); in exec_map_first_page()
1018 exec_unmap_first_page(struct image_params *imgp) in exec_unmap_first_page() function
H A Dimgact_elf.c846 exec_unmap_first_page(imgp); in __elfN()