pmap_protect(9) freebsd man page | unix.com

Man Page: pmap_protect

Operating Environment: freebsd

Section: 9

PMAP_PROTECT(9) 					   BSD Kernel Developer's Manual					   PMAP_PROTECT(9)

NAME
pmap_protect -- set physical page protection
SYNOPSIS
#include <sys/param.h> #include <vm/vm.h> #include <vm/pmap.h> void pmap_protect(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, vm_prot_t prot);
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.
SEE ALSO
pmap(9)
AUTHORS
This manual page was written by Bruce M Simpson <bms@spc.org>.
BSD
July 18, 2014 BSD
Related Man Pages
pmap_extract(9) - debian
vm_map_check_protection(9) - debian
vm_map_protect(9) - debian
pmap_enter(9) - freebsd
pmap_extract_and_hold(9) - freebsd
Similar Topics in the Unix Linux Community
Mac OS X: Based on UNIX - Solid As a Rock
FreeBSD Kernel Internals, Dr. Marshall Kirk McKusick
Scripts without shebang
A simple UNIXtime component in Vue.js
Valid separator in time and date format