Lines Matching refs:vhost_vdpa_as
39 struct vhost_vdpa_as {
75 struct vhost_vdpa_as *as = container_of(iotlb, struct
76 vhost_vdpa_as, iotlb);
80 static struct vhost_vdpa_as *asid_to_as(struct vhost_vdpa *v, u32 asid)
83 struct vhost_vdpa_as *as;
94 struct vhost_vdpa_as *as = asid_to_as(v, asid);
102 static struct vhost_vdpa_as *vhost_vdpa_alloc_as(struct vhost_vdpa *v, u32 asid)
105 struct vhost_vdpa_as *as;
124 static struct vhost_vdpa_as *vhost_vdpa_find_alloc_as(struct vhost_vdpa *v,
127 struct vhost_vdpa_as *as = asid_to_as(v, asid);
146 struct vhost_vdpa_as *as = asid_to_as(v, asid);
1248 struct vhost_vdpa_as *as = NULL;
1385 struct vhost_vdpa_as *as;