pmap_release (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...
(The comments found at the beginning of the groff file "man9/pmap_release.9freebsd".)
NAME
pmap_release
- release resources held by a physical map
SYNOPSIS
In sys/param.h
In vm/vm.h
In vm/pmap.h
Ft void
Fn pmap_release pmap_t pmap
DESCRIPTION
The
Fn pmap_release
function releases any resources held by the physical map
Fa pmap .
This function is
called when a pmap initialized by the corresponding function,
Fn pmap_pinit
is being released.
IMPLEMENTATION NOTES
This function should only be called if
Fa pmap
no longer contains any valid mappings.
SEE ALSO
pmap(9),
pmap_pinit9
AUTHORS
This manual page was written by
An Bruce M Simpson Aq bms@spc.org .