Searched refs:copy_to_iotlb (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/vhost/
H A Dvringh.c1223 static inline int copy_to_iotlb(const struct vringh *vrh, void *dst, function
1372 ret = copy_to_iotlb(vrh, dst, src, len);
1387 ret = copy_to_iotlb(vrh, dst, (void *)src, num * sizeof(*dst));

Completed in 112 milliseconds