Home
last modified time | relevance | path

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

/linux-6.6.21/include/asm-generic/
Dmshyperv.h143 HVMSG_NONE) != old_msg_type) in vmbus_signal_eom()
Dhyperv-tlfs.h265 HVMSG_NONE = 0x00000000, enumerator
/linux-6.6.21/drivers/hv/
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()
Dvmbus_drv.c1057 if (message_type == HVMSG_NONE) in vmbus_on_msg_dpc()
1302 if (msg->header.message_type != HVMSG_NONE) { in vmbus_isr()
/linux-6.6.21/arch/x86/kvm/
Dhyperv.c782 if (hv_hdr.message_type != HVMSG_NONE) { in synic_deliver_msg()