Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dvirtio_mmio.h118 #define VIRTIO_MMIO_QUEUE_AVAIL_LOW 0x090 macro
/linux-6.12.1/drivers/virtio/
Dvirtio_mmio.c454 writel((u32)addr, vm_dev->base + VIRTIO_MMIO_QUEUE_AVAIL_LOW); in vm_setup_vq()