|
NAMEpmap_protect —
set physical page protection
SYNOPSIS#include <sys/param.h>
#include <vm/vm.h>
#include <vm/pmap.h>
void
DESCRIPTIONThepmap_protect () function sets the physical page
permissions to prot for all physical pages in the
physical map pmap in the virtual address range between
sva and eva.
SEE ALSOpmap(9)AUTHORSThis manual page was written by Bruce M Simpson <bms@spc.org>.
Visit the GSP FreeBSD Man Page Interface. |