Lines Matching refs:VM_PROT_ALL
237 VM_PROT_ALL, in mach_vm_allocate_kernel()
311 VM_PROT_ALL, in vm_allocate_external()
454 (new_protection & ~(VM_PROT_ALL | VM_PROT_COPY))) { in mach_vm_protect()
1249 if ((*cur_protection & ~VM_PROT_ALL) || in mach_vm_remap_new_external()
1250 (*max_protection & ~VM_PROT_ALL) || in mach_vm_remap_new_external()
1430 if ((*cur_protection & ~VM_PROT_ALL) || in mach_vm_remap_new_kernel()
1431 (*max_protection & ~VM_PROT_ALL) || in mach_vm_remap_new_kernel()
1489 if ((*cur_protection & ~VM_PROT_ALL) || in vm_remap_new_external()
1490 (*max_protection & ~VM_PROT_ALL) || in vm_remap_new_external()
1668 if (access & ~VM_PROT_ALL || (start + size < start)) { in mach_vm_wire_kernel()
1717 if ((access & ~VM_PROT_ALL) || (start + size < start)) { in vm_wire()
2755 original_protections = permission & VM_PROT_ALL; in mach_make_memory_entry_internal()
2959 (protections & VM_PROT_ALL)); in mach_make_memory_entry_internal()
3383 (user_entry->protection & VM_PROT_ALL)); in mach_make_memory_entry_internal()
3554 user_entry->protection = permission & VM_PROT_ALL; in mach_memory_object_memory_entry_64()
3560 (user_entry->protection & VM_PROT_ALL)); in mach_memory_object_memory_entry_64()
4433 user_entry->protection = VM_PROT_ALL; in vm_region_object_create()