Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Divshmem.c328 unsigned int vector_start, in ivshmem_vector_poll() argument
334 IVSHMEM_DPRINTF("vector poll %p %d-%d\n", dev, vector_start, vector_end); in ivshmem_vector_poll()
338 for (vector = vector_start; vector < vector_end; vector++) { in ivshmem_vector_poll()
/openbmc/linux/arch/arm64/kernel/
H A Dentry.S687 .macro tramp_ventry, vector_start, regsize, kpti, bhb
720 prfm plil1strm, [x30, #(1b - \vector_start)]
738 add x30, x30, #(1b - \vector_start + 4)
/openbmc/qemu/hw/pci/
H A Dmsix.c252 unsigned vector_start = addr * 8; in msix_pba_mmio_read() local
254 dev->msix_vector_poll_notifier(dev, vector_start, vector_end); in msix_pba_mmio_read()
/openbmc/qemu/include/hw/pci/
H A Dpci.h235 unsigned int vector_start,
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c1120 unsigned int vector_start, in virtio_pci_vector_poll() argument
1136 if (vector < vector_start || vector >= vector_end || in virtio_pci_vector_poll()
1154 if (vector < vector_start || vector >= vector_end || in virtio_pci_vector_poll()
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad.c1450 int i, vector_start = 0; in bnad_txrx_irq_alloc() local
1468 vector_start = BNAD_MAILBOX_MSIX_VECTORS + txrx_id; in bnad_txrx_irq_alloc()
1472 vector_start = BNAD_MAILBOX_MSIX_VECTORS + in bnad_txrx_irq_alloc()
1482 intr_info->idl[i].vector = vector_start + i; in bnad_txrx_irq_alloc()