Lines Matching refs:VM_PROT_NONE
3377 max_protection != VM_PROT_NONE && in vm_map_enter()
4797 cur_protection, VM_PROT_NONE, in vm_map_enter_mem_object()
5682 cur_prot = VM_PROT_NONE; in vm_map_protect()
6059 prot = VM_PROT_NONE; in vm_map_protect()
7689 VM_PROT_NONE, in vm_map_submap_pmap_clean()
7725 VM_PROT_NONE, in vm_map_submap_pmap_clean()
8574 VM_PROT_NONE, in vm_map_delete()
8736 VM_PROT_NONE, in vm_map_delete()
8836 entry->protection = VM_PROT_NONE; in vm_map_delete()
8837 entry->max_protection = VM_PROT_NONE; in vm_map_delete()
10887 VM_PROT_NONE, in vm_map_copy_overwrite_aligned()
12186 if (((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE && in vm_map_copyin_internal()
12480 if ((((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE) && in vm_map_copyin_internal()
12891 if (required_cur_prot != VM_PROT_NONE) { in vm_map_copy_extract()
13214 (last->max_protection & VM_PROT_READ) == VM_PROT_NONE) { in vm_map_fork_copy()
13814 VM_PROT_NONE, in vm_map_exec()
13815 VM_PROT_NONE, in vm_map_exec()
14574 if (fault_type == VM_PROT_NONE) { in vm_map_lookup_and_lock_object()
17467 *max_protection = VM_PROT_NONE; in vm_map_remap_extract()
17468 *cur_protection = VM_PROT_NONE; in vm_map_remap_extract()
17470 max_prot_for_prot_copy = VM_PROT_NONE; in vm_map_remap_extract()
17486 required_cur_prot = VM_PROT_NONE; in vm_map_remap_extract()
17487 required_max_prot = VM_PROT_NONE; in vm_map_remap_extract()
17498 required_cur_prot = VM_PROT_NONE; in vm_map_remap_extract()
17615 *cur_protection = VM_PROT_NONE; in vm_map_remap_extract()
17616 *max_protection = VM_PROT_NONE; in vm_map_remap_extract()
17663 if (copy_entry->max_protection == VM_PROT_NONE) { in vm_map_remap_extract()
17664 assert(copy_entry->protection == VM_PROT_NONE); in vm_map_remap_extract()
17815 submap_curprot = VM_PROT_NONE; in vm_map_remap_extract()
17816 submap_maxprot = VM_PROT_NONE; in vm_map_remap_extract()
17950 if (src_entry->max_protection == VM_PROT_NONE) { in vm_map_remap_extract()
17951 assert(src_entry->protection == VM_PROT_NONE); in vm_map_remap_extract()
18195 assert(src_entry->protection == VM_PROT_NONE); in vm_map_remap_extract()
18196 assert(src_entry->max_protection == VM_PROT_NONE); in vm_map_remap_extract()
18204 assert(new_entry->protection == VM_PROT_NONE); in vm_map_remap_extract()
18205 assert(new_entry->max_protection == VM_PROT_NONE); in vm_map_remap_extract()
19085 cur_prot = VM_PROT_NONE; /* legacy mode */ in vm_map_range_physical_size()
19086 max_prot = VM_PROT_NONE; /* legacy mode */ in vm_map_range_physical_size()
23496 vm_sanitize_wrap_prot(VM_PROT_NONE)); in vm_map_corpse_footprint_collect_done()
23768 vm_fault(map, map_offset, VM_PROT_NONE, in vm_map_get_phys_page()
24102 0, FALSE, VM_PROT_NONE, VM_PROT_NONE, VM_INHERIT_DEFAULT); in vm_map_range_configure()
24125 0, FALSE, VM_PROT_NONE, VM_PROT_NONE, VM_INHERIT_DEFAULT); in vm_map_range_configure()