Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/virtio/
H A Dvirtio_pci.h67 #define VIRTIO_PCI_VRING_ALIGN 4096 macro
H A Dvirtio_pci_legacy.c209 vq = vring_create_virtqueue(index, num, VIRTIO_PCI_VRING_ALIGN, udev); in virtio_pci_setup_vq()
H A Dvirtio_pci_modern.c283 vq = vring_create_virtqueue(index, num, VIRTIO_PCI_VRING_ALIGN, udev); in virtio_pci_setup_vq()
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-pci.c196 uint64_t pfn = vq->desc / VIRTIO_PCI_VRING_ALIGN; in qvirtio_pci_set_queue_address()
219 vqpci->vq.align = VIRTIO_PCI_VRING_ALIGN; in qvirtio_pci_virtqueue_setup_common()
234 VIRTIO_PCI_VRING_ALIGN)); in qvirtio_pci_virtqueue_setup_common()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_pci.h94 #define VIRTIO_PCI_VRING_ALIGN 4096 macro
/openbmc/qemu/hw/virtio/
H A Dvirtio.c60 #define VIRTIO_PCI_VRING_ALIGN 4096 macro
2532 vdev->vq[i].vring.align = VIRTIO_PCI_VRING_ALIGN; in virtio_add_queue()