Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Dphysdev.h188 struct physdev_irq irq_op; member
/openbmc/qemu/include/hw/xen/interface/
H A Dphysdev.h219 physdev_irq_t irq_op; member
/openbmc/linux/drivers/xen/events/
H A Devents_base.c1006 struct physdev_irq irq_op; in xen_bind_pirq_gsi_to_irq() local
1022 irq_op.irq = info->irq; in xen_bind_pirq_gsi_to_irq()
1023 irq_op.vector = 0; in xen_bind_pirq_gsi_to_irq()
1029 HYPERVISOR_physdev_op(PHYSDEVOP_alloc_irq_vector, &irq_op)) { in xen_bind_pirq_gsi_to_irq()