Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dirq.h35 extern void kvm_set_posted_intr_wakeup_handler(void (*handler)(void));
/arch/x86/kernel/
Dirq.c289 void kvm_set_posted_intr_wakeup_handler(void (*handler)(void)) in kvm_set_posted_intr_wakeup_handler() function
298 EXPORT_SYMBOL_GPL(kvm_set_posted_intr_wakeup_handler);
/arch/x86/kvm/vmx/
Dvmx.c7776 kvm_set_posted_intr_wakeup_handler(NULL); in hardware_unsetup()
8092 kvm_set_posted_intr_wakeup_handler(pi_wakeup_handler); in hardware_setup()