:man| Alphabetical   Categories   About us 
 
PMAP_CLEAR_MODIFY (9) | Kernel routines | Unix Manual Pages | :man

NAME

pmap_clear_modify, pmap_clear_reference - set information about physical pages

CONTENTS

Synopsis
Description
See Also
Authors

SYNOPSIS


.In sys/param.h
.In vm/vm.h
.In vm/pmap.h void pmap_clear_modify "vm_page_t m" void pmap_clear_reference "vm_page_t m"

DESCRIPTION

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.

SEE ALSO

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

AUTHORS

 
Created by Blin Media, 2008-2013