Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dvdpa.h440 int (*bind_mm)(struct vdpa_device *vdev, struct mm_struct *mm); member
/linux-6.12.1/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c807 .bind_mm = vdpasim_bind_mm,
846 .bind_mm = vdpasim_bind_mm,
/linux-6.12.1/drivers/vhost/
Dvdpa.c256 if (!vdpa->use_va || !ops->bind_mm) in vhost_vdpa_bind_mm()
259 return ops->bind_mm(vdpa, v->vdev.mm); in vhost_vdpa_bind_mm()