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()
1829 wants_copy_flag = VM_PROT_NONE; in vm_fault_page()
3799 fault_type = change_wiring ? VM_PROT_NONE : caller_prot; in vm_fault_enter()
4200 fault_type = (change_wiring ? VM_PROT_NONE : caller_prot); in vm_fault_internal()
5432 enter_fault_type = VM_PROT_NONE; in vm_fault_internal()
6477 (void) vm_fault(map, va, VM_PROT_NONE, in vm_fault_unwire()
6494 prot = VM_PROT_NONE; in vm_fault_unwire()
6503 VM_PROT_NONE, TRUE, in vm_fault_unwire()
7022 assert((dst_prot & VM_PROT_WRITE) != VM_PROT_NONE); in vm_fault_copy()
7124 assert((src_prot & VM_PROT_READ) != VM_PROT_NONE); in vm_fault_copy()