pmap_clear_reference (9)
Leading comments
Copyright (c) 2003 Bruce M Simpson <bms@spc.org> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documenta...
NAME
pmap_clear_modify pmap_clear_reference - set information about physical pagesSYNOPSIS
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 .