Lines Matching refs:rep_count
209 int rep_count = min(remain, HV_MAP_GPA_BATCH_SIZE); in hv_do_map_gpa_hcall() local
219 for (i = 0; i < rep_count; i++) in hv_do_map_gpa_hcall()
236 status = hv_do_rep_hypercall(HVCALL_MAP_GPA_PAGES, rep_count, 0, in hv_do_map_gpa_hcall()
311 int rep_count = min(remain, HV_UMAP_GPA_PAGES); in hv_call_unmap_gpa_pages() local
319 status = hv_do_rep_hypercall(HVCALL_UNMAP_GPA_PAGES, rep_count, in hv_call_unmap_gpa_pages()
344 int rep_count, i; in hv_call_get_gpa_access_states() local
357 rep_count = min(remaining, HV_GET_GPA_ACCESS_STATES_BATCH_SIZE); in hv_call_get_gpa_access_states()
359 status = hv_do_rep_hypercall(HVCALL_GET_GPA_PAGES_ACCESS_STATES, rep_count, in hv_call_get_gpa_access_states()
812 int rep_count = min(remain, in hv_call_modify_spa_host_access() local
827 for (i = 0; i < rep_count; i++) { in hv_call_modify_spa_host_access()
837 status = hv_do_rep_hypercall(code, rep_count, 0, input_page, in hv_call_modify_spa_host_access()