Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvirtio.c99 typedef struct VRingMemoryRegionCaches {
104 } VRingMemoryRegionCaches;
114 VRingMemoryRegionCaches *caches;
220 static void virtio_free_region_cache(VRingMemoryRegionCaches *caches) in virtio_free_region_cache()
231 VRingMemoryRegionCaches *caches; in virtio_virtqueue_reset_region_cache()
243 VRingMemoryRegionCaches *old = vq->vring.caches; in virtio_init_region_cache()
244 VRingMemoryRegionCaches *new = NULL; in virtio_init_region_cache()
254 new = g_new0(VRingMemoryRegionCaches, 1); in virtio_init_region_cache()
368 static VRingMemoryRegionCaches *vring_get_region_caches(struct VirtQueue *vq) in vring_avail_flags()
376 VRingMemoryRegionCaches *cache
97 typedef struct VRingMemoryRegionCaches { global() struct
102 } VRingMemoryRegionCaches; global() typedef
[all...]