*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> pmap_change_wiring (9)              
Title
Content
Arch
Section
 

PMAP_CHANGE_WIRING(9)

Contents


NAME    [Toc]    [Back]

     pmap_change_wiring -- change physical wiring for a map or virtual address
     pair

SYNOPSIS    [Toc]    [Back]

     #include <sys/param.h>
     #include <vm/vm.h>
     #include <vm/pmap.h>

     void
     pmap_change_wiring(pmap_t pmap, vm_offset_t va, boolean_t wired);

DESCRIPTION    [Toc]    [Back]

     The pmap_change_wiring() function changes the wiring attribute for the
     page at virtual address va in the physical map pmap.  A wired page gets
     its name from being `wired' into the system page tables so that it will
     not be paged out.

     The mapping must already exist in the pmap.  If wired is TRUE, the map's
     wired page count will be incremented; if FALSE, it will be decremented.

     It is typically called by the vm_fault_unwire() function.

SEE ALSO    [Toc]    [Back]

      
      
     pmap(9)

AUTHORS    [Toc]    [Back]

     This manual page was written by Bruce M Simpson <[email protected]>.


				 July 21, 2003
[ Back ]
 Similar pages
Name OS Title
KSEG_TO_PHYS Tru64 General: Converts a kernel-unmapped virtual address to a physical address
copy_to_phys Tru64 General: Copies data from a virtual address to a physical address
svatophys Tru64 General: Converts a system virtual address to a physical address
vtop Tru64 General: Converts any virtual address to a physical address
pmap_extract_and_hold FreeBSD map a virtual address to a physical page
pmap_extract FreeBSD map a virtual address to a physical page
pmap_mincore FreeBSD determine if a virtual address is resident in physical memory
pmap_map FreeBSD map a physical memory range into kernel virtual address (KVA) space
vm_map_unwire FreeBSD manage page wiring within a virtual memory map
vm_map_wire FreeBSD manage page wiring within a virtual memory map
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service