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

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

PMAP_ENTER(9)

Contents


NAME    [Toc]    [Back]

     pmap_enter -- insert a virtual page into a physical map

SYNOPSIS    [Toc]    [Back]

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

     void
     pmap_enter(pmap_t pmap, vm_offset_t va, vm_page_t p, vm_prot_t prot,
	 boolean_t wired);

DESCRIPTION    [Toc]    [Back]

     The pmap_enter() function inserts the given physical page p, into the
     physical map pmap, at the virtual address va, with the protection prot.
     If wired is TRUE, then increment the wired count for the page as soon as
     the mapping is inserted into pmap.

IMPLEMENTATION NOTES    [Toc]    [Back]

     This routine MAY NOT lazy-evaluate the entry; it is required by specification
 to make the requested entry at the time it is called.

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
pmap_extract FreeBSD map a virtual address to a physical page
pmap_extract_and_hold FreeBSD map a virtual address to a physical page
pmap_page_protect FreeBSD set physical page protection
pmap_protect FreeBSD set physical page protection
pmap_page_exists_quick FreeBSD determine if a page exists in a physical map
cr_isaddr HP-UX validate whether physical page number was dumped
pmap_extract Tru64 General: Extracts a physical page address
pmap_set_modify Tru64 General: Sets the modify bits of the specified physical page
ng_atmpif FreeBSD netgraph HARP/ATM Virtual Physical Interface
pmap_change_wiring FreeBSD change physical wiring for a map or virtual address pair
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service