Home
last modified time | relevance | path

Searched refs:large_shift (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/hv/
H A Dmshv_root_hv_call.c188 unsigned long irq_flags, large_shift = 0; in hv_do_map_gpa_hcall() local
202 large_shift = HV_HYP_LARGE_PAGE_SHIFT - HV_HYP_PAGE_SHIFT; in hv_do_map_gpa_hcall()
203 page_count >>= large_shift; in hv_do_map_gpa_hcall()
214 input_page->target_gpa_base = gfn + (done << large_shift); in hv_do_map_gpa_hcall()
222 u64 index = (done + i) << large_shift; in hv_do_map_gpa_hcall()
294 unsigned long irq_flags, large_shift = 0; in hv_call_unmap_gpa_pages() local
304 large_shift = HV_HYP_LARGE_PAGE_SHIFT - HV_HYP_PAGE_SHIFT; in hv_call_unmap_gpa_pages()
305 page_count >>= large_shift; in hv_call_unmap_gpa_pages()
794 unsigned long irq_flags, large_shift = 0; in hv_call_modify_spa_host_access() local
806 page_count >>= large_shift; in hv_call_modify_spa_host_access()
[all …]