pmap_clear_modify,
- Provided by: freebsd-manpages (Version: 9.2+1-1)
- Report a bug
#include
<sys/param.h>
#include <vm/vm.h>
#include <vm/pmap.h>
void
pmap_clear_modify(vm_page_t
m);
void
pmap_clear_reference(vm_page_t
m);
The
pmap_clear_modify()
function clears the “modified” bit on the physical page
m.
The
pmap_clear_reference()
function clears the “referenced” bit on the physical page
m.
This manual page was written by Bruce M Simpson ⟨bms@spc.org⟩.