Home
last modified time | relevance | path

Searched refs:hv_message (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/hv/
H A Dmshv_synic.c96 mshv_doorbell_isr(struct hv_message *msg) in mshv_doorbell_isr()
130 static bool mshv_async_call_completion_isr(struct hv_message *msg) in mshv_async_call_completion_isr()
300 mshv_scheduler_isr(struct hv_message *msg) in mshv_scheduler_isr()
317 mshv_intercept_isr(struct hv_message *msg) in mshv_intercept_isr()
398 struct hv_message *msg; in mshv_isr()
H A Dvmbus_drv.c1052 struct hv_message msg_copy, *msg = (struct hv_message *)page_addr + in vmbus_on_msg_dpc()
1074 memcpy(&msg_copy, msg, sizeof(struct hv_message)); in vmbus_on_msg_dpc()
1314 struct hv_message *msg; in vmbus_isr()
1319 msg = (struct hv_message *)page_addr + VMBUS_MESSAGE_SINT; in vmbus_isr()
H A Dmshv_root.h40 struct hv_message *vp_intercept_msg_page;
H A Dmshv_root_main.c591 static_assert(sizeof(struct hv_message) <= MSHV_RUN_VP_BUF_SZ,
592 "sizeof(struct hv_message) must not exceed MSHV_RUN_VP_BUF_SZ");
607 sizeof(struct hv_message))) in mshv_vp_ioctl_run_vp()
/linux/include/hyperv/
H A Dhvhdk.h797 (sizeof(struct hv_message) - sizeof(struct hv_message_header)));
800 (((sizeof(struct hv_message) - sizeof(struct hv_message_header)) / \
815 (sizeof(struct hv_message) - sizeof(struct hv_message_header)));
H A Dhvgdk_mini.h788 struct hv_message { struct
797 struct hv_message sint_message[HV_SYNIC_SINT_COUNT]; argument
789 headerhv_message global() argument
/linux/include/asm-generic/
H A Dmshyperv.h166 static inline void vmbus_signal_eom(struct hv_message *msg, u32 old_msg_type) in vmbus_signal_eom()
/linux/arch/x86/kvm/
H A Dhyperv.c760 struct hv_message *src_msg, bool no_retry) in synic_deliver_msg()
780 msg_off + offsetof(struct hv_message, in synic_deliver_msg()
794 offsetof(struct hv_message, in synic_deliver_msg()
819 struct hv_message *msg = &stimer->msg; in stimer_send_msg()
942 struct hv_message *msg = &stimer->msg; in stimer_prepare_msg()
/linux/arch/x86/include/asm/
H A Dkvm_host.h639 struct hv_message msg;