Home
last modified time | relevance | path

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

/openbmc/linux/include/clocksource/
H A Dhyperv_timer.h38 extern unsigned long hv_get_tsc_pfn(void);
91 static inline unsigned long hv_get_tsc_pfn(void) in hv_get_tsc_pfn() function
/openbmc/linux/drivers/clocksource/
H A Dhyperv_timer.c398 unsigned long hv_get_tsc_pfn(void) in hv_get_tsc_pfn() function
402 EXPORT_SYMBOL_GPL(hv_get_tsc_pfn);
/openbmc/linux/arch/x86/entry/vdso/
H A Dvma.c191 pfn = hv_get_tsc_pfn(); in vvar_fault()