Lines Matching refs:VM_PROT_NONE

3017 		    max_protection != VM_PROT_NONE &&  in vm_map_enter()
4822 cur_protection, VM_PROT_NONE, in vm_map_enter_mem_object_helper()
5845 cur_prot = VM_PROT_NONE; in vm_map_protect()
6188 prot = VM_PROT_NONE; in vm_map_protect()
7679 VM_PROT_NONE, in vm_map_submap_pmap_clean()
7715 VM_PROT_NONE, in vm_map_submap_pmap_clean()
8493 VM_PROT_NONE, in vm_map_delete()
8655 VM_PROT_NONE, in vm_map_delete()
8747 entry->protection = VM_PROT_NONE; in vm_map_delete()
8748 entry->max_protection = VM_PROT_NONE; in vm_map_delete()
10675 VM_PROT_NONE, in vm_map_copy_overwrite_aligned()
11926 if (((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE && in vm_map_copyin_internal()
12233 if ((((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE) && in vm_map_copyin_internal()
12635 if (required_cur_prot != VM_PROT_NONE) { in vm_map_copy_extract()
12935 (last->max_protection & VM_PROT_READ) == VM_PROT_NONE) { in vm_map_fork_copy()
13496 VM_PROT_NONE, in vm_map_exec()
13497 VM_PROT_NONE, in vm_map_exec()
14216 if (fault_type == VM_PROT_NONE) { in vm_map_lookup_and_lock_object()
16868 *max_protection = VM_PROT_NONE; in vm_map_remap_extract()
16869 *cur_protection = VM_PROT_NONE; in vm_map_remap_extract()
16871 max_prot_for_prot_copy = VM_PROT_NONE; in vm_map_remap_extract()
16874 if (*cur_protection == VM_PROT_NONE && in vm_map_remap_extract()
16875 *max_protection == VM_PROT_NONE) { in vm_map_remap_extract()
16888 required_cur_prot = VM_PROT_NONE; in vm_map_remap_extract()
16889 required_max_prot = VM_PROT_NONE; in vm_map_remap_extract()
16900 required_cur_prot = VM_PROT_NONE; in vm_map_remap_extract()
17015 *cur_protection = VM_PROT_NONE; in vm_map_remap_extract()
17016 *max_protection = VM_PROT_NONE; in vm_map_remap_extract()
17145 submap_curprot = VM_PROT_NONE; in vm_map_remap_extract()
17146 submap_maxprot = VM_PROT_NONE; in vm_map_remap_extract()
17279 if (src_entry->max_protection == VM_PROT_NONE) { in vm_map_remap_extract()
17280 assert(src_entry->protection == VM_PROT_NONE); in vm_map_remap_extract()
18322 cur_prot = VM_PROT_NONE; /* legacy mode */ in vm_map_range_physical_size()
18323 max_prot = VM_PROT_NONE; /* legacy mode */ in vm_map_range_physical_size()
22327 VM_PROT_NONE); in vm_map_corpse_footprint_collect_done()
22658 0, FALSE, VM_PROT_NONE, VM_PROT_NONE, VM_INHERIT_DEFAULT); in vm_map_range_configure()
22665 0, FALSE, VM_PROT_NONE, VM_PROT_NONE, VM_INHERIT_DEFAULT); in vm_map_range_configure()