Lines Matching refs:VM_PROT_NONE
2990 max_protection != VM_PROT_NONE && in vm_map_enter()
4824 cur_protection, VM_PROT_NONE, in vm_map_enter_mem_object_helper()
5860 cur_prot = VM_PROT_NONE; in vm_map_protect()
6132 prot = VM_PROT_NONE; in vm_map_protect()
7642 VM_PROT_NONE, in vm_map_submap_pmap_clean()
7678 VM_PROT_NONE, in vm_map_submap_pmap_clean()
8438 VM_PROT_NONE, in vm_map_delete()
8581 VM_PROT_NONE, in vm_map_delete()
8657 entry->protection = VM_PROT_NONE; in vm_map_delete()
8658 entry->max_protection = VM_PROT_NONE; in vm_map_delete()
10577 VM_PROT_NONE, in vm_map_copy_overwrite_aligned()
11857 if (((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE && in vm_map_copyin_internal()
12148 if ((((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE) && in vm_map_copyin_internal()
12554 if (required_cur_prot != VM_PROT_NONE) { in vm_map_copy_extract()
12885 (last->max_protection & VM_PROT_READ) == VM_PROT_NONE) { in vm_map_fork_copy()
13424 VM_PROT_NONE, in vm_map_exec()
13425 VM_PROT_NONE, in vm_map_exec()
14128 if (fault_type == VM_PROT_NONE) { in vm_map_lookup_and_lock_object()
16760 *max_protection = VM_PROT_NONE; in vm_map_remap_extract()
16761 *cur_protection = VM_PROT_NONE; in vm_map_remap_extract()
16763 max_prot_for_prot_copy = VM_PROT_NONE; in vm_map_remap_extract()
16766 if (*cur_protection == VM_PROT_NONE && in vm_map_remap_extract()
16767 *max_protection == VM_PROT_NONE) { in vm_map_remap_extract()
16780 required_cur_prot = VM_PROT_NONE; in vm_map_remap_extract()
16781 required_max_prot = VM_PROT_NONE; in vm_map_remap_extract()
16792 required_cur_prot = VM_PROT_NONE; in vm_map_remap_extract()
16896 *cur_protection = VM_PROT_NONE; in vm_map_remap_extract()
16897 *max_protection = VM_PROT_NONE; in vm_map_remap_extract()
17026 submap_curprot = VM_PROT_NONE; in vm_map_remap_extract()
17027 submap_maxprot = VM_PROT_NONE; in vm_map_remap_extract()
17160 if (src_entry->max_protection == VM_PROT_NONE) { in vm_map_remap_extract()
17161 assert(src_entry->protection == VM_PROT_NONE); in vm_map_remap_extract()
18195 cur_prot = VM_PROT_NONE; /* legacy mode */ in vm_map_range_physical_size()
18196 max_prot = VM_PROT_NONE; /* legacy mode */ in vm_map_range_physical_size()
21961 VM_PROT_NONE); in vm_map_corpse_footprint_collect_done()