Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/xen/events/
Devents_base.c196 static struct irq_chip xen_pirq_chip; variable
1077 irq_set_chip_and_handler_name(irq, &xen_pirq_chip, in xen_bind_pirq_gsi_to_irq()
1080 irq_set_chip_and_handler_name(irq, &xen_pirq_chip, in xen_bind_pirq_gsi_to_irq()
1116 irq_set_chip_and_handler_name(irq + i, &xen_pirq_chip, handle_edge_irq, name); in xen_bind_pirq_msi_to_irq()
2158 static struct irq_chip xen_pirq_chip __read_mostly = {