pmap_clear_modify.9freebsd

Langue: en

Version: 306477 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)


BSD mandoc

NAME

pmap_clear_modify pmap_clear_reference - set information about physical pages

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 .

SEE ALSO

pmap(9), pmap_is_modified9, pmap_ts_referenced9

AUTHORS

This manual page was written by An Bruce M Simpson Aq bms@spc.org .