Home
last modified time | relevance | path

Searched refs:vfio_file_is_group (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/virt/kvm/
Dvfio.c72 fn = symbol_get(vfio_file_is_group); in kvm_vfio_file_is_group()
78 symbol_put(vfio_file_is_group); in kvm_vfio_file_is_group()
/linux-6.1.9/drivers/vfio/
Dvfio_main.c1597 if (!vfio_file_is_group(file)) in vfio_file_iommu_group()
1614 bool vfio_file_is_group(struct file *file) in vfio_file_is_group() function
1618 EXPORT_SYMBOL_GPL(vfio_file_is_group);
1634 if (!vfio_file_is_group(file)) in vfio_file_enforced_coherent()
1666 if (!vfio_file_is_group(file)) in vfio_file_set_kvm()
1686 if (!vfio_file_is_group(file)) in vfio_file_has_dev()
/linux-6.1.9/include/linux/
Dvfio.h203 bool vfio_file_is_group(struct file *file);
/linux-6.1.9/drivers/vfio/pci/
Dvfio_pci_core.c1316 if (!vfio_file_is_group(file)) { in vfio_pci_ioctl_pci_hot_reset()