Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvfio.h296 bool vfio_file_has_dev(struct file *file, struct vfio_device *device);
303 static inline bool vfio_file_has_dev(struct file *file, struct vfio_device *device) in vfio_file_has_dev() function
/openbmc/linux/drivers/vfio/
H A Dgroup.c901 bool vfio_file_has_dev(struct file *file, struct vfio_device *device) in vfio_file_has_dev() function
910 EXPORT_SYMBOL_GPL(vfio_file_has_dev);
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c2409 if (vfio_file_has_dev(groups->files[i], vdev)) in vfio_dev_in_groups()