Home
last modified time | relevance | path

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

/linux-6.1.9/include/asm-generic/
Dhyperv-tlfs.h264 HVMSG_TIMER_EXPIRED = 0x80000010, enumerator
/linux-6.1.9/drivers/hv/
Dvmbus_drv.c1343 if (msg->header.message_type == HVMSG_TIMER_EXPIRED) { in vmbus_isr()
1345 vmbus_signal_eom(msg, HVMSG_TIMER_EXPIRED); in vmbus_isr()
/linux-6.1.9/arch/x86/kvm/
Dhyperv.c917 msg->header.message_type = HVMSG_TIMER_EXPIRED; in stimer_prepare_msg()