|
PMAP_ACTIVATE (9) | Kernel routines | Unix Manual Pages | :man▋
NAME
pmap_activate - activate a physical map
CONTENTS
Synopsis Description See Also Authors
SYNOPSIS
.In sys/param.h .In vm/vm.h .In vm/pmap.h void pmap_activate "struct thread *td"
DESCRIPTION
The pmap_activate function activates the physical map for a user thread td. This function must be called before the threads address space may be accessed.
SEE ALSO
pmap(9)
AUTHORS
|