Home
last modified time | relevance | path

Searched refs:vfio_file_has_dev (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Dvfio.h206 bool vfio_file_has_dev(struct file *file, struct vfio_device *device);
/Linux-v6.1/drivers/vfio/
Dvfio_main.c1682 bool vfio_file_has_dev(struct file *file, struct vfio_device *device) in vfio_file_has_dev() function
1691 EXPORT_SYMBOL_GPL(vfio_file_has_dev);
/Linux-v6.1/drivers/vfio/pci/
Dvfio_pci_core.c2314 if (vfio_file_has_dev(groups->files[i], &vdev->vdev)) in vfio_dev_in_groups()