|
NAMEpmap_pinit , pmap_pinit0 —
initialize pmap structures
SYNOPSIS#include <sys/param.h>
#include <vm/vm.h>
#include <vm/pmap.h>
void
void
DESCRIPTIONThepmap_pinit () function initializes the preallocated
and zeroed structure pmap, such as one in a
vmspace structure.
The IMPLEMENTATION NOTESThepmap_pinit2 () function has been deprecated, and
should be implemented as a stub until further notice.
SEE ALSOpmap(9), pmap_growkernel(9)AUTHORSThis manual page was written by Bruce M Simpson <bms@spc.org>.
Visit the GSP FreeBSD Man Page Interface. |