| 378 | } |
| 379 | |
| 380 | void |
| 381 | vhost_user_iotlb_flush_all(struct virtio_net *dev) |
| 382 | { |
| 383 | vhost_user_iotlb_cache_remove_all(dev); |
| 384 | vhost_user_iotlb_pending_remove_all(dev); |
| 385 | } |
| 386 | |
| 387 | int |
| 388 | vhost_user_iotlb_init(struct virtio_net *dev) |
no test coverage detected