Searched refs:iotlb_translate (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/vhost/ |
D | vringh.c | 1097 static int iotlb_translate(const struct vringh *vrh, in iotlb_translate() function 1157 ret = iotlb_translate(vrh, (u64)(uintptr_t)src, in copy_from_iotlb() 1190 ret = iotlb_translate(vrh, (u64)(uintptr_t)dst, in copy_to_iotlb() 1220 ret = iotlb_translate(vrh, (u64)(uintptr_t)p, sizeof(*p), NULL, in getu16_iotlb() 1241 ret = iotlb_translate(vrh, (u64)(uintptr_t)p, sizeof(*p), NULL, in putu16_iotlb()
|