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.c534 struct page **state_page) in hv_call_map_vp_state_page() argument
554 if (*state_page) { in hv_call_map_vp_state_page()
557 page_to_pfn(*state_page); in hv_call_map_vp_state_page()
565 *state_page = pfn_to_page(output->map_location); in hv_call_map_vp_state_page()
587 struct page **state_page) in hv_map_vp_state_page() argument
596 *state_page = allocated_page; in hv_map_vp_state_page()
598 *state_page = NULL; in hv_map_vp_state_page()
602 state_page); in hv_map_vp_state_page()
606 *state_page = NULL; in hv_map_vp_state_page()
638 struct page *state_page, union hv_input_vtl input_vtl) in hv_unmap_vp_state_page() argument
[all …]
H A Dmshv_root.h308 struct page **state_page);
310 struct page *state_page,