Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/kvm/
H A Dxen_evtchn.c121 #define IRQ_UNBOUND -1 macro
221 s->pirq[p->u.pirq].gsi = IRQ_UNBOUND; in xen_evtchn_post_load()
1685 s->pirq[pirq].gsi = IRQ_UNBOUND; in do_remove_pci_vector()
1724 (s->pirq[pirq].gsi != IRQ_UNBOUND && in xen_evtchn_snoop_msi()
1854 if (s->pirq[pirq].gsi != IRQ_UNBOUND) { in xen_physdev_map_pirq()
1904 s->pirq[pirq].gsi = IRQ_UNBOUND; /* Doesn't actually matter because: */ in xen_physdev_unmap_pirq()
1986 pirq = allocate_pirq(s, get->type, IRQ_UNBOUND); in xen_physdev_get_free_pirq()
/openbmc/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c49 #define IRQ_UNBOUND -1 macro
985 if (irq_effective_cpu == IRQ_UNBOUND) in vduse_dev_queue_irq_work()
1105 curr_cpu = IRQ_UNBOUND; in vduse_vq_update_effective_cpu()
1198 ret = vduse_dev_queue_irq_work(dev, &dev->inject, IRQ_UNBOUND); in vduse_dev_ioctl()
1563 dev->vqs[i]->irq_effective_cpu = IRQ_UNBOUND; in vduse_dev_init_vqs()