Searched refs:hv_message (Results 1 – 6 of 6) sorted by relevance
298 struct hv_message { struct307 struct hv_message sint_message[HV_SYNIC_SINT_COUNT]; argument
122 static inline void vmbus_signal_eom(struct hv_message *msg, u32 old_msg_type) in vmbus_signal_eom()
800 struct hv_message *msg; in vmbus_wait_for_unload()830 msg = (struct hv_message *)page_addr in vmbus_wait_for_unload()868 msg = (struct hv_message *)page_addr + VMBUS_MESSAGE_SINT; in vmbus_wait_for_unload()
1075 struct hv_message msg_copy, *msg = (struct hv_message *)page_addr + in vmbus_on_msg_dpc()1097 memcpy(&msg_copy, msg, sizeof(struct hv_message)); in vmbus_on_msg_dpc()1338 struct hv_message *msg; in vmbus_isr()1373 msg = (struct hv_message *)page_addr + VMBUS_MESSAGE_SINT; in vmbus_isr()
722 struct hv_message *src_msg, bool no_retry) in synic_deliver_msg()742 msg_off + offsetof(struct hv_message, in synic_deliver_msg()756 offsetof(struct hv_message, in synic_deliver_msg()781 struct hv_message *msg = &stimer->msg; in stimer_send_msg()902 struct hv_message *msg = &stimer->msg; in stimer_prepare_msg()
555 struct hv_message msg;
Completed in 29 milliseconds