Home
last modified time | relevance | path

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

/Linux-v6.1/include/clocksource/
Dhyperv_timer.h28 extern void hv_stimer_legacy_init(unsigned int cpu, int sint);
105 static inline void hv_stimer_legacy_init(unsigned int cpu, int sint) {} in hv_stimer_legacy_init() function
/Linux-v6.1/drivers/clocksource/
Dhyperv_timer.c296 void hv_stimer_legacy_init(unsigned int cpu, int sint) in hv_stimer_legacy_init() function
311 EXPORT_SYMBOL_GPL(hv_stimer_legacy_init);
/Linux-v6.1/drivers/hv/
Dhv.c283 hv_stimer_legacy_init(cpu, VMBUS_MESSAGE_SINT); in hv_synic_init()