Lines Matching refs:VM_PROT_NONE
3371 max_protection != VM_PROT_NONE && in vm_map_enter()
4791 cur_protection, VM_PROT_NONE, in vm_map_enter_mem_object()
5676 cur_prot = VM_PROT_NONE; in vm_map_protect()
6053 prot = VM_PROT_NONE; in vm_map_protect()
7683 VM_PROT_NONE, in vm_map_submap_pmap_clean()
7719 VM_PROT_NONE, in vm_map_submap_pmap_clean()
8568 VM_PROT_NONE, in vm_map_delete()
8730 VM_PROT_NONE, in vm_map_delete()
8830 entry->protection = VM_PROT_NONE; in vm_map_delete()
8831 entry->max_protection = VM_PROT_NONE; in vm_map_delete()
10881 VM_PROT_NONE, in vm_map_copy_overwrite_aligned()
12180 if (((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE && in vm_map_copyin_internal()
12474 if ((((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE) && in vm_map_copyin_internal()
12885 if (required_cur_prot != VM_PROT_NONE) { in vm_map_copy_extract()
13208 (last->max_protection & VM_PROT_READ) == VM_PROT_NONE) { in vm_map_fork_copy()
13808 VM_PROT_NONE, in vm_map_exec()
13809 VM_PROT_NONE, in vm_map_exec()
14568 if (fault_type == VM_PROT_NONE) { in vm_map_lookup_and_lock_object()
17461 *max_protection = VM_PROT_NONE; in vm_map_remap_extract()
17462 *cur_protection = VM_PROT_NONE; in vm_map_remap_extract()
17464 max_prot_for_prot_copy = VM_PROT_NONE; in vm_map_remap_extract()
17480 required_cur_prot = VM_PROT_NONE; in vm_map_remap_extract()
17481 required_max_prot = VM_PROT_NONE; in vm_map_remap_extract()
17492 required_cur_prot = VM_PROT_NONE; in vm_map_remap_extract()
17609 *cur_protection = VM_PROT_NONE; in vm_map_remap_extract()
17610 *max_protection = VM_PROT_NONE; in vm_map_remap_extract()
17657 if (copy_entry->max_protection == VM_PROT_NONE) { in vm_map_remap_extract()
17658 assert(copy_entry->protection == VM_PROT_NONE); in vm_map_remap_extract()
17809 submap_curprot = VM_PROT_NONE; in vm_map_remap_extract()
17810 submap_maxprot = VM_PROT_NONE; in vm_map_remap_extract()
17944 if (src_entry->max_protection == VM_PROT_NONE) { in vm_map_remap_extract()
17945 assert(src_entry->protection == VM_PROT_NONE); in vm_map_remap_extract()
18189 assert(src_entry->protection == VM_PROT_NONE); in vm_map_remap_extract()
18190 assert(src_entry->max_protection == VM_PROT_NONE); in vm_map_remap_extract()
18198 assert(new_entry->protection == VM_PROT_NONE); in vm_map_remap_extract()
18199 assert(new_entry->max_protection == VM_PROT_NONE); in vm_map_remap_extract()
19079 cur_prot = VM_PROT_NONE; /* legacy mode */ in vm_map_range_physical_size()
19080 max_prot = VM_PROT_NONE; /* legacy mode */ in vm_map_range_physical_size()
23490 vm_sanitize_wrap_prot(VM_PROT_NONE)); in vm_map_corpse_footprint_collect_done()
23762 vm_fault(map, map_offset, VM_PROT_NONE, in vm_map_get_phys_page()
24096 0, FALSE, VM_PROT_NONE, VM_PROT_NONE, VM_INHERIT_DEFAULT); in vm_map_range_configure()
24119 0, FALSE, VM_PROT_NONE, VM_PROT_NONE, VM_INHERIT_DEFAULT); in vm_map_range_configure()