Home
last modified time | relevance | path

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

/openbmc/linux/include/clocksource/
H A Dhyperv_timer.h33 extern void hv_stimer0_isr(void);
113 static inline void hv_stimer0_isr(void) {} in hv_stimer0_isr() function
/openbmc/linux/drivers/clocksource/
H A Dhyperv_timer.c59 void hv_stimer0_isr(void) in hv_stimer0_isr() function
66 EXPORT_SYMBOL_GPL(hv_stimer0_isr);
74 hv_stimer0_isr(); in hv_stimer0_percpu_isr()
278 hv_setup_stimer0_handler(hv_stimer0_isr); in hv_stimer_alloc()
/openbmc/linux/drivers/hv/
H A Dvmbus_drv.c1304 hv_stimer0_isr(); in vmbus_isr()