Home
last modified time | relevance | path

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

/linux/include/clocksource/
H A Dhyperv_timer.h31 extern void hv_stimer_legacy_cleanup(unsigned int cpu);
109 static inline void hv_stimer_legacy_cleanup(unsigned int cpu) {} in hv_stimer_legacy_cleanup() function
/linux/drivers/clocksource/
H A Dhyperv_timer.c330 void hv_stimer_legacy_cleanup(unsigned int cpu) in hv_stimer_legacy_cleanup() function
336 EXPORT_SYMBOL_GPL(hv_stimer_legacy_cleanup);
351 hv_stimer_legacy_cleanup(cpu); in hv_stimer_global_cleanup()
/linux/drivers/hv/
H A Dhv.c496 hv_stimer_legacy_cleanup(cpu); in hv_synic_cleanup()