Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/hyperv/
Dhv_init.c148 void hyperv_stop_tsc_emulation(void) in hyperv_stop_tsc_emulation() function
160 EXPORT_SYMBOL_GPL(hyperv_stop_tsc_emulation);
/Linux-v4.19/arch/x86/include/asm/
Dmshyperv.h349 void hyperv_stop_tsc_emulation(void);
365 static inline void hyperv_stop_tsc_emulation(void) {}; in hyperv_stop_tsc_emulation() function
/Linux-v4.19/arch/x86/kvm/
Dx86.c6412 hyperv_stop_tsc_emulation(); in kvm_hyperv_tsc_notifier()