Home
last modified time | relevance | path

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

/linux-6.12.1/include/asm-generic/
Dhyperv-tlfs.h322 struct hv_message { struct
331 struct hv_message sint_message[HV_SYNIC_SINT_COUNT]; argument
Dmshyperv.h144 static inline void vmbus_signal_eom(struct hv_message *msg, u32 old_msg_type) in vmbus_signal_eom()
/linux-6.12.1/drivers/hv/
Dchannel_mgmt.c816 struct hv_message *msg; in vmbus_wait_for_unload()
857 msg = (struct hv_message *)page_addr in vmbus_wait_for_unload()
898 msg = (struct hv_message *)page_addr + VMBUS_MESSAGE_SINT; in vmbus_wait_for_unload()
Dvmbus_drv.c1022 struct hv_message msg_copy, *msg = (struct hv_message *)page_addr + in vmbus_on_msg_dpc()
1044 memcpy(&msg_copy, msg, sizeof(struct hv_message)); in vmbus_on_msg_dpc()
1284 struct hv_message *msg; in vmbus_isr()
1289 msg = (struct hv_message *)page_addr + VMBUS_MESSAGE_SINT; in vmbus_isr()
/linux-6.12.1/arch/x86/kvm/
Dhyperv.c756 struct hv_message *src_msg, bool no_retry) in synic_deliver_msg()
776 msg_off + offsetof(struct hv_message, in synic_deliver_msg()
790 offsetof(struct hv_message, in synic_deliver_msg()
815 struct hv_message *msg = &stimer->msg; in stimer_send_msg()
938 struct hv_message *msg = &stimer->msg; in stimer_prepare_msg()
/linux-6.12.1/arch/x86/include/asm/
Dkvm_host.h624 struct hv_message msg;