Searched refs:hv_message (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | hyperv-tlfs.h | 247 struct hv_message { struct 256 struct hv_message sint_message[HV_SYNIC_SINT_COUNT];
|
H A D | mshyperv.h | 58 static inline void vmbus_signal_eom(struct hv_message *msg, u32 old_msg_type) in vmbus_signal_eom()
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | hyperv-tlfs.h | 322 struct hv_message { struct 331 struct hv_message sint_message[HV_SYNIC_SINT_COUNT];
|
H A D | mshyperv.h | 130 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/ |
H A D | channel_mgmt.c | 743 struct hv_message *msg; in vmbus_wait_for_unload() 784 msg = (struct hv_message *)page_addr in vmbus_wait_for_unload() 825 msg = (struct hv_message *)page_addr + VMBUS_MESSAGE_SINT; in vmbus_wait_for_unload()
|
H A D | vmbus_drv.c | 1054 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-6.6/drivers/hv/ |
H A D | channel_mgmt.c | 807 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()
|
H A D | vmbus_drv.c | 1032 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()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | hyperv.c | 703 struct hv_message *src_msg, bool no_retry) in synic_deliver_msg() 723 msg_off + offsetof(struct hv_message, in synic_deliver_msg() 737 offsetof(struct hv_message, in synic_deliver_msg() 762 struct hv_message *msg = &stimer->msg; in stimer_send_msg() 869 struct hv_message *msg = &stimer->msg; in stimer_prepare_msg()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | hyperv.c | 756 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()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | kvm_host.h | 494 struct hv_message msg;
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | kvm_host.h | 600 struct hv_message msg;
|
Completed in 28 milliseconds