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

/linux-master/drivers/vhost/
H A Dvhost.c1089 static int translate_desc(struct vhost_virtqueue *vq, u64 addr, u32 len,
1113 ret = translate_desc(vq, (u64)(uintptr_t)to, size, vq->iotlb_iov,
1148 ret = translate_desc(vq, (u64)(uintptr_t)from, size, vq->iotlb_iov,
1173 ret = translate_desc(vq, (u64)(uintptr_t)addr, size, vq->iotlb_iov,
2210 ret = translate_desc(vq, (uintptr_t)vq->used + used_offset,
2332 static int translate_desc(struct vhost_virtqueue *vq, u64 addr, u32 len, function
2414 ret = translate_desc(vq, vhost64_to_cpu(vq, indirect->addr), len, vq->indirect,
2455 ret = translate_desc(vq, vhost64_to_cpu(vq, desc.addr),
2595 ret = translate_desc(vq, vhost64_to_cpu(vq, desc.addr),

Completed in 134 milliseconds