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.c187 void set_hv_tscchange_cb(void (*cb)(void)) in set_hv_tscchange_cb() function
215 EXPORT_SYMBOL_GPL(set_hv_tscchange_cb);
369 set_hv_tscchange_cb(hv_reenlightenment_cb); in hv_resume()
/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h251 void set_hv_tscchange_cb(void (*cb)(void));
320 static inline void set_hv_tscchange_cb(void (*cb)(void)) {} in set_hv_tscchange_cb() function
/openbmc/linux/arch/x86/kvm/
H A Dx86.c9563 set_hv_tscchange_cb(kvm_hyperv_tsc_notifier); in __kvm_x86_vendor_init()