Rechercher une page de manuel
pmap_pinit2.9freebsd
Langue: en
Version: 308452 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
BSD mandoc
NAME
pmap_pinit pmap_pinit0 - initialize pmap structuresSYNOPSIS
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.
IMPLEMENTATION NOTES
The Fn pmap_pinit2 function has been deprecated, and should be implemented as a stub until further notice.SEE ALSO
pmap(9), pmap_growkernel9AUTHORS
This manual page was written by An Bruce M Simpson Aq bms@spc.org .Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre