Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/asm-generic/
Dmshyperv.h71 HVMSG_NONE) != old_msg_type) in vmbus_signal_eom()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dhyperv-tlfs.h262 HVMSG_NONE = 0x00000000, enumerator
/kernel/linux/linux-5.10/drivers/hv/
Dchannel_mgmt.c772 if (message_type == HVMSG_NONE) in vmbus_wait_for_unload()
807 msg->header.message_type = HVMSG_NONE; in vmbus_wait_for_unload()
Dvmbus_drv.c1068 if (message_type == HVMSG_NONE) in vmbus_on_msg_dpc()
1346 if (msg->header.message_type != HVMSG_NONE) { in vmbus_isr()
/kernel/linux/linux-5.10/arch/x86/kvm/
Dhyperv.c724 if (hv_hdr.message_type != HVMSG_NONE) { in synic_deliver_msg()