Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dhyperv-tlfs.h269 HVMSG_TIMER_EXPIRED = 0x80000010, enumerator
/kernel/linux/linux-5.10/drivers/hv/
Dvmbus_drv.c1347 if (msg->header.message_type == HVMSG_TIMER_EXPIRED) { in vmbus_isr()
1349 vmbus_signal_eom(msg, HVMSG_TIMER_EXPIRED); in vmbus_isr()
/kernel/linux/linux-5.10/arch/x86/kvm/
Dhyperv.c869 msg->header.message_type = HVMSG_TIMER_EXPIRED; in stimer_prepare_msg()