Lines Matching refs:vhost_vdpa_as
39 struct vhost_vdpa_as { struct
75 struct vhost_vdpa_as *as = container_of(iotlb, struct in iotlb_to_asid()
76 vhost_vdpa_as, iotlb); in iotlb_to_asid()
80 static struct vhost_vdpa_as *asid_to_as(struct vhost_vdpa *v, u32 asid) in asid_to_as()
83 struct vhost_vdpa_as *as; in asid_to_as()
94 struct vhost_vdpa_as *as = asid_to_as(v, 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()
105 struct vhost_vdpa_as *as; 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()
127 struct vhost_vdpa_as *as = asid_to_as(v, asid); in vhost_vdpa_find_alloc_as()
146 struct vhost_vdpa_as *as = asid_to_as(v, asid); in vhost_vdpa_remove_as()
1248 struct vhost_vdpa_as *as = NULL; in vhost_vdpa_process_iotlb_msg()
1385 struct vhost_vdpa_as *as; in vhost_vdpa_cleanup()