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()
10588 VM_PROT_NONE, in vm_map_copy_overwrite_aligned()
11868 if (((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE && in vm_map_copyin_internal()
12159 if ((((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE) && in vm_map_copyin_internal()
12565 if (required_cur_prot != VM_PROT_NONE) { in vm_map_copy_extract()
12896 (last->max_protection & VM_PROT_READ) == VM_PROT_NONE) { in vm_map_fork_copy()
13435 VM_PROT_NONE, in vm_map_exec()
13436 VM_PROT_NONE, in vm_map_exec()
14139 if (fault_type == VM_PROT_NONE) { in vm_map_lookup_and_lock_object()
16771 *max_protection = VM_PROT_NONE; in vm_map_remap_extract()
16772 *cur_protection = VM_PROT_NONE; in vm_map_remap_extract()
16774 max_prot_for_prot_copy = VM_PROT_NONE; in vm_map_remap_extract()
16777 if (*cur_protection == VM_PROT_NONE && in vm_map_remap_extract()
16778 *max_protection == VM_PROT_NONE) { in vm_map_remap_extract()
16791 required_cur_prot = VM_PROT_NONE; in vm_map_remap_extract()
16792 required_max_prot = VM_PROT_NONE; in vm_map_remap_extract()
16803 required_cur_prot = VM_PROT_NONE; in vm_map_remap_extract()
16907 *cur_protection = VM_PROT_NONE; in vm_map_remap_extract()
16908 *max_protection = VM_PROT_NONE; in vm_map_remap_extract()
17037 submap_curprot = VM_PROT_NONE; in vm_map_remap_extract()
17038 submap_maxprot = VM_PROT_NONE; in vm_map_remap_extract()
17171 if (src_entry->max_protection == VM_PROT_NONE) { in vm_map_remap_extract()
17172 assert(src_entry->protection == VM_PROT_NONE); in vm_map_remap_extract()
18206 cur_prot = VM_PROT_NONE; /* legacy mode */ in vm_map_range_physical_size()
18207 max_prot = VM_PROT_NONE; /* legacy mode */ in vm_map_range_physical_size()
21972 VM_PROT_NONE); in vm_map_corpse_footprint_collect_done()