pmap_unwire (9)
Leading comments
Copyright (c) 2014 Alan L. Cox <alc@rice.edu> 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 documentatio...
NAME
pmap_unwire - unwire a range of virtual pagesSYNOPSIS
In sys/param.h In vm/vm.h In vm/pmap.h Ft void Fo pmap_unwire Fa pmap_t pmap vm_offset_t start vm_offset_t end FcDESCRIPTION
The function Fn pmap_unwire removes the wired attribute from each of the virtual-to-physical page mappings within the virtual address range from Fa start to Fa end of the physical map Fa pmap . Every valid mapping within that range is required to have the wired attribute set. Invalid mappings are ignored, since they cannot have the wired attribute set.