Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Dphysdev.h103 #define PHYSDEVOP_alloc_irq_vector 10 macro
298 #define PHYSDEVOP_ASSIGN_VECTOR PHYSDEVOP_alloc_irq_vector
/openbmc/qemu/include/hw/xen/interface/
H A Dphysdev.h124 #define PHYSDEVOP_alloc_irq_vector 10 macro
344 #define PHYSDEVOP_ASSIGN_VECTOR PHYSDEVOP_alloc_irq_vector
/openbmc/linux/drivers/xen/events/
H A Devents_base.c1029 HYPERVISOR_physdev_op(PHYSDEVOP_alloc_irq_vector, &irq_op)) { in xen_bind_pirq_gsi_to_irq()