Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvdpa.c45 struct vhost_vdpa { struct
69 static void vhost_vdpa_iotlb_unmap(struct vhost_vdpa *v, argument
80 static struct vhost_vdpa_as *asid_to_as(struct vhost_vdpa *v, u32 asid) in asid_to_as()
92 static struct vhost_iotlb *asid_to_iotlb(struct vhost_vdpa *v, u32 asid) in asid_to_iotlb()
102 static struct vhost_vdpa_as *vhost_vdpa_alloc_as(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_alloc_as()
124 static struct vhost_vdpa_as *vhost_vdpa_find_alloc_as(struct vhost_vdpa *v, in vhost_vdpa_find_alloc_as()
135 static void vhost_vdpa_reset_map(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_reset_map()
144 static int vhost_vdpa_remove_as(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_remove_as()
170 struct vhost_vdpa *v = container_of(vq->dev, struct vhost_vdpa, vdev); in handle_vq_kick()
189 struct vhost_vdpa *v = private; in vhost_vdpa_config_cb()
[all …]
H A DMakefile13 obj-$(CONFIG_VHOST_VDPA) += vhost_vdpa.o
14 vhost_vdpa-y := vdpa.o
H A DKconfig80 will be called vhost_vdpa.