Home
last modified time | relevance | path

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

/linux-6.15/include/hyperv/
H A Dhvgdk_mini.h707 HVMSG_TIMER_EXPIRED = 0x80000010, enumerator
/linux-6.15/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-6.15/arch/x86/kvm/
H A Dhyperv.c943 msg->header.message_type = HVMSG_TIMER_EXPIRED; in stimer_prepare_msg()