pmap_activate.9freebsd

Langue: en

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

Section: 9 (Appels noyau Linux)


BSD mandoc

NAME

pmap_activate - activate a physical map

SYNOPSIS

In sys/param.h In vm/vm.h In vm/pmap.h Ft void Fn pmap_activate struct thread *td

DESCRIPTION

The Fn pmap_activate function activates the physical map for a user thread Fa td . This function must be called before the thread's address space may be accessed.

SEE ALSO

pmap(9)

AUTHORS

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