Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vhost/
Dvdpa.c45 struct vhost_vdpa { struct
75 static struct vhost_vdpa_as *asid_to_as(struct vhost_vdpa *v, u32 asid) in asid_to_as() argument
87 static struct vhost_iotlb *asid_to_iotlb(struct vhost_vdpa *v, u32 asid) in asid_to_iotlb()
97 static struct vhost_vdpa_as *vhost_vdpa_alloc_as(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_alloc_as()
119 static struct vhost_vdpa_as *vhost_vdpa_find_alloc_as(struct vhost_vdpa *v, in vhost_vdpa_find_alloc_as()
130 static int vhost_vdpa_remove_as(struct vhost_vdpa *v, u32 asid) in vhost_vdpa_remove_as()
148 struct vhost_vdpa *v = container_of(vq->dev, struct vhost_vdpa, vdev); in handle_vq_kick()
167 struct vhost_vdpa *v = private; in vhost_vdpa_config_cb()
176 static void vhost_vdpa_setup_vq_irq(struct vhost_vdpa *v, u16 qid) in vhost_vdpa_setup_vq_irq()
202 static void vhost_vdpa_unsetup_vq_irq(struct vhost_vdpa *v, u16 qid) in vhost_vdpa_unsetup_vq_irq()
[all …]
DMakefile13 obj-$(CONFIG_VHOST_VDPA) += vhost_vdpa.o
14 vhost_vdpa-y := vdpa.o
DKconfig75 will be called vhost_vdpa.