Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dirq.h33 extern void kvm_set_posted_intr_wakeup_handler(void (*handler)(void));
/openbmc/linux/arch/x86/kernel/
H A Dirq.c297 void kvm_set_posted_intr_wakeup_handler(void (*handler)(void)) in kvm_set_posted_intr_wakeup_handler() function
306 EXPORT_SYMBOL_GPL(kvm_set_posted_intr_wakeup_handler);
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c8218 kvm_set_posted_intr_wakeup_handler(NULL); in vmx_hardware_unsetup()
8640 kvm_set_posted_intr_wakeup_handler(pi_wakeup_handler); in hardware_setup()