Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dmshyperv.h143 HVMSG_NONE) != old_msg_type) in vmbus_signal_eom()
H A Dhyperv-tlfs.h265 HVMSG_NONE = 0x00000000, enumerator
/openbmc/linux/drivers/hv/
H A Dchannel_mgmt.c852 if (message_type == HVMSG_NONE) in vmbus_wait_for_unload()
890 msg->header.message_type = HVMSG_NONE; in vmbus_wait_for_unload()
H A Dvmbus_drv.c1057 if (message_type == HVMSG_NONE) in vmbus_on_msg_dpc()
1302 if (msg->header.message_type != HVMSG_NONE) { in vmbus_isr()
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c782 if (hv_hdr.message_type != HVMSG_NONE) { in synic_deliver_msg()