|
NAMEpmap_is_modified ,
pmap_ts_modified —
return information about physical pages
SYNOPSIS#include <sys/param.h>
#include <vm/vm.h>
#include <vm/pmap.h>
boolean_t
int
DESCRIPTIONThepmap_is_modified () and
pmap_ts_referenced () functions return information
about physical pages.
RETURN VALUESThepmap_is_modified () function returns the status of
the “page modified” bit for the physical page
m.
The SEE ALSOpmap(9), pmap_clear_modify(9)AUTHORSThis manual page was written by Bruce M Simpson <bms@spc.org>.
Visit the GSP FreeBSD Man Page Interface. |