Lines Matching refs:VM_PROT_ALL
338 VM_PROT_ALL, in mach_vm_allocate_kernel()
408 VM_PROT_ALL, in vm_allocate_external()
551 (new_protection & ~(VM_PROT_ALL | VM_PROT_COPY))) { in mach_vm_protect()
1264 if ((*cur_protection & ~VM_PROT_ALL) || in mach_vm_remap_new_external()
1265 (*max_protection & ~VM_PROT_ALL) || in mach_vm_remap_new_external()
1439 if ((*cur_protection & ~VM_PROT_ALL) || in mach_vm_remap_new_kernel()
1440 (*max_protection & ~VM_PROT_ALL) || in mach_vm_remap_new_kernel()
1569 if (access & ~VM_PROT_ALL || (start + size < start)) { in mach_vm_wire_kernel()
1618 if ((access & ~VM_PROT_ALL) || (start + size < start)) { in vm_wire()
2656 original_protections = permission & VM_PROT_ALL; in mach_make_memory_entry_internal()
2860 (protections & VM_PROT_ALL)); in mach_make_memory_entry_internal()
3330 (user_entry->protection & VM_PROT_ALL)); in mach_make_memory_entry_internal()
3502 user_entry->protection = permission & VM_PROT_ALL; in mach_memory_object_memory_entry_64()
3507 (user_entry->protection & VM_PROT_ALL)); in mach_memory_object_memory_entry_64()
4380 user_entry->protection = VM_PROT_ALL; in vm_region_object_create()