Searched refs:aligned_msg (Results 1 – 1 of 1) sorted by relevance
231 struct hv_input_post_message *aligned_msg; in hv_post_message() local237 aligned_msg = (struct hv_input_post_message *) in hv_post_message()240 aligned_msg->connectionid = connection_id; in hv_post_message()241 aligned_msg->reserved = 0; in hv_post_message()242 aligned_msg->message_type = message_type; in hv_post_message()243 aligned_msg->payload_size = payload_size; in hv_post_message()244 memcpy((void *)aligned_msg->payload, payload, payload_size); in hv_post_message()246 status = do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL) in hv_post_message()