Searched refs:hyp_synic_message_page (Results 1 – 5 of 5) sorted by relevance
211 ret = hv_alloc_page(&hv_cpu->hyp_synic_message_page, in hv_synic_alloc()258 hv_free_page(&hv_cpu->hyp_synic_message_page, in hv_synic_free()292 hv_cpu->hyp_synic_message_page = in hv_hyp_synic_enable_regs()294 if (!hv_cpu->hyp_synic_message_page) in hv_hyp_synic_enable_regs()297 simp.base_simp_gpa = virt_to_phys(hv_cpu->hyp_synic_message_page) in hv_hyp_synic_enable_regs()430 if (hv_cpu->hyp_synic_message_page) { in hv_hyp_synic_disable_regs()431 memunmap(hv_cpu->hyp_synic_message_page); in hv_hyp_synic_disable_regs()432 hv_cpu->hyp_synic_message_page = NULL; in hv_hyp_synic_disable_regs()
305 msg = (struct hv_message *)per_cpu->hyp_synic_message_page + VTL2_VMBUS_SINT_INDEX; in mshv_vtl_vmbus_isr()638 synic_message_page = mshv_cpu->hyp_synic_message_page; in mshv_vtl_process_intercept()870 struct hv_message *msg = (struct hv_message *)mshv_cpu->hyp_synic_message_page + in mshv_vtl_read_remote()
133 void *hyp_synic_message_page; member
854 page_addr = hv_cpu->hyp_synic_message_page; in vmbus_wait_for_unload()895 page_addr = hv_cpu->hyp_synic_message_page; in vmbus_wait_for_unload()
187 struct hv_message_page *hyp_synic_message_page; member