tail head cat sleep
QR code linking to this page

Manual Pages  — PMAP_CLEAR_MODIFY

NAME

pmap_clear_modify – set information about physical pages

CONTENTS

SYNOPSIS

#include <sys/param.h>
#include <vm/vm.h>
#include <vm/pmap.h>

void
pmap_clear_modify(vm_page_t m);

DESCRIPTION

The pmap_clear_modify() function clears the "modified" bit on the physical page m.

SEE ALSO

pmap(9), pmap_is_modified(9)

AUTHORS

This manual page was written by Bruce M Simpson <Mt bms@spc.org>.

PMAP_CLEAR_MODIFY (9) July 17, 2014

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

Do you laugh when the waiter drops a tray full of dishes? Unix weenies do. They're the first ones to laugh at hapless users, trying to figure out an error message that doesn't have anything to do with what they just typed.
— The Unix Haters' handbook