Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vhost/
H A Diotlb.c91 void vhost_iotlb_del_range(struct vhost_iotlb *iotlb, u64 start, u64 last) in vhost_iotlb_del_range() function
99 EXPORT_SYMBOL_GPL(vhost_iotlb_del_range);
131 vhost_iotlb_del_range(iotlb, 0ULL, 0ULL - 1); in vhost_iotlb_reset()
H A Dvdpa.c590 vhost_iotlb_del_range(dev->iotlb, iova, iova + size - 1); in vhost_vdpa_map()
H A Dvhost.c1125 vhost_iotlb_del_range(dev->iotlb, msg->iova, in vhost_process_iotlb_msg()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvhost_iotlb.h34 void vhost_iotlb_del_range(struct vhost_iotlb *iotlb, u64 start, u64 last);
/OK3568_Linux_fs/kernel/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c300 vhost_iotlb_del_range(iommu, (u64)dma_addr, in vdpasim_unmap_page()
343 vhost_iotlb_del_range(iommu, (u64)dma_addr, in vdpasim_free_coherent()
670 vhost_iotlb_del_range(vdpasim->iommu, iova, iova + size - 1); in vdpasim_dma_unmap()