pmap_pinit.9freebsd

Langue: en

Version: 309248 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)


BSD mandoc

NAME

pmap_pinit pmap_pinit0 - initialize pmap structures

SYNOPSIS

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 pm

DESCRIPTION

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_growkernel9

AUTHORS

This manual page was written by An Bruce M Simpson Aq bms@spc.org .