Lines Matching refs:PAGE_SIZE_64
2006 #define CHUNK_SIZE (PAGES_IN_A_CHUNK * PAGE_SIZE_64) /* Size of a chunk in bytes */
2024 for (p = (len) / PAGE_SIZE_64; p < PAGES_IN_A_CHUNK; p++) \
2142 …NK_NOT_COMPLETE(*chunk_state); p++, size -= PAGE_SIZE_64, offset += PAGE_SIZE_64, pmap_offset += P… in deactivate_pages_in_object()
2588 cur_offset += PAGE_SIZE_64) { in vm_object_reuse_pages()
2717 phys_addr += PAGE_SIZE_64) { in vm_object_pmap_protect_options()
2776 curr < start + PAGE_SIZE_64; in vm_object_pmap_protect_options()
2970 src_offset += PAGE_SIZE_64, in vm_object_copy_slowly()
2971 new_offset += PAGE_SIZE_64, size -= PAGE_SIZE_64 in vm_object_copy_slowly()
4962 hint_offset = (hint_offset > 8 * PAGE_SIZE_64) ? in vm_object_collapse()
4963 (hint_offset - 8 * PAGE_SIZE_64) : 0; in vm_object_collapse()
5032 (offset + PAGE_SIZE_64 < object->vo_size) ? in vm_object_collapse()
5033 (offset + PAGE_SIZE_64) : 0) != hint_offset) { in vm_object_collapse()
5125 for (; start < end; start += PAGE_SIZE_64) { in vm_object_page_remove()
6036 for (cur_offset = offset; cur_offset < end_offset; cur_offset += PAGE_SIZE_64) { in vm_object_get_page_counts()
6728 …for (offset = orig_start - PAGE_SIZE_64; head_size; offset -= PAGE_SIZE_64, head_size -= PAGE_SIZE… in vm_object_cluster_size()
6753 …for (offset = orig_start + PAGE_SIZE_64; tail_size; offset += PAGE_SIZE_64, tail_size -= PAGE_SIZE… in vm_object_cluster_size()
7360 curr_offset += PAGE_SIZE_64; in vm_object_compressed_freezer_pageout()