Lines Matching refs:VM_PROT_NONE
1256 if (copy || *max_protection == VM_PROT_READ || *max_protection == VM_PROT_NONE) { in mach_vm_remap_new_external()
1348 *cur_protection = VM_PROT_NONE; in mach_vm_remap_kernel()
1349 *max_protection = VM_PROT_NONE; in mach_vm_remap_kernel()
1423 if (copy || *max_protection == VM_PROT_READ || *max_protection == VM_PROT_NONE) { in vm_remap_new_external()
1519 *cur_protection = VM_PROT_NONE; in vm_remap_kernel()
1520 *max_protection = VM_PROT_NONE; in vm_remap_kernel()
1586 if (access != VM_PROT_NONE) { in mach_vm_wire_kernel()
1637 } else if (access != VM_PROT_NONE) { in vm_wire()
3021 cur_prot = VM_PROT_NONE; in mach_make_memory_entry_internal()
3022 max_prot = VM_PROT_NONE; in mach_make_memory_entry_internal()
3068 if (protections == VM_PROT_NONE) { in mach_make_memory_entry_internal()
4199 vm_fault(map, map_offset, VM_PROT_NONE, in vm_map_get_phys_page()