logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pmap_page_init — initialize machine-dependent fields of a VM page

Authors

       This manual page was written by Hiten Pandya <hmp@FreeBSD.org>.

Debian                                            June 10, 2005                                PMAP_PAGE_INIT(9)

Description

       The  pmap_page_init()  function  initializes  the  machine-dependent fields of a VM page structure.  This
       procedure is normally used when adding new pages to the VM page queue management lists.

Name

       pmap_page_init — initialize machine-dependent fields of a VM page

See Also

pmap(9), pmap_pinit(9)

Synopsis

#include<sys/param.h>#include<vm/vm.h>#include<vm/pmap.h>voidpmap_page_init(vm_page_tm);

See Also