pmap_release(9)
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.