Manual Page Search Parameters

PMAP_CLEAR_MODIFY(9) MidnightBSD Kernel Developer's Manual PMAP_CLEAR_MODIFY(9)

pmap_clear_modify, pmap_clear_referenceset information about physical pages

#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 () function clears the “modified” bit on the physical page m.

The () function clears the “referenced” bit on the physical page m.

pmap(9), pmap_is_modified(9), pmap_ts_referenced(9)

This manual page was written by Bruce M Simpson ⟨bms@spc.org⟩.

July 21, 2003 midnightbsd-3.1