Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmshyperv.h234 void hyperv_stop_tsc_emulation(void);
257 static inline void hyperv_stop_tsc_emulation(void) {}; in hyperv_stop_tsc_emulation() function
/OK3568_Linux_fs/kernel/arch/x86/hyperv/
H A Dhv_init.c134 void hyperv_stop_tsc_emulation(void) in hyperv_stop_tsc_emulation() function
146 EXPORT_SYMBOL_GPL(hyperv_stop_tsc_emulation);
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c7810 hyperv_stop_tsc_emulation(); in kvm_hyperv_tsc_notifier()