Home
last modified time | relevance | path

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

/linux-6.12.1/include/clocksource/
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-6.12.1/drivers/clocksource/
Dhyperv_timer.c344 void hv_stimer_legacy_cleanup(unsigned int cpu) in hv_stimer_legacy_cleanup() function
350 EXPORT_SYMBOL_GPL(hv_stimer_legacy_cleanup);
365 hv_stimer_legacy_cleanup(cpu); in hv_stimer_global_cleanup()
/linux-6.12.1/drivers/hv/
Dhv.c496 hv_stimer_legacy_cleanup(cpu); in hv_synic_cleanup()