Lines Matching refs:large_shift
189 unsigned long irq_flags, large_shift = 0; in hv_do_map_gpa_hcall() local
203 large_shift = HV_HYP_LARGE_PAGE_SHIFT - HV_HYP_PAGE_SHIFT; in hv_do_map_gpa_hcall()
204 page_count >>= large_shift; in hv_do_map_gpa_hcall()
215 input_page->target_gpa_base = gfn + (done << large_shift); in hv_do_map_gpa_hcall()
223 u64 index = (done + i) << large_shift; in hv_do_map_gpa_hcall()
295 unsigned long irq_flags, large_shift = 0; in hv_call_unmap_gpa_pages() local
305 large_shift = HV_HYP_LARGE_PAGE_SHIFT - HV_HYP_PAGE_SHIFT; in hv_call_unmap_gpa_pages()
306 page_count >>= large_shift; in hv_call_unmap_gpa_pages()
317 input_page->target_gpa_base = gfn + (done << large_shift); in hv_call_unmap_gpa_pages()
795 unsigned long irq_flags, large_shift = 0; in hv_call_modify_spa_host_access() local
806 large_shift = HV_HYP_LARGE_PAGE_SHIFT - HV_HYP_PAGE_SHIFT; in hv_call_modify_spa_host_access()
807 page_count >>= large_shift; in hv_call_modify_spa_host_access()
828 u64 index = (done + i) << large_shift; in hv_call_modify_spa_host_access()