Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vhost/
Dvdpa.c39 struct vhost_vdpa_as { struct
70 struct vhost_vdpa_as *as = container_of(iotlb, struct in iotlb_to_asid()
71 vhost_vdpa_as, iotlb); in iotlb_to_asid()
75 static struct vhost_vdpa_as *asid_to_as(struct vhost_vdpa *v, u32 asid) in asid_to_as()
78 struct vhost_vdpa_as *as; in asid_to_as()
89 struct vhost_vdpa_as *as = asid_to_as(v, 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()
100 struct vhost_vdpa_as *as; 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()
122 struct vhost_vdpa_as *as = asid_to_as(v, asid); in vhost_vdpa_find_alloc_as()
[all …]