Searched refs:aligned_msg (Results 1 – 1 of 1) sorted by relevance
223 struct hv_input_post_message *aligned_msg; in hv_post_message() local229 aligned_msg = (struct hv_input_post_message *) in hv_post_message()232 aligned_msg->connectionid = connection_id; in hv_post_message()233 aligned_msg->reserved = 0; in hv_post_message()234 aligned_msg->message_type = message_type; in hv_post_message()235 aligned_msg->payload_size = payload_size; in hv_post_message()236 memcpy((void *)aligned_msg->payload, payload, payload_size); in hv_post_message()238 status = do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL) in hv_post_message()