Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_vtl_main.c613 struct hv_vp_assist_page *hvp; in mshv_vtl_return() local
615 hvp = hv_vp_assist_page[smp_processor_id()]; in mshv_vtl_return()
629 memcpy(hvp->vtl_ret_actions, in mshv_vtl_return()
631 min_t(u32, offset, sizeof(hvp->vtl_ret_actions))); in mshv_vtl_return()
665 struct hv_vp_assist_page *hvp; in mshv_vtl_ioctl_return_to_lower_vtl() local
686 hvp = hv_vp_assist_page[smp_processor_id()]; in mshv_vtl_ioctl_return_to_lower_vtl()
688 switch (hvp->vtl_entry_reason) { in mshv_vtl_ioctl_return_to_lower_vtl()
697 memcpy(mshv_vtl_this_run()->exit_message, hvp->intercept_message, in mshv_vtl_ioctl_return_to_lower_vtl()
698 sizeof(hvp->intercept_message)); in mshv_vtl_ioctl_return_to_lower_vtl()
702 panic("unknown entry reason: %d", hvp->vtl_entry_reason); in mshv_vtl_ioctl_return_to_lower_vtl()