Lines Matching refs:VM_PROT_NONE
1218 if (fault_type == VM_PROT_NONE) { in vm_fault_page()
1504 if (fault_type == VM_PROT_NONE && in vm_fault_page()
1821 wants_copy_flag = VM_PROT_NONE; in vm_fault_page()
3737 fault_type = change_wiring ? VM_PROT_NONE : caller_prot; in vm_fault_enter()
4135 fault_type = (change_wiring ? VM_PROT_NONE : caller_prot); in vm_fault_internal()
5367 enter_fault_type = VM_PROT_NONE; in vm_fault_internal()
6400 (void) vm_fault(map, va, VM_PROT_NONE, in vm_fault_unwire()
6417 prot = VM_PROT_NONE; in vm_fault_unwire()
6426 VM_PROT_NONE, TRUE, in vm_fault_unwire()
6937 assert((dst_prot & VM_PROT_WRITE) != VM_PROT_NONE); in vm_fault_copy()
7039 assert((src_prot & VM_PROT_READ) != VM_PROT_NONE); in vm_fault_copy()