Searched refs:iotlb_translate (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/vhost/ |
| H A D | vringh.c | 1073 static int iotlb_translate(const struct vringh *vrh, in iotlb_translate() function 1121 ret = iotlb_translate(vrh, (u64)(uintptr_t)src, in copy_from_iotlb() 1140 ret = iotlb_translate(vrh, (u64)(uintptr_t)dst, in copy_to_iotlb() 1158 ret = iotlb_translate(vrh, (u64)(uintptr_t)p, sizeof(*p), in getu16_iotlb() 1179 ret = iotlb_translate(vrh, (u64)(uintptr_t)p, sizeof(*p), in putu16_iotlb()
|