Lines Matching defs:v
61 struct vhost_vdpa *v = container_of(vq->dev, struct vhost_vdpa, vdev); in handle_vq_kick() local
80 struct vhost_vdpa *v = private; in vhost_vdpa_config_cb() local
89 static void vhost_vdpa_setup_vq_irq(struct vhost_vdpa *v, u16 qid) in vhost_vdpa_setup_vq_irq()
112 static void vhost_vdpa_unsetup_vq_irq(struct vhost_vdpa *v, u16 qid) in vhost_vdpa_unsetup_vq_irq()
119 static void vhost_vdpa_reset(struct vhost_vdpa *v) in vhost_vdpa_reset()
127 static long vhost_vdpa_get_device_id(struct vhost_vdpa *v, u8 __user *argp) in vhost_vdpa_get_device_id()
141 static long vhost_vdpa_get_status(struct vhost_vdpa *v, u8 __user *statusp) in vhost_vdpa_get_status()
155 static long vhost_vdpa_set_status(struct vhost_vdpa *v, u8 __user *statusp) in vhost_vdpa_set_status()
188 static int vhost_vdpa_config_validate(struct vhost_vdpa *v, in vhost_vdpa_config_validate()
208 static long vhost_vdpa_get_config(struct vhost_vdpa *v, in vhost_vdpa_get_config()
235 static long vhost_vdpa_set_config(struct vhost_vdpa *v, in vhost_vdpa_set_config()
263 static long vhost_vdpa_get_features(struct vhost_vdpa *v, u64 __user *featurep) in vhost_vdpa_get_features()
277 static long vhost_vdpa_set_features(struct vhost_vdpa *v, u64 __user *featurep) in vhost_vdpa_set_features()
299 static long vhost_vdpa_get_vring_num(struct vhost_vdpa *v, u16 __user *argp) in vhost_vdpa_get_vring_num()
313 static void vhost_vdpa_config_put(struct vhost_vdpa *v) in vhost_vdpa_config_put()
319 static long vhost_vdpa_set_config_call(struct vhost_vdpa *v, u32 __user *argp) in vhost_vdpa_set_config_call()
344 static long vhost_vdpa_get_iova_range(struct vhost_vdpa *v, u32 __user *argp) in vhost_vdpa_get_iova_range()
356 static long vhost_vdpa_vring_ioctl(struct vhost_vdpa *v, unsigned int cmd, in vhost_vdpa_vring_ioctl()
435 struct vhost_vdpa *v = filep->private_data; in vhost_vdpa_unlocked_ioctl() local
504 static void vhost_vdpa_iotlb_unmap(struct vhost_vdpa *v, u64 start, u64 last) in vhost_vdpa_iotlb_unmap()
526 static void vhost_vdpa_iotlb_free(struct vhost_vdpa *v) in vhost_vdpa_iotlb_free()
557 static int vhost_vdpa_map(struct vhost_vdpa *v, in vhost_vdpa_map()
588 static void vhost_vdpa_unmap(struct vhost_vdpa *v, u64 iova, u64 size) in vhost_vdpa_unmap()
606 static int vhost_vdpa_process_iotlb_update(struct vhost_vdpa *v, in vhost_vdpa_process_iotlb_update()
741 struct vhost_vdpa *v = container_of(dev, struct vhost_vdpa, vdev); in vhost_vdpa_process_iotlb_msg() local
777 struct vhost_vdpa *v = file->private_data; in vhost_vdpa_chr_write_iter() local
783 static int vhost_vdpa_alloc_domain(struct vhost_vdpa *v) in vhost_vdpa_alloc_domain()
817 static void vhost_vdpa_free_domain(struct vhost_vdpa *v) in vhost_vdpa_free_domain()
830 static void vhost_vdpa_set_iova_range(struct vhost_vdpa *v) in vhost_vdpa_set_iova_range()
853 struct vhost_vdpa *v; in vhost_vdpa_open() local
905 static void vhost_vdpa_clean_irq(struct vhost_vdpa *v) in vhost_vdpa_clean_irq()
919 struct vhost_vdpa *v = filep->private_data; in vhost_vdpa_release() local
943 struct vhost_vdpa *v = vmf->vma->vm_file->private_data; in vhost_vdpa_fault() local
967 struct vhost_vdpa *v = vma->vm_file->private_data; in vhost_vdpa_mmap() local
1013 struct vhost_vdpa *v = in vhost_vdpa_release_dev() local
1024 struct vhost_vdpa *v; in vhost_vdpa_probe() local
1083 struct vhost_vdpa *v = vdpa_get_drvdata(vdpa); in vhost_vdpa_remove() local