Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/
H A Devents.h132 int xen_irq_from_gsi(unsigned gsi);
/openbmc/linux/drivers/xen/events/
H A Devents_base.c925 int xen_irq_from_gsi(unsigned gsi) in xen_irq_from_gsi() function
939 EXPORT_SYMBOL_GPL(xen_irq_from_gsi);
1011 ret = xen_irq_from_gsi(gsi); in xen_bind_pirq_gsi_to_irq()
/openbmc/linux/arch/x86/pci/
H A Dxen.c72 irq = xen_irq_from_gsi(gsi); in xen_register_pirq()