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);
111 static inline void hv_stimer0_isr(void) {} in hv_stimer0_isr() function
/openbmc/linux/drivers/clocksource/
H A Dhyperv_timer.c58 void hv_stimer0_isr(void) in hv_stimer0_isr() function
65 EXPORT_SYMBOL_GPL(hv_stimer0_isr);
73 hv_stimer0_isr(); in hv_stimer0_percpu_isr()
277 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()