Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c188 void set_hv_tscchange_cb(void (*cb)(void)) in set_hv_tscchange_cb() function
216 EXPORT_SYMBOL_GPL(set_hv_tscchange_cb);
370 set_hv_tscchange_cb(hv_reenlightenment_cb); in hv_resume()
/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h252 void set_hv_tscchange_cb(void (*cb)(void));
321 static inline void set_hv_tscchange_cb(void (*cb)(void)) {} in set_hv_tscchange_cb() function
/openbmc/linux/arch/x86/kvm/
H A Dx86.c9561 set_hv_tscchange_cb(kvm_hyperv_tsc_notifier); in __kvm_x86_vendor_init()