Searched refs:attach_group (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/vfio/ |
H A D | container.c | 72 .attach_group = vfio_noiommu_attach_group, 243 ret = driver->ops->attach_group(data, group->iommu_group, in __vfio_container_attach_groups() 444 ret = driver->ops->attach_group(container->iommu_data, in vfio_container_attach_group()
|
H A D | vfio.h | 209 int (*attach_group)(void *iommu_data, member
|
H A D | vfio_iommu_spapr_tce.c | 1353 .attach_group = tce_iommu_attach_group,
|
H A D | vfio_iommu_type1.c | 3174 .attach_group = vfio_iommu_type1_attach_group,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | vfio.h | 91 int (*attach_group)(void *iommu_data, member
|
/kernel/linux/linux-5.10/drivers/vfio/ |
H A D | vfio.c | 204 .attach_group = vfio_noiommu_attach_group, 1041 ret = driver->ops->attach_group(data, group->iommu_group); in __vfio_container_attach_groups() 1350 ret = driver->ops->attach_group(container->iommu_data, in vfio_group_set_container()
|
H A D | vfio_iommu_spapr_tce.c | 1368 .attach_group = tce_iommu_attach_group,
|
H A D | vfio_iommu_type1.c | 3057 .attach_group = vfio_iommu_type1_attach_group,
|
Completed in 16 milliseconds