pmap_pinit (9)
Leading comments
Copyright (c) 2003 Bruce M Simpson <bms@spc.org> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documenta...
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.