Lines Matching refs:VM_PROT_NONE
1262 if (copy || *max_protection == VM_PROT_READ || *max_protection == VM_PROT_NONE) { in mach_vm_remap_new_external()
1354 *cur_protection = VM_PROT_NONE; in mach_vm_remap_kernel()
1355 *max_protection = VM_PROT_NONE; in mach_vm_remap_kernel()
1429 if (copy || *max_protection == VM_PROT_READ || *max_protection == VM_PROT_NONE) { in vm_remap_new_external()
1525 *cur_protection = VM_PROT_NONE; in vm_remap_kernel()
1526 *max_protection = VM_PROT_NONE; in vm_remap_kernel()
1592 if (access != VM_PROT_NONE) { in mach_vm_wire_kernel()
1643 } else if (access != VM_PROT_NONE) { in vm_wire()
3042 cur_prot = VM_PROT_NONE; in mach_make_memory_entry_internal()
3043 max_prot = VM_PROT_NONE; in mach_make_memory_entry_internal()
3089 if (protections == VM_PROT_NONE) { in mach_make_memory_entry_internal()
3441 user_entry->protection = VM_PROT_NONE; in mach_memory_entry_allocate()
4386 vm_fault(map, map_offset, VM_PROT_NONE, in vm_map_get_phys_page()