Searched refs:bind_virq_to_irqhandler (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/include/xen/ | 
| D | events.h | 21 int bind_virq_to_irqhandler(unsigned int virq, unsigned int cpu,
  | 
| /linux-4.4.14/arch/x86/xen/ | 
| D | smp.c | 192 	rc = bind_virq_to_irqhandler(VIRQ_DEBUG, cpu, xen_debug_interrupt,  in xen_smp_intr_init() 233 		rc = bind_virq_to_irqhandler(VIRQ_XENPMU, cpu,  in xen_smp_intr_init()
  | 
| D | time.c | 422 	irq = bind_virq_to_irqhandler(VIRQ_TIMER, cpu, xen_timer_interrupt,  in xen_setup_timer()
  | 
| /linux-4.4.14/drivers/xen/ | 
| D | pcpu.c | 390 	irq = bind_virq_to_irqhandler(VIRQ_PCPU_STATE, 0,  in xen_pcpu_init()
  | 
| D | mcelog.c | 383 	ret  = bind_virq_to_irqhandler(VIRQ_MCA, 0,  in bind_virq_for_mce()
  | 
| /linux-4.4.14/drivers/xen/events/ | 
| D | events_base.c | 1075 int bind_virq_to_irqhandler(unsigned int virq, unsigned int cpu,  in bind_virq_to_irqhandler()  function 1092 EXPORT_SYMBOL_GPL(bind_virq_to_irqhandler);
  |