Searched refs:aligned_msg (Results 1 – 1 of 1) sorted by relevance
80 struct hv_input_post_message *aligned_msg; in hv_post_message() local88 aligned_msg = hv_cpu->post_msg_page; in hv_post_message()89 aligned_msg->connectionid = connection_id; in hv_post_message()90 aligned_msg->reserved = 0; in hv_post_message()91 aligned_msg->message_type = message_type; in hv_post_message()92 aligned_msg->payload_size = payload_size; in hv_post_message()93 memcpy((void *)aligned_msg->payload, payload, payload_size); in hv_post_message()95 status = hv_do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL); in hv_post_message()