Home
last modified time | relevance | path

Searched refs:hv_reenlightenment_cb (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/hyperv/
H A Dhv_init.c120 static void (*hv_reenlightenment_cb)(void); variable
129 if (hv_reenlightenment_cb && emu_status.inprogress) in hv_reenlightenment_notify()
130 hv_reenlightenment_cb(); in hv_reenlightenment_notify()
182 hv_reenlightenment_cb = cb; in set_hv_tscchange_cb()
207 hv_reenlightenment_cb = NULL; in clear_hv_tscchange_cb()
229 if (hv_reenlightenment_cb == NULL) in hv_cpu_die()
312 * reenable them here if hv_reenlightenment_cb was previously set. in hv_resume()
314 if (hv_reenlightenment_cb) in hv_resume()
315 set_hv_tscchange_cb(hv_reenlightenment_cb); in hv_resume()
/kernel/linux/linux-6.6/arch/x86/hyperv/
H A Dhv_init.c142 static void (*hv_reenlightenment_cb)(void); variable
151 if (hv_reenlightenment_cb && emu_status.inprogress) in hv_reenlightenment_notify()
152 hv_reenlightenment_cb(); in hv_reenlightenment_notify()
204 hv_reenlightenment_cb = cb; in set_hv_tscchange_cb()
229 hv_reenlightenment_cb = NULL; in clear_hv_tscchange_cb()
265 if (hv_reenlightenment_cb == NULL) in hv_cpu_die()
367 * reenable them here if hv_reenlightenment_cb was previously set. in hv_resume()
369 if (hv_reenlightenment_cb) in hv_resume()
370 set_hv_tscchange_cb(hv_reenlightenment_cb); in hv_resume()

Completed in 3 milliseconds