Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Diommu.h535 int iommu_enable_nesting(struct iommu_domain *domain);
/openbmc/linux/drivers/iommu/
H A Diommu.c2727 int iommu_enable_nesting(struct iommu_domain *domain) in iommu_enable_nesting() function
2735 EXPORT_SYMBOL_GPL(iommu_enable_nesting);
/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_type1.c2212 ret = iommu_enable_nesting(domain->domain); in vfio_iommu_type1_attach_group()