Lines Matching refs:VM_PROT_ALL
227 VM_PROT_ALL, in mach_vm_allocate_kernel()
301 VM_PROT_ALL, in vm_allocate_external()
442 (new_protection & ~(VM_PROT_ALL | VM_PROT_COPY))) { in mach_vm_protect()
1242 if ((*cur_protection & ~VM_PROT_ALL) || in mach_vm_remap_new_external()
1243 (*max_protection & ~VM_PROT_ALL) || in mach_vm_remap_new_external()
1415 if ((*cur_protection & ~VM_PROT_ALL) || in vm_remap_new_external()
1416 (*max_protection & ~VM_PROT_ALL) || in vm_remap_new_external()
1591 if (access & ~VM_PROT_ALL || (start + size < start)) { in mach_vm_wire_kernel()
1640 if ((access & ~VM_PROT_ALL) || (start + size < start)) { in vm_wire()
2673 original_protections = permission & VM_PROT_ALL; in mach_make_memory_entry_internal()
2875 (protections & VM_PROT_ALL)); in mach_make_memory_entry_internal()
3264 (user_entry->protection & VM_PROT_ALL)); in mach_make_memory_entry_internal()
3435 user_entry->protection = permission & VM_PROT_ALL; in mach_memory_object_memory_entry_64()
3441 (user_entry->protection & VM_PROT_ALL)); in mach_memory_object_memory_entry_64()
4226 user_entry->protection = VM_PROT_ALL; in vm_region_object_create()