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.c270 struct hyperv_message *dst_msg; in cpu_post_msg() local
280 dst_msg = &synic->msg_page->slot[sint_route->sint]; in cpu_post_msg()
282 if (dst_msg->header.message_type != HV_MESSAGE_NONE) { in cpu_post_msg()
283 dst_msg->header.message_flags |= HV_MESSAGE_FLAG_PENDING; in cpu_post_msg()
287 memcpy(dst_msg, &staged_msg->msg, sizeof(*dst_msg)); in cpu_post_msg()