logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pmap_protect — set physical page protection

Authors

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

Debian                                            July 18, 2014                                  PMAP_PROTECT(9)

Description

       The  pmap_protect()  function  sets  the  physical page permissions to prot for all physical pages in the
       physical map pmap in the virtual address range between sva and eva.

Name

       pmap_protect — set physical page protection

See Also

pmap(9)

Synopsis

#include<sys/param.h>#include<vm/vm.h>#include<vm/pmap.h>voidpmap_protect(pmap_tpmap, vm_offset_tsva, vm_offset_teva, vm_prot_tprot);

See Also