Home
last modified time | relevance | path

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

/linux-3.4.99/include/xen/interface/
Dphysdev.h121 #define PHYSDEVOP_alloc_irq_vector 10 macro
277 #define PHYSDEVOP_ASSIGN_VECTOR PHYSDEVOP_alloc_irq_vector
/linux-3.4.99/arch/ia64/xen/
Dxcom_hcall.c128 case PHYSDEVOP_alloc_irq_vector: in xencomm_hypercall_physdev_op()
Dirq_xen.c44 if (HYPERVISOR_physdev_op(PHYSDEVOP_alloc_irq_vector, &irq_op)) in xen_assign_irq_vector()
/linux-3.4.99/drivers/xen/
Devents.c666 HYPERVISOR_physdev_op(PHYSDEVOP_alloc_irq_vector, &irq_op)) { in xen_bind_pirq_gsi_to_irq()