Searched refs:VM_PROT_NONE (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/sys/vm/
H A Dvm.h72 #define VM_PROT_NONE ((vm_prot_t) 0x00) macro
H A Dvm_mmap.c334 error = vm_mmap_object(&vms->vm_map, &addr, size, VM_PROT_NONE,
335 VM_PROT_NONE, flags, NULL, pos, FALSE, td);
H A Dvm_map.c1661 max != VM_PROT_NONE))
3604 rv = vm_fault(map, faddr, VM_PROT_NONE,
4641 rv = vm_map_insert1(map, NULL, 0, gap_bot, gap_top, VM_PROT_NONE,
4642 VM_PROT_NONE, MAP_CREATE_GUARD | (orient == MAP_STACK_GROWS_DOWN ?
4847 gap_end, VM_PROT_NONE, VM_PROT_NONE,
5054 if (prot == VM_PROT_NONE && map != kernel_map &&
5062 if ((fault_type & prot) != fault_type || prot == VM_PROT_NONE) {
/freebsd-current/sys/kern/
H A Dsys_capability.c197 maxprot = VM_PROT_NONE;
H A Dkern_exec.c1271 VM_PROT_NONE, VM_PROT_NONE, MAP_CREATE_GUARD);
H A Dkern_resource.c771 prot = VM_PROT_NONE;
H A Dlink_elf.c965 error = preload_protect(ef, VM_PROT_NONE);
H A Duipc_shm.c1660 maxprot = VM_PROT_NONE;
H A Dvfs_vnops.c2879 maxprot = VM_PROT_NONE;
/freebsd-current/sys/dev/xen/privcmd/
H A Dprivcmd.c241 error = vm_map_lookup(&map, addr, VM_PROT_NONE, &entry, &mem, &pindex,
/freebsd-current/sys/dev/xen/gntdev/
H A Dgntdev.c751 error = vm_map_lookup(&map, arg->vaddr, VM_PROT_NONE, &entry,
/freebsd-current/sys/powerpc/aim/
H A Dmmu_oea.c1802 if ((prot & VM_PROT_READ) == VM_PROT_NONE) {
H A Dmmu_oea64.c2606 if ((prot & VM_PROT_READ) == VM_PROT_NONE) {
H A Dmmu_radix.c4537 if (prot == VM_PROT_NONE) {
/freebsd-current/sys/fs/devfs/
H A Ddevfs_vnops.c1974 maxprot = VM_PROT_NONE;
/freebsd-current/sys/powerpc/booke/
H A Dpmap.c1670 if ((prot & VM_PROT_READ) == VM_PROT_NONE) {
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1622 maxprot = VM_PROT_NONE;
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c2516 if ((prot & VM_PROT_READ) == VM_PROT_NONE) {
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c6707 if (prot == VM_PROT_NONE) {
9735 if (prot != VM_PROT_NONE) {
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c4478 if (prot == VM_PROT_NONE) {
7883 if (prot != VM_PROT_NONE) {
/freebsd-current/sys/arm/arm/
H A Dpmap-v6.c4942 if (prot == VM_PROT_NONE) {
/freebsd-current/sys/i386/i386/
H A Dpmap.c3323 if (prot == VM_PROT_NONE) {

Completed in 364 milliseconds