Man Page: pmap_clear_modify
Operating Environment: freebsd
Section: 9
PMAP_CLEAR_MODIFY(9) BSD Kernel Developer's Manual PMAP_CLEAR_MODIFY(9)NAMEpmap_clear_modify -- set information about physical pagesSYNOPSIS#include <sys/param.h> #include <vm/vm.h> #include <vm/pmap.h> void pmap_clear_modify(vm_page_t m);DESCRIPTIONThe pmap_clear_modify() function clears the ``modified'' bit on the physical page m.SEE ALSOpmap(9), pmap_is_modified(9)AUTHORSThis manual page was written by Bruce M Simpson <bms@spc.org>.BSDJuly 17, 2014 BSD
| Related Man Pages |
|---|
| pmap(9) - debian |
| pmap_extract(9) - debian |
| pmap_extract_and_hold(9) - debian |
| vm_fault_prefault(9) - debian |
| vm_page_aflag(9) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| FreeBSD Kernel Internals, Dr. Marshall Kirk McKusick |
| Scripts without shebang |
| Memory Leaks |
| A simple UNIXtime component in Vue.js |
| Controlling user input |