Searched refs:dst_msg (Results 1 – 1 of 1) sorted by relevance
269 struct hyperv_message *dst_msg; in cpu_post_msg() local279 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()