Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_root_hv_call.c423 union hv_output_get_vp_state *ret_output) in hv_call_get_vp_state() argument
436 if (!page_count && !ret_output) in hv_call_get_vp_state()
458 if (hv_result_success(status) && ret_output) in hv_call_get_vp_state()
459 memcpy(ret_output, output, sizeof(*output)); in hv_call_get_vp_state()
H A Dmshv_root.h301 union hv_output_get_vp_state *ret_output);