Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dvirtio_mmio.h130 #define VIRTIO_MMIO_SHM_LEN_HIGH 0x0b4 macro
/linux-6.12.1/drivers/virtio/
Dvirtio_mmio.c547 len |= (u64) readl(vm_dev->base + VIRTIO_MMIO_SHM_LEN_HIGH) << 32; in vm_get_shm_region()