Lines Matching refs:VM_PROT_NONE
1263 if (copy || *max_protection == VM_PROT_READ || *max_protection == VM_PROT_NONE) { in mach_vm_remap_new_external()
1398 *cur_protection = VM_PROT_NONE; in mach_vm_remap_kernel()
1399 *max_protection = VM_PROT_NONE; in mach_vm_remap_kernel()
1503 if (copy || *max_protection == VM_PROT_READ || *max_protection == VM_PROT_NONE) { in vm_remap_new_external()
1602 *cur_protection = VM_PROT_NONE; in vm_remap_kernel()
1603 *max_protection = VM_PROT_NONE; in vm_remap_kernel()
1672 if (access != VM_PROT_NONE) { in mach_vm_wire_kernel()
1723 } else if (access != VM_PROT_NONE) { in vm_wire()
3136 cur_prot = VM_PROT_NONE; in mach_make_memory_entry_internal()
3137 max_prot = VM_PROT_NONE; in mach_make_memory_entry_internal()
3183 if (protections == VM_PROT_NONE) { in mach_make_memory_entry_internal()
4480 vm_fault(map, map_offset, VM_PROT_NONE, in vm_map_get_phys_page()