Home
last modified time | relevance | path

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

/openbmc/qemu/hw/hyperv/
H A Dhyperv.c269 struct hyperv_message *dst_msg; in cpu_post_msg() local
279 dst_msg = &synic->msg_page->slot[sint_route->sint]; in cpu_post_msg()
281 if (dst_msg->header.message_type != HV_MESSAGE_NONE) { in cpu_post_msg()
282 dst_msg->header.message_flags |= HV_MESSAGE_FLAG_PENDING; in cpu_post_msg()
286 memcpy(dst_msg, &staged_msg->msg, sizeof(*dst_msg)); in cpu_post_msg()