Lines Matching refs:VM_PROT_ALL
235 VM_PROT_ALL, in mach_vm_allocate_kernel()
324 VM_PROT_ALL, in vm_allocate_kernel()
465 (new_protection & ~(VM_PROT_ALL | VM_PROT_COPY))) { in mach_vm_protect()
1248 if ((*cur_protection & ~VM_PROT_ALL) || in mach_vm_remap_new_external()
1249 (*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()
1588 if (access & ~VM_PROT_ALL || (start + size < start)) { in mach_vm_wire_kernel()
1637 if ((access & ~VM_PROT_ALL) || (start + size < start)) { in vm_wire()
2667 original_protections = permission & VM_PROT_ALL; in mach_make_memory_entry_internal()
2875 (protections & VM_PROT_ALL)); in mach_make_memory_entry_internal()
3285 (user_entry->protection & VM_PROT_ALL)); in mach_make_memory_entry_internal()
3523 user_entry->protection = permission & VM_PROT_ALL; in mach_memory_object_memory_entry_64()
3530 (user_entry->protection & VM_PROT_ALL)); in mach_memory_object_memory_entry_64()
4337 user_entry->protection = VM_PROT_ALL; in vm_region_object_create()