Other Alias
pmap_pinitSYNOPSIS
In sys/param.h In vm/vm.h In vm/pmap.h Ft void Fn pmap_pinit pmap_t pmap Ft void Fn pmap_pinit0 pmap_t pmDESCRIPTION
The Fn pmap_pinit function initializes the preallocated and zeroed structure Fa pmap , such as one in a Vt vmspace structure.The Fn pmap_pinit0 function initializes the physical map Fa pm , associated with process 0, the first process created in the system.