Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvirtio.c223 address_space_cache_destroy(&caches->desc); in virtio_free_region_cache()
224 address_space_cache_destroy(&caches->avail); in virtio_free_region_cache()
225 address_space_cache_destroy(&caches->used); in virtio_free_region_cache()
297 address_space_cache_destroy(&new->avail); in virtio_queue_update_rings()
299 address_space_cache_destroy(&new->used); in virtio_queue_update_rings()
301 address_space_cache_destroy(&new->desc); in virtio_queue_update_rings()
1360 address_space_cache_destroy(&indirect_desc_cache); in virtqueue_split_get_avail_bytes()
1372 address_space_cache_destroy(&indirect_desc_cache); in virtqueue_split_get_avail_bytes()
1497 address_space_cache_destroy(&indirect_desc_cache); in virtqueue_packed_get_avail_bytes()
1515 address_space_cache_destroy( in virtqueue_packed_get_avail_bytes()
[all...]
/openbmc/qemu/include/system/
H A Dmemory.h2992 * address_space_cache_destroy: free a #MemoryRegionCache
2996 void address_space_cache_destroy(MemoryRegionCache *cache);
/openbmc/qemu/system/
H A Dphysmem.c3895 void address_space_cache_destroy(MemoryRegionCache *cache) in ram_block_discard_range()
3590 void address_space_cache_destroy(MemoryRegionCache *cache) address_space_cache_destroy() function