Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmshyperv.h233 void clear_hv_tscchange_cb(void);
256 static inline void clear_hv_tscchange_cb(void) {} in clear_hv_tscchange_cb() function
/OK3568_Linux_fs/kernel/arch/x86/hyperv/
H A Dhv_init.c196 void clear_hv_tscchange_cb(void) in clear_hv_tscchange_cb() function
209 EXPORT_SYMBOL_GPL(clear_hv_tscchange_cb);
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c8164 clear_hv_tscchange_cb(); in kvm_arch_exit()