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

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

Completed in 192 milliseconds