Lines Matching refs:VM_PROT_ALL
334 VM_PROT_ALL, in mach_vm_allocate_kernel()
402 VM_PROT_ALL, in vm_allocate_external()
545 (new_protection & ~(VM_PROT_ALL | VM_PROT_COPY))) { in mach_vm_protect()
1258 if ((*cur_protection & ~VM_PROT_ALL) || in mach_vm_remap_new_external()
1259 (*max_protection & ~VM_PROT_ALL) || in mach_vm_remap_new_external()
1433 if ((*cur_protection & ~VM_PROT_ALL) || in mach_vm_remap_new_kernel()
1434 (*max_protection & ~VM_PROT_ALL) || in mach_vm_remap_new_kernel()
1563 if (access & ~VM_PROT_ALL || (start + size < start)) { in mach_vm_wire_kernel()
1612 if ((access & ~VM_PROT_ALL) || (start + size < start)) { in vm_wire()
2650 original_protections = permission & VM_PROT_ALL; in mach_make_memory_entry_internal()
2854 (protections & VM_PROT_ALL)); in mach_make_memory_entry_internal()
3324 (user_entry->protection & VM_PROT_ALL)); in mach_make_memory_entry_internal()
3496 user_entry->protection = permission & VM_PROT_ALL; in mach_memory_object_memory_entry_64()
3501 (user_entry->protection & VM_PROT_ALL)); in mach_memory_object_memory_entry_64()
4374 user_entry->protection = VM_PROT_ALL; in vm_region_object_create()