Searched refs:aligned_msg (Results 1 – 1 of 1) sorted by relevance
48 struct hv_input_post_message *aligned_msg; in hv_post_message() local56 aligned_msg = hv_cpu->post_msg_page; in hv_post_message()57 aligned_msg->connectionid = connection_id; in hv_post_message()58 aligned_msg->reserved = 0; in hv_post_message()59 aligned_msg->message_type = message_type; in hv_post_message()60 aligned_msg->payload_size = payload_size; in hv_post_message()61 memcpy((void *)aligned_msg->payload, payload, payload_size); in hv_post_message()63 status = hv_do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL); in hv_post_message()