*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: pmap_unwire | Section: 9 | Source: FreeBSD | File: pmap_unwire.9.gz
PMAP_UNWIRE(9) FreeBSD Kernel Developer's Manual PMAP_UNWIRE(9) NAME pmap_unwire - unwire a range of virtual pages SYNOPSIS #include <sys/param.h> #include <vm/vm.h> #include <vm/pmap.h> void pmap_unwire(pmap_t pmap, vm_offset_t start, vm_offset_t end); DESCRIPTION The function pmap_unwire() removes the wired attribute from each of the virtual-to-physical page mappings within the virtual address range from start to end of the physical map 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. NOTES Only the function pmap_enter(9) can be used to set the wired attribute of a virtual-to-physical page mapping. SEE ALSO pmap(9), pmap_enter(9), pmap_wired_count(9) AUTHORS This manual page was written by Alan L. Cox <[email protected]>. FreeBSD 14.1-RELEASE-p8 July 17, 2014 FreeBSD 14.1-RELEASE-p8

Navigation Options