Home
last modified time | relevance | path

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

/openbmc/linux/include/clocksource/
H A Dhyperv_timer.h30 extern void hv_stimer_legacy_init(unsigned int cpu, int sint);
108 static inline void hv_stimer_legacy_init(unsigned int cpu, int sint) {} in hv_stimer_legacy_init() function
/openbmc/linux/drivers/clocksource/
H A Dhyperv_timer.c307 void hv_stimer_legacy_init(unsigned int cpu, int sint) in hv_stimer_legacy_init() function
322 EXPORT_SYMBOL_GPL(hv_stimer_legacy_init);
/openbmc/linux/drivers/hv/
H A Dhv.c343 hv_stimer_legacy_init(cpu, VMBUS_MESSAGE_SINT); in hv_synic_init()