pmap_clear_reference(9) set information about physical pages

Other Alias

pmap_clear_modify

SYNOPSIS

In sys/param.h In vm/vm.h In vm/pmap.h Ft void Fn pmap_clear_modify vm_page_t m Ft void Fn pmap_clear_reference vm_page_t m

DESCRIPTION

The Fn pmap_clear_modify function clears the ``modified'' bit on the physical page Fa m .

The Fn pmap_clear_reference function clears the ``referenced'' bit on the physical page Fa m .

AUTHORS

This manual page was written by An Bruce M Simpson Aq [email protected] .