Home
last modified time | relevance | path

Searched refs:domain_alloc_user (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/iommu/iommufd/
Dhw_pagetable.c118 if ((flags || user_data) && !ops->domain_alloc_user) in iommufd_hwpt_paging_alloc()
138 if (ops->domain_alloc_user) { in iommufd_hwpt_paging_alloc()
139 hwpt->domain = ops->domain_alloc_user(idev->dev, flags, NULL, in iommufd_hwpt_paging_alloc()
226 !user_data->len || !ops->domain_alloc_user) in iommufd_hwpt_nested_alloc()
241 hwpt->domain = ops->domain_alloc_user(idev->dev, in iommufd_hwpt_nested_alloc()
Dselftest.c554 .domain_alloc_user = mock_domain_alloc_user,
/linux-6.12.1/include/linux/
Diommu.h565 struct iommu_domain *(*domain_alloc_user)( member
/linux-6.12.1/drivers/iommu/amd/
Diommu.c2846 .domain_alloc_user = amd_iommu_domain_alloc_user,
/linux-6.12.1/drivers/iommu/intel/
Diommu.c4602 .domain_alloc_user = intel_iommu_domain_alloc_user,
/linux-6.12.1/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c3496 .domain_alloc_user = arm_smmu_domain_alloc_user,