Интерактивная система просмотра системных руководств (man-ов)
pmap_clear_reference (9)
>> pmap_clear_reference (9) ( FreeBSD man: Ядро )
BSD mandoc
NAME
pmap_clear_modify
pmap_clear_reference
- set information about physical pages
SYNOPSIS
#include <sys/param.h>
#include <vm/vm.h>
#include <vm/pmap.h>
void
pmap_clear_modify (vm_page_t m);
void
pmap_clear_reference (vm_page_t m);
DESCRIPTION
The
pmap_clear_modify ();
function clears the
``modified''
bit on the physical page
Fa m .
The
pmap_clear_reference ();
function clears the
``referenced''
bit on the physical page
Fa m .
SEE ALSO
pmap(9),
pmap_is_modified9,
pmap_ts_referenced9
AUTHORS
This manual page was written by
An Bruce M Simpson Aq bms@spc.org .
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- AUTHORS
-