Other Alias
pmap_clear_referenceSYNOPSIS
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 mDESCRIPTION
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 .