Searched refs:vhost_supports_device_state (Results 1 – 5 of 5) sorted by relevance
368 bool vhost_supports_device_state(struct vhost_dev *dev);
214 vhost_supports_device_state_op vhost_supports_device_state; member
361 if (!vhost_supports_device_state(&fs->vhost_dev)) { in vuf_check_migration_support()
2201 bool vhost_supports_device_state(struct vhost_dev *dev) in vhost_supports_device_state() function2203 if (dev->vhost_ops->vhost_supports_device_state) { in vhost_supports_device_state()2204 return dev->vhost_ops->vhost_supports_device_state(dev); in vhost_supports_device_state()
3050 .vhost_supports_device_state = vhost_user_supports_device_state,