Lines Matching refs:page_count
191 u64 page_count = page_struct_count;
193 if (page_count == 0 || (pages && mmio_spa))
200 if (!HV_PAGE_COUNT_2M_ALIGNED(page_count))
204 page_count >>= large_shift;
207 while (done < page_count) {
208 ulong i, completed, remain = page_count - done;
268 int hv_call_map_gpa_pages(u64 partition_id, u64 gpa_target, u64 page_count,
271 return hv_do_map_gpa_hcall(partition_id, gpa_target, page_count,
294 u64 status, page_count = page_count_4k;
298 if (page_count == 0)
302 if (!HV_PAGE_COUNT_2M_ALIGNED(page_count))
306 page_count >>= large_shift;
309 while (done < page_count) {
310 ulong completed, remain = page_count - done;
417 u64 page_count, struct page **pages,
428 if (page_count > HV_GET_VP_STATE_BATCH_SIZE)
431 if (!page_count && !ret_output)
444 for (i = 0; i < page_count; i++)
448 (page_count << HV_HYPERCALL_VARHEAD_OFFSET);
471 struct hv_vp_state_data state_data, u64 page_count,
482 if (page_count > HV_SET_VP_STATE_BATCH_SIZE)
490 else if (page_count)
491 varhead_sz = page_count;
506 for (i = 0; i < page_count; i++)
796 u64 page_count = page_struct_count;
800 if (page_count == 0)
804 if (!HV_PAGE_COUNT_2M_ALIGNED(page_count))
807 page_count >>= large_shift;
810 while (done < page_count) {
811 ulong i, completed, remain = page_count - done;