Home
last modified time | relevance | path

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

/Linux-v6.6/include/asm-generic/
Dhyperv-tlfs.h322 struct hv_message { struct
331 struct hv_message sint_message[HV_SYNIC_SINT_COUNT]; argument
Dmshyperv.h130 static inline void vmbus_signal_eom(struct hv_message *msg, u32 old_msg_type) in vmbus_signal_eom()
/Linux-v6.6/drivers/hv/
Dchannel_mgmt.c807 struct hv_message *msg; in vmbus_wait_for_unload()
848 msg = (struct hv_message *)page_addr in vmbus_wait_for_unload()
889 msg = (struct hv_message *)page_addr + VMBUS_MESSAGE_SINT; in vmbus_wait_for_unload()
Dvmbus_drv.c1032 struct hv_message msg_copy, *msg = (struct hv_message *)page_addr + in vmbus_on_msg_dpc()
1054 memcpy(&msg_copy, msg, sizeof(struct hv_message)); in vmbus_on_msg_dpc()
1294 struct hv_message *msg; in vmbus_isr()
1299 msg = (struct hv_message *)page_addr + VMBUS_MESSAGE_SINT; in vmbus_isr()
/Linux-v6.6/arch/x86/kvm/
Dhyperv.c754 struct hv_message *src_msg, bool no_retry) in synic_deliver_msg()
774 msg_off + offsetof(struct hv_message, in synic_deliver_msg()
788 offsetof(struct hv_message, in synic_deliver_msg()
813 struct hv_message *msg = &stimer->msg; in stimer_send_msg()
936 struct hv_message *msg = &stimer->msg; in stimer_prepare_msg()
/Linux-v6.6/arch/x86/include/asm/
Dkvm_host.h600 struct hv_message msg;