Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/
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 Dgroup.c137 group->type == VFIO_NO_IOMMU) in vfio_group_ioctl_set_container()
289 if (device->group->type == VFIO_NO_IOMMU) in vfio_device_open_file()
449 if (group->type == VFIO_NO_IOMMU && !capable(CAP_SYS_RAWIO)) { in vfio_group_fops_open()
589 group->type == VFIO_NO_IOMMU ? "noiommu-" : "", in vfio_create_group()
674 group = vfio_noiommu_group_alloc(dev, VFIO_NO_IOMMU); in vfio_group_find_or_alloc()
725 if (group->type == VFIO_NO_IOMMU || group->type == VFIO_EMULATED_IOMMU) in vfio_device_remove_group()
H A Dvfio.h66 VFIO_NO_IOMMU, enumerator
119 vdev->group->type == VFIO_NO_IOMMU; in vfio_device_is_noiommu()