pmap_page_init — initialize machine-dependent fields of a VM page
Contents
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);
