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

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

PMAP_QENTER(9)

Contents


NAME    [Toc]    [Back]

     pmap_qenter, pmap_qremove -- manage temporary kernel space mappings

SYNOPSIS    [Toc]    [Back]

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

     void
     pmap_qenter(vm_offset_t sva, vm_page_t *m, int count);

     void
     pmap_qremove(vm_offset_t sva, int count);

DESCRIPTION    [Toc]    [Back]

     The pmap_qenter() function accepts a linear array of count pointers to
     wired pages *m, and enters each of these pages into the kernel virtual
     address (KVA) space, beginning at the address sva.

     The pmap_qremove() function tears out a mapping from the kernel virtual
     address space, beginning at sva and for count pages.

IMPLEMENTATION NOTES    [Toc]    [Back]

     The pmap_qenter() function is intended for temporary mappings that do not
     require page modification or reference counting.  Old mappings are simply
     overwritten.  The pages must be wired into physical memory.

     The corresponding pmap_qremove() function is intended to remove such temporary
 mappings.

SEE ALSO    [Toc]    [Back]

      
      
     pmap(9)

AUTHORS    [Toc]    [Back]

     This manual page was written by Bruce M Simpson <bms@spc.org>.


				 July 21, 2003
[ Back ]
 Similar pages
Name OS Title
ilbuffer IRIX allocates framebuffer space to hold temporary image processing results
copyin NetBSD kernel space to/from user space copy functions
copystr NetBSD kernel space to/from user space copy functions
copyinstr NetBSD kernel space to/from user space copy functions
copyoutstr NetBSD kernel space to/from user space copy functions
copyin_proc NetBSD kernel space to/from user space copy functions
copyout_proc NetBSD kernel space to/from user space copy functions
copy NetBSD kernel space to/from user space copy functions
copyout NetBSD kernel space to/from user space copy functions
copyoutstr Tru64 General: Copies a null-terminated string from a kernel address space to a user address space
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service