Lines Matching defs:vm_fault
725 result = vm_fault(map, trunc_page(vaddr), fault_type, fault_flags,
732 ("Unexpected Mach error %d from vm_fault()", result));
778 KASSERT(0, ("Unexpected Mach error %d from vm_fault()",
850 KASSERT(error == 0, ("vm_fault: vget failed %d", error));
1359 ("vm_fault: vnode-backed object mapped by system map"));
1398 printf("vm_fault: pager read error, pid %d (%s)\n",
1549 vm_fault(vm_map_t map, vm_offset_t vaddr, vm_prot_t fault_type,
1643 panic("vm_fault: Unhandled status %d", res);
1672 panic("vm_fault: Unhandled status %d", res);
1762 ("vm_fault: page %p partially invalid", fs.m));
1827 * the faulting pindex by the cluster size when the pages read by vm_fault()
1832 * that precede the faulting pindex are deactivated by vm_fault(). So, this
2044 * vm_fault(). Some (out of tree) callers mark
2053 if (*mp == NULL && vm_fault(map, va, prot,
2286 * the calling thread. Subsequent calls to vm_fault() by that thread will