Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vhost/
Dvdpa.c45 struct vhost_vdpa { struct
68 static void vhost_vdpa_iotlb_unmap(struct vhost_vdpa *v, argument
79 static struct vhost_vdpa_as *asid_to_as(struct vhost_vdpa *v, u32 asid) in asid_to_as()
91 static struct vhost_iotlb *asid_to_iotlb(struct vhost_vdpa *v, u32 asid) in asid_to_iotlb()
101 static struct vhost_vdpa_as *vhost_vdpa_alloc_as(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_alloc_as()
123 static struct vhost_vdpa_as *vhost_vdpa_find_alloc_as(struct vhost_vdpa *v, in vhost_vdpa_find_alloc_as()
134 static int vhost_vdpa_remove_as(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_remove_as()
152 struct vhost_vdpa *v = container_of(vq->dev, struct vhost_vdpa, vdev); in handle_vq_kick()
171 struct vhost_vdpa *v = private; in vhost_vdpa_config_cb()
180 static void vhost_vdpa_setup_vq_irq(struct vhost_vdpa *v, u16 qid) in vhost_vdpa_setup_vq_irq()
[all …]
DMakefile13 obj-$(CONFIG_VHOST_VDPA) += vhost_vdpa.o
14 vhost_vdpa-y := vdpa.o
DKconfig80 will be called vhost_vdpa.