Home
last modified time | relevance | path

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

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