Home
last modified time | relevance | path

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

/Linux-v5.10/include/xen/interface/
Dphysdev.h206 struct physdev_irq irq_op; member
/Linux-v5.10/drivers/xen/events/
Devents_base.c909 struct physdev_irq irq_op; in xen_bind_pirq_gsi_to_irq() local
925 irq_op.irq = irq; in xen_bind_pirq_gsi_to_irq()
926 irq_op.vector = 0; in xen_bind_pirq_gsi_to_irq()
932 HYPERVISOR_physdev_op(PHYSDEVOP_alloc_irq_vector, &irq_op)) { in xen_bind_pirq_gsi_to_irq()