Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dhyperv-tlfs.h272 HVMSG_TIMER_EXPIRED = 0x80000010, enumerator
/linux/drivers/hv/
H A Dvmbus_drv.c1293 if (msg->header.message_type == HVMSG_TIMER_EXPIRED) { in vmbus_isr()
1295 vmbus_signal_eom(msg, HVMSG_TIMER_EXPIRED); in vmbus_isr()
/linux/arch/x86/kvm/
H A Dhyperv.c943 msg->header.message_type = HVMSG_TIMER_EXPIRED; in stimer_prepare_msg()