Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/hyperv/
H A Dhv_init.c166 void set_hv_tscchange_cb(void (*cb)(void)) in set_hv_tscchange_cb() function
194 EXPORT_SYMBOL_GPL(set_hv_tscchange_cb);
315 set_hv_tscchange_cb(hv_reenlightenment_cb); in hv_resume()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmshyperv.h232 void set_hv_tscchange_cb(void (*cb)(void));
255 static inline void set_hv_tscchange_cb(void (*cb)(void)) {} in set_hv_tscchange_cb() function
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c8145 set_hv_tscchange_cb(kvm_hyperv_tsc_notifier); in kvm_arch_init()