Home
last modified time | relevance | path

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

/linux/drivers/vfio/
H A Dgroup.c136 group->type == VFIO_NO_IOMMU) in vfio_group_ioctl_set_container()
281 if (device->group->type == VFIO_NO_IOMMU) in vfio_device_open_file()
423 if (group->type == VFIO_NO_IOMMU && !capable(CAP_SYS_RAWIO)) { in vfio_group_fops_open()
563 group->type == VFIO_NO_IOMMU ? "noiommu-" : "", in vfio_create_group()
648 group = vfio_noiommu_group_alloc(dev, VFIO_NO_IOMMU); in vfio_group_find_or_alloc()
699 if (group->type == VFIO_NO_IOMMU || group->type == VFIO_EMULATED_IOMMU) in vfio_device_remove_group()
H A Dcontainer.c424 if (group->type == VFIO_NO_IOMMU && !capable(CAP_SYS_RAWIO)) in vfio_container_attach_group()
431 container->noiommu != (group->type == VFIO_NO_IOMMU)) { in vfio_container_attach_group()
457 container->noiommu = (group->type == VFIO_NO_IOMMU); in vfio_container_attach_group()
514 if (group->type == VFIO_NO_IOMMU && !capable(CAP_SYS_RAWIO)) in vfio_group_use_container()
H A Dvfio.h66 VFIO_NO_IOMMU, enumerator
119 vdev->group->type == VFIO_NO_IOMMU; in vfio_device_is_noiommu()