Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvhost-vdpa.h59 } VhostVDPAShared; typedef
68 VhostVDPAShared *shared;
81 int vhost_vdpa_dma_map(VhostVDPAShared *s, uint32_t asid, hwaddr iova,
83 int vhost_vdpa_dma_unmap(VhostVDPAShared *s, uint32_t asid, hwaddr iova,
87 VhostVDPAShared *dev_shared;
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c94 int vhost_vdpa_dma_map(VhostVDPAShared *s, uint32_t asid, hwaddr iova, in vhost_vdpa_dma_map()
126 int vhost_vdpa_dma_unmap(VhostVDPAShared *s, uint32_t asid, hwaddr iova, in vhost_vdpa_dma_unmap()
151 static void vhost_vdpa_listener_begin_batch(VhostVDPAShared *s) in vhost_vdpa_listener_begin_batch()
166 static void vhost_vdpa_iotlb_batch_begin_once(VhostVDPAShared *s) in vhost_vdpa_iotlb_batch_begin_once()
178 VhostVDPAShared *s = container_of(listener, VhostVDPAShared, listener); in vhost_vdpa_listener_commit()
207 VhostVDPAShared *s = iommu->dev_shared; in vhost_vdpa_iommu_map_notify()
257 VhostVDPAShared *s = container_of(listener, VhostVDPAShared, listener); in vhost_vdpa_iommu_region_add()
298 VhostVDPAShared *s = container_of(listener, VhostVDPAShared, listener); in vhost_vdpa_iommu_region_del()
318 VhostVDPAShared *s = container_of(listener, VhostVDPAShared, listener); in vhost_vdpa_listener_region_add()
406 VhostVDPAShared *s = container_of(listener, VhostVDPAShared, listener); in vhost_vdpa_listener_region_del()
H A Dvdpa-dev.c116 v->vdpa.shared = g_new0(VhostVDPAShared, 1); in vhost_vdpa_device_realize()
/openbmc/qemu/net/
H A Dvhost-vdpa.c1682 VhostVDPAShared *shared, in net_vhost_vdpa_init()
1715 s->vhost_vdpa.shared = g_new0(VhostVDPAShared, 1); in net_vhost_vdpa_init()
1853 VhostVDPAShared *shared = NULL; in net_init_vhost_vdpa()
1867 VhostVDPAShared *shared = s0->vhost_vdpa.shared; in net_init_vhost_vdpa()