Home
last modified time | relevance | path

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

/Linux-v6.1/include/asm-generic/
Dhyperv-tlfs.h314 struct hv_message { struct
323 struct hv_message sint_message[HV_SYNIC_SINT_COUNT]; argument
Dmshyperv.h119 static inline void vmbus_signal_eom(struct hv_message *msg, u32 old_msg_type) in vmbus_signal_eom()
/Linux-v6.1/drivers/hv/
Dchannel_mgmt.c807 struct hv_message *msg; in vmbus_wait_for_unload()
837 msg = (struct hv_message *)page_addr in vmbus_wait_for_unload()
875 msg = (struct hv_message *)page_addr + VMBUS_MESSAGE_SINT; in vmbus_wait_for_unload()
Dvmbus_drv.c1072 struct hv_message msg_copy, *msg = (struct hv_message *)page_addr + in vmbus_on_msg_dpc()
1094 memcpy(&msg_copy, msg, sizeof(struct hv_message)); in vmbus_on_msg_dpc()
1334 struct hv_message *msg; in vmbus_isr()
1339 msg = (struct hv_message *)page_addr + VMBUS_MESSAGE_SINT; in vmbus_isr()
/Linux-v6.1/arch/x86/kvm/
Dhyperv.c732 struct hv_message *src_msg, bool no_retry) in synic_deliver_msg()
752 msg_off + offsetof(struct hv_message, in synic_deliver_msg()
766 offsetof(struct hv_message, in synic_deliver_msg()
791 struct hv_message *msg = &stimer->msg; in stimer_send_msg()
912 struct hv_message *msg = &stimer->msg; in stimer_prepare_msg()
/Linux-v6.1/arch/x86/include/asm/
Dkvm_host.h587 struct hv_message msg;