Home
last modified time | relevance | path

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

/linux-6.1.9/include/clocksource/
Dhyperv_timer.h29 extern void hv_stimer_legacy_cleanup(unsigned int cpu);
106 static inline void hv_stimer_legacy_cleanup(unsigned int cpu) {} in hv_stimer_legacy_cleanup() function
/linux-6.1.9/drivers/clocksource/
Dhyperv_timer.c319 void hv_stimer_legacy_cleanup(unsigned int cpu) in hv_stimer_legacy_cleanup() function
325 EXPORT_SYMBOL_GPL(hv_stimer_legacy_cleanup);
340 hv_stimer_legacy_cleanup(cpu); in hv_stimer_global_cleanup()
/linux-6.1.9/drivers/hv/
Dhv.c437 hv_stimer_legacy_cleanup(cpu); in hv_synic_cleanup()