Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dirq.c295 static void (*kvm_posted_intr_wakeup_handler)(void) = dummy_handler; variable
300 kvm_posted_intr_wakeup_handler = handler; in kvm_set_posted_intr_wakeup_handler()
302 kvm_posted_intr_wakeup_handler = dummy_handler; in kvm_set_posted_intr_wakeup_handler()
324 kvm_posted_intr_wakeup_handler(); in DEFINE_IDTENTRY_SYSVEC()