Home
last modified time | relevance | path

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

/Linux-v5.10/include/xen/
Devents.h132 int xen_irq_from_gsi(unsigned gsi);
/Linux-v5.10/drivers/xen/events/
Devents_base.c846 int xen_irq_from_gsi(unsigned gsi) in xen_irq_from_gsi() function
860 EXPORT_SYMBOL_GPL(xen_irq_from_gsi);
914 irq = xen_irq_from_gsi(gsi); in xen_bind_pirq_gsi_to_irq()
/Linux-v5.10/arch/x86/pci/
Dxen.c71 irq = xen_irq_from_gsi(gsi); in xen_register_pirq()