Lines Matching refs:VM_PROT_ALL

2192 	new_entry->max_protection = VM_PROT_ALL;  in vm_map_find_space()
4116 (cur_protection & ~(VM_PROT_ALL | VM_PROT_ALLEXEC)) || in vm_map_enter_mem_object_helper()
4117 (max_protection & ~(VM_PROT_ALL | VM_PROT_ALLEXEC)) || in vm_map_enter_mem_object_helper()
5042 (cur_protection & ~(VM_PROT_ALL | VM_PROT_ALLEXEC)) || in vm_map_enter_mem_object_control()
5043 (max_protection & ~(VM_PROT_ALL | VM_PROT_ALLEXEC)) || in vm_map_enter_mem_object_control()
5322 VM_PROT_ALL, in vm_map_enter_cpm()
5323 VM_PROT_ALL, in vm_map_enter_cpm()
5370 VM_PROT_ALL, VM_PROT_WRITE, in vm_map_enter_cpm()
5949 max_prot = new_prot & (VM_PROT_ALL | VM_PROT_ALLEXEC); in vm_map_protect()
6581 access_type = (caller_prot & (VM_PROT_ALL | VM_PROT_ALLEXEC)); in vm_map_wire_nested()
9702 entry->max_protection = VM_PROT_ALL; in vm_map_copy_overwrite_nested()
11154 VM_PROT_ALL, in vm_map_copyout_kernel_buffer()
11372 VM_PROT_ALL, in vm_map_copyout_size()
11395 VM_PROT_ALL, in vm_map_copyout()
11598 entry->max_protection = VM_PROT_ALL; in vm_map_copyout_internal()
13764 fault_type &= VM_PROT_ALL; in vm_map_lookup_and_lock_object()
16451 entry->max_protection != VM_PROT_ALL || in vm_map_entry_is_reusable()
17044 assert(!(*cur_protection & ~(VM_PROT_ALL | VM_PROT_ALLEXEC))); in vm_map_remap_extract()
17045 assert(!(*max_protection & ~(VM_PROT_ALL | VM_PROT_ALLEXEC))); in vm_map_remap_extract()
17070 max_prot_for_prot_copy = *max_protection & (VM_PROT_ALL | VM_PROT_ALLEXEC); in vm_map_remap_extract()
17090 *cur_protection = VM_PROT_ALL; in vm_map_remap_extract()
17091 *max_protection = VM_PROT_ALL; in vm_map_remap_extract()
23485 VM_PROT_NONE, VM_PROT_ALL, in mach_vm_range_create_v1()