The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

pmap_qremove (9)
  • >> pmap_qremove (9) ( FreeBSD man: Ядро )

  • BSD mandoc
     

    NAME

    
    
    pmap_qenter
    
     
    pmap_qremove
    
     - manage temporary kernel space mappings
    
     
    

    SYNOPSIS

       #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

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

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

    IMPLEMENTATION NOTES

    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

    pmap(9)  

    AUTHORS

    This manual page was written by An Bruce M Simpson Aq bms@spc.org .


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    IMPLEMENTATION NOTES
    SEE ALSO
    AUTHORS


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру