Searched refs:aligned_msg (Results 1 – 1 of 1) sorted by relevance
85 struct hv_input_post_message *aligned_msg; in hv_post_message() local93 aligned_msg = hv_cpu->post_msg_page; in hv_post_message()94 aligned_msg->connectionid = connection_id; in hv_post_message()95 aligned_msg->reserved = 0; in hv_post_message()96 aligned_msg->message_type = message_type; in hv_post_message()97 aligned_msg->payload_size = payload_size; in hv_post_message()98 memcpy((void *)aligned_msg->payload, payload, payload_size); in hv_post_message()100 status = hv_do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL); in hv_post_message()