Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/xen/events/
H A Devents_base.c1082 struct physdev_unmap_pirq unmap_irq; in xen_destroy_irq() local
1094 unmap_irq.pirq = info->u.pirq.pirq; in xen_destroy_irq()
1095 unmap_irq.domid = info->u.pirq.domid; in xen_destroy_irq()
1096 rc = HYPERVISOR_physdev_op(PHYSDEVOP_unmap_pirq, &unmap_irq); in xen_destroy_irq()