Index Index for
Section 9r
Index Alphabetical
listing for P
Bottom of page Bottom of
page

pmap_set_modify(9r)

NAME

pmap_set_modify - General: Sets the modify bits of the specified physical page

SYNOPSIS

void pmap_set_modify( vm_offset_t phys_page );

ARGUMENTS

phys_page Specifies the physical page that was previously modified.

DESCRIPTION

The pmap_set_modify routine informs the pmap module that the specified physical page was modified through a back-door mechanism.

RETURN VALUES

None

SEE ALSO

Routines: pmap_extract(9r), pmap_kernel(9r)

Index Index for
Section 9r
Index Alphabetical
listing for P
Top of page Top of
page