Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_root_hv_call.c256 u32 unmap_flags = 0; in hv_do_map_gpa_hcall() local
259 unmap_flags |= HV_UNMAP_GPA_LARGE_PAGE; in hv_do_map_gpa_hcall()
260 hv_call_unmap_gpa_pages(partition_id, gfn, done, unmap_flags); in hv_do_map_gpa_hcall()
317 input_page->unmap_flags = flags; in hv_call_unmap_gpa_pages()
/linux/include/hyperv/
H A Dhvgdk.h304 u32 unmap_flags; member