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);
111 static inline void hv_stimer_legacy_cleanup(unsigned int cpu) {} in hv_stimer_legacy_cleanup() function
/linux/drivers/clocksource/
H A Dhyperv_timer.c346 void hv_stimer_legacy_cleanup(unsigned int cpu) in hv_stimer_legacy_cleanup() function
352 EXPORT_SYMBOL_GPL(hv_stimer_legacy_cleanup);
367 hv_stimer_legacy_cleanup(cpu); in hv_stimer_global_cleanup()
/linux/drivers/hv/
H A Dhv.c518 hv_stimer_legacy_cleanup(cpu); in hv_synic_cleanup()