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.c283 * is done later by hv_stimer_legacy_init() in hv_stimer_alloc()
318 * hv_stimer_legacy_init -- Called from the VMbus driver to handle
323 void hv_stimer_legacy_init(unsigned int cpu, int sint) in hv_stimer_legacy_init() function
338 EXPORT_SYMBOL_GPL(hv_stimer_legacy_init);
/linux/drivers/hv/
H A Dhv.c400 hv_stimer_legacy_init(cpu, VMBUS_MESSAGE_SINT); in hv_synic_init()