Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvdpa.c50 struct vhost_vdpa { struct
74 static void vhost_vdpa_iotlb_unmap(struct vhost_vdpa *v, argument
85 static struct vhost_vdpa_as *asid_to_as(struct vhost_vdpa *v, u32 asid) in asid_to_as()
97 static struct vhost_iotlb *asid_to_iotlb(struct vhost_vdpa *v, u32 asid) in asid_to_iotlb()
107 static struct vhost_vdpa_as *vhost_vdpa_alloc_as(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_alloc_as()
131 static struct vhost_vdpa_as *vhost_vdpa_find_alloc_as(struct vhost_vdpa *v, in vhost_vdpa_find_alloc_as()
142 static void vhost_vdpa_reset_map(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_reset_map()
151 static int vhost_vdpa_remove_as(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_remove_as()
177 struct vhost_vdpa *v = container_of(vq->dev, struct vhost_vdpa, vdev); in handle_vq_kick()
196 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 DKconfig81 will be called vhost_vdpa.