Lines Matching refs:atop
409 atop(pagesizes[psind])); in vm_fault_soft_fast()
513 pager_last = pager_first + atop(fs->entry->end - fs->entry->start) - 1; in vm_fault_populate()
597 for (i = 0; i < atop(pagesizes[bdry_idx]); i++) in vm_fault_populate()
620 map_last = map_first + atop(fs->entry->end - fs->entry->start) - 1; in vm_fault_populate()
638 npages = atop(pagesizes[psind]); in vm_fault_populate()
1288 vm_object_color(fs->object, atop(fs->vaddr) - fs->pindex); in vm_fault_allocate()
1387 atop(fs->vaddr - e_start)); in vm_fault_getpages()
1390 ahead = ulmin(ahead, atop(e_end - fs->vaddr) - 1); in vm_fault_getpages()
1861 pstart = OFF_TO_IDX(entry->offset) + atop(start - in vm_fault_dontneed()
1864 pend = OFF_TO_IDX(entry->offset) + atop(end - in vm_fault_dontneed()
2007 if (atop(end - addr) > max_count) in vm_fault_quick_hold_pages()
2009 count = atop(end - addr); in vm_fault_quick_hold_pages()
2122 dst_object = vm_object_allocate_anon(atop(dst_entry->end - in vm_fault_copy_entry()
2126 dst_object->pg_color = atop(dst_entry->start); in vm_fault_copy_entry()