Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c114 static void (*hv_stimer0_handler)(void); variable
152 if (hv_stimer0_handler) in DEFINE_IDTENTRY_SYSVEC()
153 hv_stimer0_handler(); in DEFINE_IDTENTRY_SYSVEC()
163 hv_stimer0_handler = handler; in hv_setup_stimer0_handler()
169 hv_stimer0_handler = NULL; in hv_remove_stimer0_handler()