Searched refs:pmap_protect (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/vm/
H A Dpmap.h154 void pmap_protect(pmap_t, vm_offset_t, vm_offset_t, vm_prot_t);
H A Dvm_kern.c763 pmap_protect(kernel_pmap, addr, addr + ZERO_REGION_SIZE, VM_PROT_READ);
H A Dvm_map.c2971 pmap_protect(map->pmap, entry->start,
4202 pmap_protect(src_map->pmap,
/freebsd-current/sys/ddb/
H A Ddb_watch.c231 pmap_protect(watch->map->pmap,
/freebsd-current/sys/security/mac/
H A Dmac_process.c364 pmap_protect(map->pmap, vme->start, vme->end,
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c180 pmap_protect(map->pmap, entry->start, entry->end,
/freebsd-current/sys/i386/i386/
H A Dpmap_base.c869 pmap_protect(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, vm_prot_t prot) function
H A Dmachdep.c1831 pmap_protect(kernel_pmap, tmp, tmp + PAGE_SIZE, VM_PROT_READ);
/freebsd-current/share/man/man9/
H A DMakefile283 pmap_protect.9 \
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c2508 pmap_protect(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, vm_prot_t prot) function
/freebsd-current/sys/arm/arm/
H A Dpmap-v6.c4934 pmap_protect(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, vm_prot_t prot) function
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c4381 ("pmap_protect: Invalid L2 entry after demotion"));
4471 pmap_protect(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, vm_prot_t prot) function
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c6695 pmap_protect(pmap_t pmap, vm_offset_t sva, vm_offset_t eva, vm_prot_t prot) function

Completed in 418 milliseconds