|
VM_PAGE_ZERO_FILL(9)
Contents
|
vm_page_zero_fill -- zero fill a page
#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_page.h>
boolean_t
vm_page_zero_fill(vm_page_t m);
The vm_page_zero_fill() function zeros the given vm page by calling the
machine dependent pmap_zero_page() routine.
vm_page_zero_fill() always returns TRUE.
This man page was written by Chad David <[email protected]>.
FreeBSD 5.2.1 July 17, 2001 FreeBSD 5.2.1 [ Back ] |