Home
last modified time | relevance | path

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

/linux-6.15/drivers/hv/
H A Dmshv_synic.c412 if (msg->header.message_type == HVMSG_NONE) in mshv_isr()
431 msg->header.message_type = HVMSG_NONE; in mshv_isr()
H A Dchannel_mgmt.c861 if (message_type == HVMSG_NONE) in vmbus_wait_for_unload()
899 msg->header.message_type = HVMSG_NONE; in vmbus_wait_for_unload()
H A Dvmbus_drv.c1047 if (message_type == HVMSG_NONE) in vmbus_on_msg_dpc()
1292 if (msg->header.message_type != HVMSG_NONE) { in vmbus_isr()
/linux-6.15/include/asm-generic/
H A Dmshyperv.h179 HVMSG_NONE) != old_msg_type) in vmbus_signal_eom()
/linux-6.15/include/hyperv/
H A Dhvgdk_mini.h700 HVMSG_NONE = 0x00000000, enumerator
/linux-6.15/arch/x86/kvm/
H A Dhyperv.c782 if (hv_hdr.message_type != HVMSG_NONE) { in synic_deliver_msg()