Lines Matching refs:atop
2414 object = vm_object_allocate_anon(atop(entry->end - entry->start), NULL, in vm_map_entry_back()
2703 psize = atop(size); in vm_map_pmap_enter()
2741 mask = atop(pagesizes[psind]) - 1; in vm_map_pmap_enter()
3159 pend = pstart + atop(entry->end - entry->start); in vm_map_madvise()
3164 pstart += atop(start - entry->start); in vm_map_madvise()
3168 pend -= atop(entry->end - end); in vm_map_madvise()
3610 npages = atop(entry->end - entry->start); in vm_map_wire_locked()
3749 atop(entry->end - entry->start)); in vm_map_wire_locked()
3904 vm_map_wire_user_count_sub(atop(size)); in vm_map_entry_unwire()
3959 offidxend = offidxstart + atop(size); in vm_map_entry_delete()
5124 entry->object.vm_object = vm_object_allocate_anon(atop(size), in vm_map_lookup()