Home
last modified time | relevance | path

Searched refs:VM_PROT_NONE (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm.h78 #define VM_PROT_NONE ((vm_prot_t) 0x00) macro
H A Dvm_map.c1693 max != VM_PROT_NONE)) in vm_map_insert()
3562 rv = vm_fault(map, faddr, VM_PROT_NONE, in vm_map_wire_locked()
4599 rv = vm_map_insert(map, NULL, 0, gap_bot, gap_top, VM_PROT_NONE, in vm_map_stack_locked()
4600 VM_PROT_NONE, MAP_CREATE_GUARD | (orient == MAP_STACK_GROWS_DOWN ? in vm_map_stack_locked()
4790 gap_end, VM_PROT_NONE, VM_PROT_NONE, in vm_map_growstack()
4990 if (prot == VM_PROT_NONE && map != kernel_map && in vm_map_lookup()
4998 if ((fault_type & prot) != fault_type || prot == VM_PROT_NONE) { in vm_map_lookup()
H A Dvm_mmap.c385 error = vm_mmap_object(&vms->vm_map, &addr, size, VM_PROT_NONE, in kern_mmap_req()
386 VM_PROT_NONE, flags, NULL, pos, FALSE, td); in kern_mmap_req()
/f-stack/freebsd/kern/
H A Dsys_capability.c201 maxprot = VM_PROT_NONE; in cap_rights_to_vmprot()
H A Dkern_resource.c765 prot = VM_PROT_NONE; in kern_proc_setrlimit()
H A Duipc_shm.c1536 maxprot = VM_PROT_NONE; in shm_mmap()
H A Dlink_elf.c936 error = preload_protect(ef, VM_PROT_NONE); in link_elf_link_preload_finish()
H A Dvfs_vnops.c2623 maxprot = VM_PROT_NONE; in vn_mmap()
/f-stack/freebsd/mips/mips/
H A Dpmap.c2029 if ((prot & VM_PROT_READ) == VM_PROT_NONE) { in pmap_protect()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c6325 if (prot == VM_PROT_NONE) { in pmap_protect()
9222 if (prot != VM_PROT_NONE) { in pmap_change_props_locked()
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c4964 if (prot == VM_PROT_NONE) { in pmap_protect()
/f-stack/freebsd/i386/i386/
H A Dpmap.c3348 if (prot == VM_PROT_NONE) { in __CONCAT()
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c3295 if (prot == VM_PROT_NONE) { in pmap_protect()