|
pmap_set_modify(9r)
Contents
|
pmap_set_modify - General: Sets the modify bits of the
specified physical page
void pmap_set_modify(
vm_offset_t phys_page );
Specifies the physical page that was previously modified.
The pmap_set_modify routine informs the pmap module that
the specified physical page was modified through a backdoor
mechanism.
None
Routines: pmap_extract(9r), pmap_kernel(9r)
pmap_set_modify(9r)
[ Back ] |