Home
last modified time | relevance | path

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

/linux/include/clocksource/
H A Dhyperv_timer.h30 extern void hv_stimer_legacy_init(unsigned int cpu, int sint);
110 static inline void hv_stimer_legacy_init(unsigned int cpu, int sint) {} in hv_stimer_legacy_init() function
/linux/drivers/clocksource/
H A Dhyperv_timer.c322 void hv_stimer_legacy_init(unsigned int cpu, int sint) in hv_stimer_legacy_init() function
337 EXPORT_SYMBOL_GPL(hv_stimer_legacy_init);
/linux/drivers/hv/
H A Dhv.c340 hv_stimer_legacy_init(cpu, VMBUS_MESSAGE_SINT); in hv_synic_init()