Searched refs:aligned_msg (Results 1 – 1 of 1) sorted by relevance
53 struct hv_input_post_message *aligned_msg; in hv_post_message() local69 aligned_msg = this_cpu_ptr(hv_context.cpu_context)->post_msg_page; in hv_post_message()71 aligned_msg = *this_cpu_ptr(hyperv_pcpu_input_arg); in hv_post_message()73 aligned_msg->connectionid = connection_id; in hv_post_message()74 aligned_msg->reserved = 0; in hv_post_message()75 aligned_msg->message_type = message_type; in hv_post_message()76 aligned_msg->payload_size = payload_size; in hv_post_message()77 memcpy((void *)aligned_msg->payload, payload, payload_size); in hv_post_message()86 virt_to_phys(aligned_msg), 0); in hv_post_message()89 aligned_msg, NULL, in hv_post_message()[all …]