Home
last modified time | relevance | path

Searched refs:HVMSG_TIMER_EXPIRED (Results 1 – 3 of 3) sorted by relevance

/linux/include/hyperv/
H A Dhvgdk_mini.h707 HVMSG_TIMER_EXPIRED = 0x80000010, enumerator
/linux/drivers/hv/
H A Dvmbus_drv.c1323 if (msg->header.message_type == HVMSG_TIMER_EXPIRED) { in vmbus_isr()
1325 vmbus_signal_eom(msg, HVMSG_TIMER_EXPIRED); in vmbus_isr()
/linux/arch/x86/kvm/
H A Dhyperv.c947 msg->header.message_type = HVMSG_TIMER_EXPIRED; in stimer_prepare_msg()