Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_vtl_main.c307 if (message_type != HVMSG_NONE) in mshv_vtl_vmbus_isr()
644 if (message_type == HVMSG_NONE) in mshv_vtl_process_intercept()
875 if (message_type == HVMSG_NONE) in mshv_vtl_read_remote()
894 if (msg.header.message_type != HVMSG_NONE) in mshv_vtl_sint_read()
H A Dmshv_synic.c421 if (msg->header.message_type == HVMSG_NONE) in mshv_isr()
440 msg->header.message_type = HVMSG_NONE; in mshv_isr()
H A Dhyperv_vmbus.h374 &old_msg_type, HVMSG_NONE)) in vmbus_signal_eom()
H A Dchannel_mgmt.c862 if (message_type == HVMSG_NONE) in vmbus_wait_for_unload()
900 msg->header.message_type = HVMSG_NONE; in vmbus_wait_for_unload()
H A Dvmbus_drv.c1092 if (message_type == HVMSG_NONE) in __vmbus_on_msg_dpc()
1344 if (msg->header.message_type != HVMSG_NONE) { in vmbus_message_sched()
/linux/include/hyperv/
H A Dhvgdk_mini.h711 HVMSG_NONE = 0x00000000, enumerator
/linux/arch/x86/kvm/
H A Dhyperv.c786 if (hv_hdr.message_type != HVMSG_NONE) { in synic_deliver_msg()