Searched refs:bind_virq_to_irqhandler (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/xen/ |
H A D | events.h | 30 int bind_virq_to_irqhandler(unsigned int virq, unsigned int cpu,
|
/openbmc/linux/arch/x86/xen/ |
H A D | smp.c | 101 rc = bind_virq_to_irqhandler(VIRQ_DEBUG, cpu, in xen_smp_intr_init()
|
H A D | smp_pv.c | 136 rc = bind_virq_to_irqhandler(VIRQ_XENPMU, cpu, in xen_smp_intr_init_pv()
|
H A D | time.c | 358 irq = bind_virq_to_irqhandler(VIRQ_TIMER, cpu, xen_timer_interrupt, in xen_setup_timer()
|
/openbmc/linux/drivers/xen/ |
H A D | pcpu.c | 360 irq = bind_virq_to_irqhandler(VIRQ_PCPU_STATE, 0, in xen_pcpu_init()
|
H A D | mcelog.c | 391 ret = bind_virq_to_irqhandler(VIRQ_MCA, 0, in bind_virq_for_mce()
|
/openbmc/linux/drivers/xen/events/ |
H A D | events_base.c | 1510 int bind_virq_to_irqhandler(unsigned int virq, unsigned int cpu, in bind_virq_to_irqhandler() function 1527 EXPORT_SYMBOL_GPL(bind_virq_to_irqhandler);
|