Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dvdpa.h441 void (*unbind_mm)(struct vdpa_device *vdev); member
/linux-6.12.1/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c808 .unbind_mm = vdpasim_unbind_mm,
847 .unbind_mm = vdpasim_unbind_mm,
/linux-6.12.1/drivers/vhost/
Dvdpa.c267 if (!vdpa->use_va || !ops->unbind_mm) in vhost_vdpa_unbind_mm()
270 ops->unbind_mm(vdpa); in vhost_vdpa_unbind_mm()