Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/asm-generic/
Dhyperv-tlfs.h247 struct hv_message { struct
256 struct hv_message sint_message[HV_SYNIC_SINT_COUNT]; argument
Dmshyperv.h58 static inline void vmbus_signal_eom(struct hv_message *msg, u32 old_msg_type) in vmbus_signal_eom()
/kernel/linux/linux-5.10/drivers/hv/
Dchannel_mgmt.c738 struct hv_message *msg; in vmbus_wait_for_unload()
768 msg = (struct hv_message *)page_addr in vmbus_wait_for_unload()
806 msg = (struct hv_message *)page_addr + VMBUS_MESSAGE_SINT; in vmbus_wait_for_unload()
Dvmbus_drv.c1054 struct hv_message *msg = (struct hv_message *)page_addr + in vmbus_on_msg_dpc()
1308 struct hv_message *msg; in vmbus_isr()
1343 msg = (struct hv_message *)page_addr + VMBUS_MESSAGE_SINT; in vmbus_isr()
/kernel/linux/linux-5.10/arch/x86/kvm/
Dhyperv.c698 struct hv_message *src_msg, bool no_retry) in synic_deliver_msg()
718 msg_off + offsetof(struct hv_message, in synic_deliver_msg()
732 offsetof(struct hv_message, in synic_deliver_msg()
757 struct hv_message *msg = &stimer->msg; in stimer_send_msg()
864 struct hv_message *msg = &stimer->msg; in stimer_prepare_msg()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h492 struct hv_message msg;