Home
last modified time | relevance | path

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

/linux-6.12.1/include/xen/interface/
Dphysdev.h188 struct physdev_irq irq_op; member
/linux-6.12.1/drivers/xen/events/
Devents_base.c1021 struct physdev_irq irq_op; in xen_bind_pirq_gsi_to_irq() local
1037 irq_op.irq = info->irq; in xen_bind_pirq_gsi_to_irq()
1038 irq_op.vector = 0; in xen_bind_pirq_gsi_to_irq()
1044 HYPERVISOR_physdev_op(PHYSDEVOP_alloc_irq_vector, &irq_op)) { in xen_bind_pirq_gsi_to_irq()