Lines Matching refs:vhost_dev
35 int vhost_kernel_ioctl(struct vhost_dev *vdev, in vhost_kernel_ioctl()
50 vhost_kernel_init(struct vhost_dev *vdev, struct virtio_base *base, in vhost_kernel_init()
60 vhost_kernel_deinit(struct vhost_dev *vdev) in vhost_kernel_deinit()
72 vhost_kernel_set_mem_table(struct vhost_dev *vdev, in vhost_kernel_set_mem_table()
79 vhost_kernel_set_vring_addr(struct vhost_dev *vdev, in vhost_kernel_set_vring_addr()
86 vhost_kernel_set_vring_num(struct vhost_dev *vdev, in vhost_kernel_set_vring_num()
93 vhost_kernel_set_vring_base(struct vhost_dev *vdev, in vhost_kernel_set_vring_base()
100 vhost_kernel_get_vring_base(struct vhost_dev *vdev, in vhost_kernel_get_vring_base()
107 vhost_kernel_set_vring_kick(struct vhost_dev *vdev, in vhost_kernel_set_vring_kick()
114 vhost_kernel_set_vring_call(struct vhost_dev *vdev, in vhost_kernel_set_vring_call()
121 vhost_kernel_set_vring_busyloop_timeout(struct vhost_dev *vdev, in vhost_kernel_set_vring_busyloop_timeout()
132 vhost_kernel_set_features(struct vhost_dev *vdev, in vhost_kernel_set_features()
139 vhost_kernel_get_features(struct vhost_dev *vdev, in vhost_kernel_get_features()
146 vhost_kernel_set_owner(struct vhost_dev *vdev) in vhost_kernel_set_owner()
152 vhost_kernel_reset_device(struct vhost_dev *vdev) in vhost_kernel_reset_device()
176 vhost_vq_register_eventfd(struct vhost_dev *vdev, in vhost_vq_register_eventfd()
223 vhost_vq_init(struct vhost_dev *vdev, int idx) in vhost_vq_init()
279 vhost_vq_start(struct vhost_dev *vdev, int idx) in vhost_vq_start()
386 vhost_vq_stop(struct vhost_dev *vdev, int idx) in vhost_vq_stop()
437 vhost_set_mem_table(struct vhost_dev *vdev) in vhost_set_mem_table()
513 vhost_dev_init(struct vhost_dev *vdev, in vhost_dev_init()
586 vhost_dev_deinit(struct vhost_dev *vdev) in vhost_dev_deinit()
611 vhost_dev_start(struct vhost_dev *vdev) in vhost_dev_start()
701 vhost_dev_stop(struct vhost_dev *vdev) in vhost_dev_stop()