|
NAMEpmap_copy , pmap_copy_page
—
copy physical memory pages
SYNOPSIS#include <sys/param.h>
#include <vm/vm.h>
#include <vm/pmap.h>
void
void
DESCRIPTIONThepmap_copy () function copies the range specified by
src_addr and len from the source
physical map src_pmap to the destination physical map
dst_pmap at the address dst_addr.
The IMPLEMENTATION NOTESThepmap_copy () routine is only advisory and need not do
anything. Actually implementing it may seriously reduce system performance.
The SEE ALSObcopy(3), pmap(9)AUTHORSThis manual page was written by Bruce M Simpson <bms@spc.org>.
Visit the GSP FreeBSD Man Page Interface. |