*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> pmap_pinit (9)              
Title
Content
Arch
Section
 

PMAP_PINIT(9)

Contents


NAME    [Toc]    [Back]

     pmap_pinit, pmap_pinit0, pmap_pinit2 -- initialize pmap structures

SYNOPSIS    [Toc]    [Back]

     #include <sys/param.h>
     #include <vm/vm.h>
     #include <vm/pmap.h>

     void
     pmap_pinit(pmap_t pmap);

     void
     pmap_pinit0(pmap_t pm);

     void
     pmap_pinit2(pmap_t pmap);

DESCRIPTION    [Toc]    [Back]

     The pmap_pinit() function initializes the preallocated and zeroed structure
 pmap, such as one in a vmspace structure.

     The pmap_pinit0() function initializes the physical map pm, associated
     with process 0, the first process created in the system.

     The pmap_pinit2() function wires in kernel global address entries for the
     physical map pmap, which must be associated with a user process.  It is
     called during process creation.

     To avoid a race condition between pmap intialization and
     pmap_growkernel(), pmap_pinit2() should be called after the vmspace is
     attached to the process but before this pmap is activated.

IMPLEMENTATION NOTES    [Toc]    [Back]

     The pmap_pinit2() function has been deprecated, and should be implemented
     as a stub until further notice.

SEE ALSO    [Toc]    [Back]

      
      
     pmap(9), pmap_growkernel(9)

AUTHORS    [Toc]    [Back]

     This manual page was written by Bruce M Simpson <[email protected]>.


				 July 21, 2003
[ Back ]
 Similar pages
Name OS Title
pmap_init FreeBSD initialize the pmap subsystem
pmap_init2 FreeBSD initialize the pmap subsystem
pstruct OpenBSD Dump C structures as generated from "cc -g
c2ph OpenBSD Dump C structures as generated from "cc -g
SSL_SESSION_cmp Tru64 Compare two SSL_SESSION structures
DSA_set_ex_data Tru64 Add application specific data to DSA structures
BN_CTX_new Tru64 Allocate and free BN_CTX structures
krb5_init_context NetBSD create and delete krb5_context structures
BN_CTX_init Tru64 Allocate and free BN_CTX structures
BN_CTX_free Tru64 Allocate and free BN_CTX structures
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service