Home
last modified time | relevance | path

Searched refs:used_user_addr (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dvhost.h42 __u64 used_user_addr; member
/Linux-v4.19/tools/include/uapi/linux/
Dvhost.h42 __u64 used_user_addr; member
/Linux-v4.19/tools/virtio/
Dvirtio_test.c70 .used_user_addr = (uint64_t)(unsigned long)info->vring.used, in vhost_vq_setup()
/Linux-v4.19/drivers/vhost/
Dvhost.c1459 (u64)(unsigned long)a.used_user_addr != a.used_user_addr || in vhost_vring_ioctl()
1469 (a.used_user_addr & (VRING_USED_ALIGN_SIZE - 1)) || in vhost_vring_ioctl()
1482 (void __user *)(unsigned long)a.used_user_addr)) { in vhost_vring_ioctl()
1501 vq->used = (void __user *)(unsigned long)a.used_user_addr; in vhost_vring_ioctl()