Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/vhost/
H A Dvringh.c1132 static inline int copy_to_iotlb(const struct vringh *vrh, void *dst, in copy_to_iotlb() function
1220 ret = copy_to_iotlb(vrh, dst, src, len); in xfer_to_iotlb()
1235 ret = copy_to_iotlb(vrh, dst, (void *)src, num * sizeof(*dst)); in putused_iotlb()
/kernel/linux/linux-6.6/drivers/vhost/
H A Dvringh.c1223 static inline int copy_to_iotlb(const struct vringh *vrh, void *dst, in copy_to_iotlb() function
1372 ret = copy_to_iotlb(vrh, dst, src, len); in xfer_to_iotlb()
1387 ret = copy_to_iotlb(vrh, dst, (void *)src, num * sizeof(*dst)); in putused_iotlb()

Completed in 5 milliseconds