Query: pmap_change_wiring
OS: freebsd
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PMAP_CHANGE_WIRING(9) BSD Kernel Developer's Manual PMAP_CHANGE_WIRING(9)NAMEpmap_change_wiring -- change physical wiring for a map or virtual address pairSYNOPSIS#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);DESCRIPTIONThe 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 decre- mented. It is typically called by the vm_fault_unwire() function.SEE ALSOpmap(9)AUTHORSThis manual page was written by Bruce M Simpson <bms@spc.org>.BSDJuly 21, 2003 BSD
Related Man Pages |
---|
vm_fault_prefault(9) - freebsd |
pmap(9) - debian |
pmap_extract_and_hold(9) - debian |
vm_map_wire(9) - debian |
vm_map_wire(9) - linux |
Similar Topics in the Unix Linux Community |
---|
The Whole Story on #! /usr/bin/ksh |
FreeBSD Kernel Internals, Dr. Marshall Kirk McKusick |
Scripts without shebang |
Is UNIX an open source OS ? |
Valid separator in time and date format |