Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_root_hv_call.c543 struct page **state_page) in hv_call_map_vp_state_page() argument
563 if (*state_page) { in hv_call_map_vp_state_page()
566 page_to_pfn(*state_page); in hv_call_map_vp_state_page()
574 *state_page = pfn_to_page(output->map_location); in hv_call_map_vp_state_page()
599 struct page **state_page) in hv_map_vp_state_page() argument
608 *state_page = allocated_page; in hv_map_vp_state_page()
610 *state_page = NULL; in hv_map_vp_state_page()
614 state_page); in hv_map_vp_state_page()
618 *state_page = NULL; in hv_map_vp_state_page()
650 struct page *state_page, union hv_input_vtl input_vtl) in hv_unmap_vp_state_page() argument
[all …]
H A Dmshv_root.h309 struct page **state_page);
311 struct page *state_page,