Lines Matching refs:VM_PROT_NONE

3094 		    max_protection != VM_PROT_NONE &&  in vm_map_enter()
4902 cur_protection, VM_PROT_NONE, in vm_map_enter_mem_object_helper()
5950 cur_prot = VM_PROT_NONE; in vm_map_protect()
6294 prot = VM_PROT_NONE; in vm_map_protect()
7808 VM_PROT_NONE, in vm_map_submap_pmap_clean()
7844 VM_PROT_NONE, in vm_map_submap_pmap_clean()
8623 VM_PROT_NONE, in vm_map_delete()
8785 VM_PROT_NONE, in vm_map_delete()
8877 entry->protection = VM_PROT_NONE; in vm_map_delete()
8878 entry->max_protection = VM_PROT_NONE; in vm_map_delete()
10848 VM_PROT_NONE, in vm_map_copy_overwrite_aligned()
12112 if (((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE && in vm_map_copyin_internal()
12406 if ((((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE) && in vm_map_copyin_internal()
12811 if (required_cur_prot != VM_PROT_NONE) { in vm_map_copy_extract()
13111 (last->max_protection & VM_PROT_READ) == VM_PROT_NONE) { in vm_map_fork_copy()
13672 VM_PROT_NONE, in vm_map_exec()
13673 VM_PROT_NONE, in vm_map_exec()
14413 if (fault_type == VM_PROT_NONE) { in vm_map_lookup_and_lock_object()
17072 *max_protection = VM_PROT_NONE; in vm_map_remap_extract()
17073 *cur_protection = VM_PROT_NONE; in vm_map_remap_extract()
17075 max_prot_for_prot_copy = VM_PROT_NONE; in vm_map_remap_extract()
17078 if (*cur_protection == VM_PROT_NONE && in vm_map_remap_extract()
17079 *max_protection == VM_PROT_NONE) { in vm_map_remap_extract()
17092 required_cur_prot = VM_PROT_NONE; in vm_map_remap_extract()
17093 required_max_prot = VM_PROT_NONE; in vm_map_remap_extract()
17104 required_cur_prot = VM_PROT_NONE; in vm_map_remap_extract()
17219 *cur_protection = VM_PROT_NONE; in vm_map_remap_extract()
17220 *max_protection = VM_PROT_NONE; in vm_map_remap_extract()
17349 submap_curprot = VM_PROT_NONE; in vm_map_remap_extract()
17350 submap_maxprot = VM_PROT_NONE; in vm_map_remap_extract()
17489 if (src_entry->max_protection == VM_PROT_NONE) { in vm_map_remap_extract()
17490 assert(src_entry->protection == VM_PROT_NONE); in vm_map_remap_extract()
18530 cur_prot = VM_PROT_NONE; /* legacy mode */ in vm_map_range_physical_size()
18531 max_prot = VM_PROT_NONE; /* legacy mode */ in vm_map_range_physical_size()
22652 VM_PROT_NONE); in vm_map_corpse_footprint_collect_done()
23166 0, FALSE, VM_PROT_NONE, VM_PROT_NONE, VM_INHERIT_DEFAULT); in vm_map_range_configure()
23185 0, FALSE, VM_PROT_NONE, VM_PROT_NONE, VM_INHERIT_DEFAULT); in vm_map_range_configure()
23485 VM_PROT_NONE, VM_PROT_ALL, in mach_vm_range_create_v1()