Displaying 1 result from an estimated 1 matches for "xen_test_irq_shar".
Did you mean:
xen_test_irq_shared
2012 May 21
4
[PATCH] xen: do not map the same GSI twice
...-103,6 +103,9 @@ int xen_irq_from_pirq(unsigned pirq);
/* Return the pirq allocated to the irq. */
int xen_pirq_from_irq(unsigned irq);
+/* Return the irq allocated to the gsi */
+int xen_irq_from_gsi (unsigned gsi);
+
/* Determine whether to ignore this IRQ if it is passed to a guest. */
int xen_test_irq_shared(int irq);
--
1.7.2.5