Home
last modified time | relevance | path

Searched full:container (Results 1 – 3 of 3) sorted by relevance

/kvmtool/include/linux/
H A Dvfio.h146 * Set the container for the VFIO group to the open VFIO file
148 * container. Containers may, at their discretion, support multiple
149 * groups. Only when a container is set are all of the interfaces
160 * Remove the group from the attached container. This is the
164 * from a container, the IOMMU will be disabled and all state lost,
168 * Availability: When attached to container
180 * Availability: When attached to container
562 * IOCTLs to enable/disable IOMMU container usage.
684 * to every IOMMU group in the container. It receives page shift, window
706 * Unprograms a TCE table from all groups in the container and destroys it.
H A Dkernel.h24 * @type: the type of the container struct this is embedded in.
/kvmtool/vfio/
H A Dcore.c482 pr_err("Failed to add IOMMU group %lu to VFIO container", id); in vfio_group_create()
605 /* Create a container for our IOMMU groups */ in vfio_container_init()
625 /* Create groups for our devices and add them to the container */ in vfio_container_init()
634 /* Finalise the container */ in vfio_container_init()
637 pr_err("Failed to set IOMMU type %d for VFIO container", in vfio_container_init()
641 pr_info("Using IOMMU type %d for VFIO container", iommu_type); in vfio_container_init()