|
NAMEpmap_remove , pmap_remove_all ,
pmap_remove_pages —
remove pages from a physical map
SYNOPSIS#include <sys/param.h>
#include <vm/vm.h>
#include <vm/pmap.h>
void
void
void
DESCRIPTIONThepmap_remove () function removes the range of
addresses between sva and eva from
the physical map pmap. If eva is
less than sva, then the result is undefined. It is
assumed that both sva and eva are
page-aligned addresses.
The The SEE ALSOpmap (9)
AUTHORSThis manual page was written by Bruce M Simpson <bms@spc.org>.
Visit the GSP FreeBSD Man Page Interface. |