Lines Matching refs:VM_PROT_NONE
1211 if (fault_type == VM_PROT_NONE) { in vm_fault_page()
1524 if (fault_type == VM_PROT_NONE && in vm_fault_page()
1843 wants_copy_flag = VM_PROT_NONE; in vm_fault_page()
3763 fault_type = change_wiring ? VM_PROT_NONE : caller_prot; in vm_fault_enter()
4166 fault_type = (change_wiring ? VM_PROT_NONE : caller_prot); in vm_fault_internal()
5419 enter_fault_type = VM_PROT_NONE; in vm_fault_internal()
6432 (void) vm_fault(map, va, VM_PROT_NONE, in vm_fault_unwire()
6449 prot = VM_PROT_NONE; in vm_fault_unwire()
6458 VM_PROT_NONE, TRUE, in vm_fault_unwire()
6963 assert((dst_prot & VM_PROT_WRITE) != VM_PROT_NONE); in vm_fault_copy()
7065 assert((src_prot & VM_PROT_READ) != VM_PROT_NONE); in vm_fault_copy()