Lines Matching refs:VM_PROT_NONE
1226 if (fault_type == VM_PROT_NONE) { in vm_fault_page()
1512 if (fault_type == VM_PROT_NONE && in vm_fault_page()
1841 wants_copy_flag = VM_PROT_NONE; in vm_fault_page()
3920 fault_type = change_wiring ? VM_PROT_NONE : caller_prot; in vm_fault_enter()
4322 fault_type = (change_wiring ? VM_PROT_NONE : caller_prot); in vm_fault_internal()
5586 enter_fault_type = VM_PROT_NONE; in vm_fault_internal()
6633 (void) vm_fault(map, va, VM_PROT_NONE, in vm_fault_unwire()
6650 prot = VM_PROT_NONE; in vm_fault_unwire()
6659 VM_PROT_NONE, TRUE, in vm_fault_unwire()
7181 assert((dst_prot & VM_PROT_WRITE) != VM_PROT_NONE); in vm_fault_copy()
7283 assert((src_prot & VM_PROT_READ) != VM_PROT_NONE); in vm_fault_copy()