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()
8636 VM_PROT_NONE, in vm_map_delete()
8798 VM_PROT_NONE, in vm_map_delete()
8890 entry->protection = VM_PROT_NONE; in vm_map_delete()
8891 entry->max_protection = VM_PROT_NONE; in vm_map_delete()
10861 VM_PROT_NONE, in vm_map_copy_overwrite_aligned()
12125 if (((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE && in vm_map_copyin_internal()
12419 if ((((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE) && in vm_map_copyin_internal()
12824 if (required_cur_prot != VM_PROT_NONE) { in vm_map_copy_extract()
13124 (last->max_protection & VM_PROT_READ) == VM_PROT_NONE) { in vm_map_fork_copy()
13685 VM_PROT_NONE, in vm_map_exec()
13686 VM_PROT_NONE, in vm_map_exec()
14426 if (fault_type == VM_PROT_NONE) { in vm_map_lookup_and_lock_object()
17085 *max_protection = VM_PROT_NONE; in vm_map_remap_extract()
17086 *cur_protection = VM_PROT_NONE; in vm_map_remap_extract()
17088 max_prot_for_prot_copy = VM_PROT_NONE; in vm_map_remap_extract()
17091 if (*cur_protection == VM_PROT_NONE && in vm_map_remap_extract()
17092 *max_protection == VM_PROT_NONE) { in vm_map_remap_extract()
17105 required_cur_prot = VM_PROT_NONE; in vm_map_remap_extract()
17106 required_max_prot = VM_PROT_NONE; in vm_map_remap_extract()
17117 required_cur_prot = VM_PROT_NONE; in vm_map_remap_extract()
17232 *cur_protection = VM_PROT_NONE; in vm_map_remap_extract()
17233 *max_protection = VM_PROT_NONE; in vm_map_remap_extract()
17362 submap_curprot = VM_PROT_NONE; in vm_map_remap_extract()
17363 submap_maxprot = VM_PROT_NONE; in vm_map_remap_extract()
17502 if (src_entry->max_protection == VM_PROT_NONE) { in vm_map_remap_extract()
17503 assert(src_entry->protection == VM_PROT_NONE); in vm_map_remap_extract()
18543 cur_prot = VM_PROT_NONE; /* legacy mode */ in vm_map_range_physical_size()
18544 max_prot = VM_PROT_NONE; /* legacy mode */ in vm_map_range_physical_size()
22696 VM_PROT_NONE); in vm_map_corpse_footprint_collect_done()
23210 0, FALSE, VM_PROT_NONE, VM_PROT_NONE, VM_INHERIT_DEFAULT); in vm_map_range_configure()
23229 0, FALSE, VM_PROT_NONE, VM_PROT_NONE, VM_INHERIT_DEFAULT); in vm_map_range_configure()
23529 VM_PROT_NONE, VM_PROT_ALL, in mach_vm_range_create_v1()